From root@icommerce-france.com  Tue Feb 25 02:34:07 2003
Return-Path: <root@icommerce-france.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 50B9637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Feb 2003 02:34:07 -0800 (PST)
Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAED43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Feb 2003 02:34:06 -0800 (PST)
	(envelope-from root@icommerce-france.com)
Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24])
	by mail2.itxmarket.com (Postfix) with ESMTP id 411E437C9C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Feb 2003 11:34:05 +0100 (CET)
Received: by icommerce-france.com (Postfix, from userid 0)
	id D3B6914A24; Tue, 25 Feb 2003 11:34:04 +0100 (CET)
Message-Id: <20030225103404.D3B6914A24@icommerce-france.com>
Date: Tue, 25 Feb 2003 11:34:04 +0100 (CET)
From: Michael L.Hostbaek <mich@freebsdcluster.org>
Reply-To: Michael L.Hostbaek <mich@freebsdcluster.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: [Maintainer Update]: net/slurm
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48660
>Category:       ports
>Synopsis:       Update port: [Maintainer Update]: net/slurm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 25 02:40:03 PST 2003
>Closed-Date:    Fri Feb 28 01:18:10 PST 2003
>Last-Modified:  Fri Feb 28 01:18:10 PST 2003
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386
>Description:
	Update to latest release.
>How-To-Repeat:
>Fix:

	
diff -u -ruN slurm.bak/Makefile slurm/Makefile
--- slurm.bak/Makefile	Tue Feb 25 11:30:31 2003
+++ slurm/Makefile	Tue Feb 25 11:30:43 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	slurm
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	net
 MASTER_SITES=	http://www.raisdorf.net/files/code/ \
 		http://www.fachschaft.fh-kiel.de/~hscholz/slurm/ \
diff -u -ruN slurm.bak/distinfo slurm/distinfo
--- slurm.bak/distinfo	Tue Feb 25 11:30:31 2003
+++ slurm/distinfo	Tue Feb 25 11:30:51 2003
@@ -1 +1 @@
-MD5 (slurm-0.2.0.tar.gz) = c320325a48e68e64ea1a3c465cd05bba
+MD5 (slurm-0.2.1.tar.gz) = 00958f6eafba65b83945fe9af63e19b5

>Release-Note:
>Audit-Trail:

