From ler@lerctr.org  Mon Apr 14 16:59:01 2008
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 B90E11065671
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2008 16:59:01 +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 9EF2B8FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2008 16:59:01 +0000 (UTC)
	(envelope-from ler@lerctr.org)
Received: from ler by thebighonker.lerctr.org with local (Exim 4.69 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1JlS1E-000ORN-Qx
	for FreeBSD-gnats-submit@freebsd.org; Mon, 14 Apr 2008 11:59:00 -0500
Message-Id: <E1JlS1E-000ORN-Qx@thebighonker.lerctr.org>
Date: Mon, 14 Apr 2008 11:59:00 -0500
From: Larry Rosenman <ler@lerctr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] sysutils/lsof: update to 4.79L
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122751
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/lsof: update to 4.79L
>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:   Mon Apr 14 17:00:05 UTC 2008
>Closed-Date:    Thu Apr 17 20:38:52 UTC 2008
>Last-Modified:  Thu Apr 17 20:40:02 UTC 2008
>Originator:     Larry Rosenman
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD thebighonker.lerctr.org 7.0-STABLE FreeBSD 7.0-STABLE #8: Sat Apr 12 10:11:16 CDT 2008
>Description:
- Update to 4.79L
Vic Abell made the following changes to more easily bullet-proof the new locking
stuff:

I've toughened the part of Configure that handles the new 7.0 and 8.0 file 
locking changes and made it quit when anything goes wrong.

I've updated 00FAQ to describe why Configure quits.  I also added a section 
about lockf compiler errors, although it's unlikely those will be seen 
any more now that Configure quits.

Committer please note: One of the changes is the removal of whitespace at 
the end of the line.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lsof-4.79L.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/Makefile /home/ler/ports/sysutils/lsof/Makefile
--- /usr/ports/sysutils/lsof/Makefile	2008-04-13 09:49:00.327431124 -0500
+++ /home/ler/ports/sysutils/lsof/Makefile	2008-04-14 11:55:07.760631294 -0500
@@ -3,11 +3,11 @@
 # Date created:			  Sat July 20, 1996
 # Whom:				  David O'Brien (obrien@FreeBSD.org)
 #
-# $FreeBSD: ports/sysutils/lsof/Makefile,v 1.161 2008/04/13 12:49:55 rafan Exp $
+# $FreeBSD: ports/sysutils/lsof/Makefile,v 1.160 2008/04/11 15:07:00 pav Exp $
 #
 
 PORTNAME=	lsof
-PORTVERSION=	4.79K
+PORTVERSION=	4.79L
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
 		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  \
@@ -23,7 +23,7 @@
 		ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ \
 		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/ 
+		ftp://ftp.tau.ac.il/pub/unix/admin/
 
 MAINTAINER=	ler@lerctr.org
 COMMENT=	Lists information about open files (similar to fstat(1))
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/distinfo /home/ler/ports/sysutils/lsof/distinfo
--- /usr/ports/sysutils/lsof/distinfo	2008-04-13 09:49:00.332431854 -0500
+++ /home/ler/ports/sysutils/lsof/distinfo	2008-04-14 11:54:24.409428256 -0500
@@ -1,3 +1,3 @@
-MD5 (lsof_4.79K.freebsd.tar.bz2) = ccb27a947aa2e66bea31467c317141b3
-SHA256 (lsof_4.79K.freebsd.tar.bz2) = 769d598b2e418107c9b5f61fd531be65fae24188bfb8378a676549bd61d35a55
-SIZE (lsof_4.79K.freebsd.tar.bz2) = 463878
+MD5 (lsof_4.79L.freebsd.tar.bz2) = 6579bb36fb90cd1d5d6fdd9a47007eb1
+SHA256 (lsof_4.79L.freebsd.tar.bz2) = 3b3f1fba3172bb1c5082fd1b836bb9991b51fb68f8f324cf447a574b0a09fabb
+SIZE (lsof_4.79L.freebsd.tar.bz2) = 464103
--- lsof-4.79L.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bsam 
State-Changed-When: Thu Apr 17 20:38:40 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122751: commit references a PR
Date: Thu, 17 Apr 2008 20:38:34 +0000 (UTC)

 bsam        2008-04-17 20:38:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/lsof        Makefile distinfo 
   Log:
   1. Update to version 4.79L.
   2. Remove the trailing whitespace at the end of the last ftp URL.
   
   Vic Abell made the following changes to more easily bullet-proof
   the new locking stuff:
   -----
   I've toughened the part of Configure that handles the new 7.0 and 8.0 file
   locking changes and made it quit when anything goes wrong.
   
   I've updated 00FAQ to describe why Configure quits. I also added a section
   about lockf compiler errors, although it's unlikely those will be seen
   any more now that Configure quits.
   -----
   
   PR:             ports/122751
   Submitted by:   Larry Rosenman <ler at lerctr.org> (maintainer)
   
   Revision  Changes    Path
   1.162     +2 -2      ports/sysutils/lsof/Makefile
   1.129     +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:
