From ler@lerctr.org  Tue Sep 11 01:35:32 2007
Return-Path: <ler@lerctr.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E899816A417
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Sep 2007 01:35:32 +0000 (UTC)
	(envelope-from ler@lerctr.org)
Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65])
	by mx1.freebsd.org (Postfix) with ESMTP id CACDF13C459
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Sep 2007 01:35:32 +0000 (UTC)
	(envelope-from ler@lerctr.org)
Received: from adsl-69-149-117-186.dsl.austtx.swbell.net ([69.149.117.186]:60693 helo=borg.lerctr.org)
	by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256)
	(Exim 4.68 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1IUuf2-0006HC-GZ
	for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Sep 2007 20:35:32 -0500
Received: from ler by borg.lerctr.org with local (Exim 4.68 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1IUuf1-0002rm-SN
	for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Sep 2007 20:35:27 -0500
Message-Id: <E1IUuf1-0002rm-SN@borg.lerctr.org>
Date: Mon, 10 Sep 2007 20:35:27 -0500
From: Larry Rosenman <ler@lerctr.org>
Sender: Larry Rosenman <ler@lerctr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] sysutils/lsof: update to 4.79C
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         116273
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/lsof: update to 4.79C
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 11 01:40:01 GMT 2007
>Closed-Date:    Wed Sep 12 01:02:09 GMT 2007
>Last-Modified:  Wed Sep 12 01:10:03 GMT 2007
>Originator:     Larry Rosenman
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD borg.lerctr.org 7.0-CURRENT FreeBSD 7.0-CURRENT #17: Mon Sep 10 16:35:04 CDT 2007
>Description:
- Update to 4.79C
  Fix RELENG_6 (6.2) alpha support
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lsof-4.79C.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/Makefile /home/ler/ports/sysutils/lsof/Makefile
--- /usr/ports/sysutils/lsof/Makefile	2007-06-04 14:02:08.000000000 -0500
+++ /home/ler/ports/sysutils/lsof/Makefile	2007-09-10 20:31:53.864537966 -0500
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	lsof
-PORTVERSION=	4.79B
+PORTVERSION=	4.79C
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
 		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  \
@@ -23,16 +23,16 @@
 		ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/  \
 		ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \
 		ftp://ftp.tau.ac.il/pub/unix/admin/
+
+MAINTAINER=	ler@lerctr.org
+COMMENT=	Lists information about open files (similar to fstat(1))
+
 FIXUP_RELEASE=yes
 .if defined(FIXUP_RELEASE)
-DISTNAME=	${PORTNAME}_4.79B.freebsd
+DISTNAME=	${PORTNAME}_4.79C.freebsd
 .else
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 .endif
-
-MAINTAINER=	ler@lerctr.org
-COMMENT=	Lists information about open files (similar to fstat(1))
-
 .if defined(FIXUP_RELEASE)
 WRKSRC=		${WRKDIR}/${DISTNAME}
 .else
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/distinfo /home/ler/ports/sysutils/lsof/distinfo
--- /usr/ports/sysutils/lsof/distinfo	2007-06-04 14:02:08.000000000 -0500
+++ /home/ler/ports/sysutils/lsof/distinfo	2007-09-10 20:25:40.662962109 -0500
@@ -1,3 +1,3 @@
-MD5 (lsof_4.79B.freebsd.tar.bz2) = b5e8f188a036717222aeb7201151be50
-SHA256 (lsof_4.79B.freebsd.tar.bz2) = c2ef44257de642269b33e245a55624290be3b9def220665a1a9c43b8a3049894
-SIZE (lsof_4.79B.freebsd.tar.bz2) = 457794
+MD5 (lsof_4.79C.freebsd.tar.bz2) = f562dd5cc4616b6d4ec8eea824614ede
+SHA256 (lsof_4.79C.freebsd.tar.bz2) = 2574c57fc144b8a072ac79ff1231412dff168d34468315c47180b73814b9f905
+SIZE (lsof_4.79C.freebsd.tar.bz2) = 458730
--- lsof-4.79C.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Tue Sep 11 02:19:27 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116273 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Wed Sep 12 01:02:07 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116273 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116273: commit references a PR
Date: Wed, 12 Sep 2007 01:01:54 +0000 (UTC)

 tabthorpe    2007-09-12 01:01:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/lsof        Makefile distinfo 
   Log:
   - Update to 4.79C
   - Fix RELENG_6 (6.2) alpha support
   
   PR:             ports/116273
   Submitted by:   Larry Rosenman <ler_AT_lerctr.org>
   Approved by:    clsung (mentor)
   
   Revision  Changes    Path
   1.153     +6 -6      ports/sysutils/lsof/Makefile
   1.123     +3 -3      ports/sysutils/lsof/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