From: Michael Hostbaek <mich@freebsdcluster.org>
To: hendrik@scholz.net
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/48660: Update port: [Maintainer Update]: net/slurm
Date: Tue, 25 Feb 2003 13:03:33 +0100

 Ooops.. Didn't see the added man page.
 
 diff looks good.
 
 /mich (Maintainer)
 
 Hendrik Scholz (hscholz) writes:
 > Hi!
 > 
 > Please use the attached patch with the following changes:
 > 
 > - standard update
 > - update pkg-descr
 > - add manpage
 > 
 > Thanks, Hendrik (slurm author)
 > 
 > diff -urP slurm-0.2.0/Makefile slurm/Makefile
 > --- slurm-0.2.0/Makefile	Tue Feb 25 12:49:41 2003
 > +++ slurm/Makefile	Tue Feb 25 12:56:28 2003
 > @@ -7,7 +7,7 @@
 >  #
 >  
 >  PORTNAME=	slurm
 > -PORTVERSION=	0.2.0
 > +PORTVERSION=	0.2.1
 >  CATEGORIES=	net
 >  MASTER_SITES=	http://www.raisdorf.net/files/code/ \
 >  		http://www.fachschaft.fh-kiel.de/~hscholz/slurm/ \
 > @@ -18,10 +18,13 @@
 >  
 >  LDFLAGS+=	-lncurses
 >  
 > +MAN1=	slurm.1
 > +
 >  do-build:
 >  	(cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} slurm.c)
 >  
 >  do-install:
 > +	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
 >  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 >  
 >  .if !defined(NOPORTDOCS)
 > diff -urP slurm-0.2.0/distinfo slurm/distinfo
 > --- slurm-0.2.0/distinfo	Tue Feb 25 12:49:41 2003
 > +++ slurm/distinfo	Tue Feb 25 12:50:09 2003
 > @@ -1 +1 @@
 > -MD5 (slurm-0.2.0.tar.gz) = c320325a48e68e64ea1a3c465cd05bba
 > +MD5 (slurm-0.2.1.tar.gz) = 00958f6eafba65b83945fe9af63e19b5
 > diff -urP slurm-0.2.0/pkg-descr slurm/pkg-descr
 > --- slurm-0.2.0/pkg-descr	Tue Feb 25 12:49:41 2003
 > +++ slurm/pkg-descr	Tue Feb 25 12:54:38 2003
 > @@ -1,7 +1,7 @@
 >  slurm started as a port of pppstatus to FreeBSD and now is a generic 
 > -network load monitor. It features three different modes with real-time 
 > -ASCII graphs and interface statistics for all kinds of network 
 > -interfaces on FreeBSD, NetBSD, OpenBSD, and Linux
 > +curses based network load monitor.
 > +It features three different modes with real-time ASCII graphs and
 > +interface statistics for all kinds of network interfaces on most Unix systems.
 >  
 >  WWW: http://www.raisdorf.net/slurm/
 >  
 > 
 > -- 
 > Hendrik Scholz - <hscholz@raisdorf.net> - http://raisdorf.net/
 > 
 > drag me, drop me - treat me like an object 
 
 -- 
 Best Regards,
 	Michael Landin Hostbaek 
 	FreeBSDCluster.org - an International Community
 
 	*/ PGP-key available upon request /*

From: Hendrik Scholz <hscholz@raisdorf.net>
To: "Michael L.Hostbaek" <mich@freebsdcluster.org>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/48660: Update port: [Maintainer Update]: net/slurm
Date: Tue, 25 Feb 2003 12:59:54 +0100

 Hi!
 
 Please use the attached patch with the following changes:
 
 - standard update
 - update pkg-descr
 - add manpage
 
 Thanks, Hendrik (slurm author)
 
 diff -urP slurm-0.2.0/Makefile slurm/Makefile
 --- slurm-0.2.0/Makefile	Tue Feb 25 12:49:41 2003
 +++ slurm/Makefile	Tue Feb 25 12:56:28 2003
 @@ -7,7 +7,7 @@
  #
  
  PORTNAME=	slurm
 -PORTVERSION=	0.2.0
 +PORTVERSION=	0.2.1
  CATEGORIES=	net
  MASTER_SITES=	http://www.raisdorf.net/files/code/ \
  		http://www.fachschaft.fh-kiel.de/~hscholz/slurm/ \
 @@ -18,10 +18,13 @@
  
  LDFLAGS+=	-lncurses
  
 +MAN1=	slurm.1
 +
  do-build:
  	(cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} slurm.c)
  
  do-install:
 +	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
  
  .if !defined(NOPORTDOCS)
 diff -urP slurm-0.2.0/distinfo slurm/distinfo
 --- slurm-0.2.0/distinfo	Tue Feb 25 12:49:41 2003
 +++ slurm/distinfo	Tue Feb 25 12:50:09 2003
 @@ -1 +1 @@
 -MD5 (slurm-0.2.0.tar.gz) = c320325a48e68e64ea1a3c465cd05bba
 +MD5 (slurm-0.2.1.tar.gz) = 00958f6eafba65b83945fe9af63e19b5
 diff -urP slurm-0.2.0/pkg-descr slurm/pkg-descr
 --- slurm-0.2.0/pkg-descr	Tue Feb 25 12:49:41 2003
 +++ slurm/pkg-descr	Tue Feb 25 12:54:38 2003
 @@ -1,7 +1,7 @@
  slurm started as a port of pppstatus to FreeBSD and now is a generic 
 -network load monitor. It features three different modes with real-time 
 -ASCII graphs and interface statistics for all kinds of network 
 -interfaces on FreeBSD, NetBSD, OpenBSD, and Linux
 +curses based network load monitor.
 +It features three different modes with real-time ASCII graphs and
 +interface statistics for all kinds of network interfaces on most Unix systems.
  
  WWW: http://www.raisdorf.net/slurm/
  
 
 -- 
 Hendrik Scholz - <hscholz@raisdorf.net> - http://raisdorf.net/
 
 drag me, drop me - treat me like an object 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Fri Feb 28 01:18:08 PST 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48660 
>Unformatted:
