From ler@lerctr.org  Sat Mar  5 14:49:56 2011
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 52C9D1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Mar 2011 14:49:56 +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 2519A8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Mar 2011 14:49:55 +0000 (UTC)
Received: from 99-39-115-150.lightspeed.austtx.sbcglobal.net ([99.39.115.150]:36400 helo=borg.lerctr.org)
	by thebighonker.lerctr.org with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.73 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1PvsdW-000Alz-7y
	for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Mar 2011 08:39:16 -0600
Received: from ler by borg.lerctr.org with local (Exim 4.69 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1PvsdK-0001lr-Q3
	for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Mar 2011 08:39:02 -0600
Message-Id: <E1PvsdK-0001lr-Q3@borg.lerctr.org>
Date: Sat, 05 Mar 2011 08:39:02 -0600
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.85C
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155292
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/lsof: update to 4.85C
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 05 14:50:08 UTC 2011
>Closed-Date:    Sun Mar 06 08:39:49 UTC 2011
>Last-Modified:  Sun Mar  6 08:40:04 UTC 2011
>Originator:     Larry Rosenman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD borg.lerctr.org 8.2-STABLE FreeBSD 8.2-STABLE #52: Fri Mar  4 23:16:17 CST
>Description:
- Update to 4.85C
  Support for ZFS v28
  "Unofficial" support for 8.1 in the tarball

Removed file(s):
- files/patch-Configure

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

--- lsof-4.85C,5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/Makefile /home/ler/ports/sysutils/lsof/Makefile
--- /usr/ports/sysutils/lsof/Makefile	2011-03-05 08:29:41.655495453 -0600
+++ /home/ler/ports/sysutils/lsof/Makefile	2011-03-05 08:35:01.700082005 -0600
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	lsof
-PORTVERSION=	4.85A
+PORTVERSION=	4.85C
 PORTEPOCH=	5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.SpringDaemons.com/stas/ \
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/distinfo /home/ler/ports/sysutils/lsof/distinfo
--- /usr/ports/sysutils/lsof/distinfo	2011-03-05 08:29:41.664495110 -0600
+++ /home/ler/ports/sysutils/lsof/distinfo	2011-03-05 08:35:36.478472005 -0600
@@ -1,2 +1,2 @@
-SHA256 (lsof_4.85A.freebsd.tar.bz2) = 20ad3dc9b2d48ed74c4e3a60bb70d1ee6708bcf9acbc38c39c77f8c0df66e8fc
-SIZE (lsof_4.85A.freebsd.tar.bz2) = 476130
+SHA256 (lsof_4.85C.freebsd.tar.bz2) = 8fcfc4e66bd3c774715afaed4496e53f38a2cf397ff3cbfcf44d6b62ade2bff8
+SIZE (lsof_4.85C.freebsd.tar.bz2) = 477945
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/files/patch-Configure /home/ler/ports/sysutils/lsof/files/patch-Configure
--- /usr/ports/sysutils/lsof/files/patch-Configure	2011-01-22 14:46:02.000000000 -0600
+++ /home/ler/ports/sysutils/lsof/files/patch-Configure	1969-12-31 18:00:00.000000000 -0600
@@ -1,31 +0,0 @@
---- Configure.orig	2011-01-19 01:47:42.000000000 +0800
-+++ Configure	2011-01-23 04:40:04.000000000 +0800
-@@ -1576,6 +1576,10 @@
- 	LSOF_TSTBIGF=" "
- 	LSOF_VERS=8000
- 	;;
-+      8.1*)
-+	LSOF_TSTBIGF=" "
-+	LSOF_VERS=8010
-+	;;
-       8.2*)
- 	LSOF_TSTBIGF=" "
- 	LSOF_VERS=8020
-@@ -1601,7 +1605,7 @@
-     # Clear LSOF_UNSUP message for supported versions of FreeBSD.
-     
-     case $LSOF_VERS in  # {
--    4090|7000|7010|7020|7030|7040|8000|8020|9000)
-+    4090|7000|7010|7020|7030|7040|8000|8010|8020|9000)
-       LSOF_UNSUP=""
-       ;;
-     esac	# }
-@@ -1687,7 +1691,7 @@
- 	LSOF_CFGF="$LSOF_CFGF -DHASVMLOCKH"
-       fi	# }
-       ;;
--    4000|4010|4020|4030|4040|4050|4060|4070|4080|4090|4100|4110|5000|5010|5020|5030|5040|5050|6000|6010|6020|6030|6040|7000|7010|7020|7030|7040|8000|8020|9000)
-+    4000|4010|4020|4030|4040|4050|4060|4070|4080|4090|4100|4110|5000|5010|5020|5030|5040|5050|6000|6010|6020|6030|6040|7000|7010|7020|7030|7040|8000|8010|8020|9000)
-       if test -r ${LSOF_INCLUDE}/nfs/rpcv2.h	# {
-       then
- 	LSOF_CFGF="$LSOF_CFGF -DHASRPCV2H"
--- lsof-4.85C,5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Sat Mar 5 16:10:24 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155292 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Sun Mar 6 08:39:48 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155292: commit references a PR
Date: Sun,  6 Mar 2011 08:39:40 +0000 (UTC)

 dhn         2011-03-06 08:39:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/lsof        Makefile distinfo 
   Removed files:
     sysutils/lsof/files  patch-Configure 
   Log:
   - Update to 4.85C
   
   PR:             port/155292
   Submitted by:   Larry Rosenman <ler@lerctr.org> maintainer
   
   Revision  Changes    Path
   1.185     +1 -1      ports/sysutils/lsof/Makefile
   1.147     +2 -2      ports/sysutils/lsof/distinfo
   1.2       +0 -31     ports/sysutils/lsof/files/patch-Configure (dead)
 _______________________________________________
 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:
