From ler@lerctr.org  Thu Mar 21 14:53:29 2013
Return-Path: <ler@lerctr.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 07172FD6
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Mar 2013 14:53:29 +0000 (UTC)
	(envelope-from ler@lerctr.org)
Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2])
	by mx1.freebsd.org (Postfix) with ESMTP id D0022F5D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Mar 2013 14:53:28 +0000 (UTC)
Received: from cpe-72-182-19-162.austin.res.rr.com ([72.182.19.162]:30075 helo=borg.lerctr.org)
	by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256)
	(Exim 4.80.1 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1UIgrv-000JQa-6S
	for FreeBSD-gnats-submit@freebsd.org; Thu, 21 Mar 2013 09:53:28 -0500
Received: from ler by borg.lerctr.org with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1UIgru-000GZq-Fl
	for FreeBSD-gnats-submit@freebsd.org; Thu, 21 Mar 2013 09:53:26 -0500
Message-Id: <E1UIgru-000GZq-Fl@borg.lerctr.org>
Date: Thu, 21 Mar 2013 09:53:26 -0500
From: Larry Rosenman <ler@lerctr.org>
Sender: Larry Rosenman <ler@lerctr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] sysutils/lsof: 4.88B, better handling of filedesc
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         177200
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/lsof: 4.88B, better handling of filedesc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 21 15:00:01 UTC 2013
>Closed-Date:    Fri Mar 22 18:08:12 UTC 2013
>Last-Modified:  Fri Mar 22 18:08:12 UTC 2013
>Originator:     Larry Rosenman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD borg.lerctr.org 10.0-CURRENT FreeBSD 10.0-CURRENT #126 r248465: Mon Mar 18 10:39:18 CDT
>Description:
supercedes ports/177115

Update to 4.88B, better handling of filedesc changes
Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- lsof-4.88.b,8.patch begins here ---
diff -ruN ../lsofCVS/Makefile ./Makefile
--- ../lsofCVS/Makefile	2013-03-19 11:36:59.266470392 -0500
+++ ./Makefile	2013-03-21 09:51:25.064997278 -0500
@@ -2,7 +2,7 @@
 # $FreeBSD: head/sysutils/lsof/Makefile 309839 2013-01-02 21:23:27Z rm $
 
 PORTNAME=	lsof
-DISTVERSION=	4.87
+DISTVERSION=	4.88B
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
@@ -26,7 +26,7 @@
 COMMENT=	Lists information about open files (similar to fstat(1))
 
 #Please leave the below line in for the next clean up.
-#FIXUP_RELEASE=	YES
+FIXUP_RELEASE=	YES
 .if defined(FIXUP_RELEASE)
 DISTNAME_SUFFIX=.freebsd
 .else
diff -ruN ../lsofCVS/distinfo ./distinfo
--- ../lsofCVS/distinfo	2013-03-19 11:36:59.266470392 -0500
+++ ./distinfo	2013-03-21 09:51:38.655997559 -0500
@@ -1,2 +1,2 @@
-SHA256 (lsof_4.87.tar.bz2) = dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c
-SIZE (lsof_4.87.tar.bz2) = 773664
+SHA256 (lsof_4.88B.freebsd.tar.bz2) = c6aa74b5a8291d7dca19f13cbcf07dcdee089ef393cc9180a5c3622dc84c6cc2
+SIZE (lsof_4.88B.freebsd.tar.bz2) = 481140
--- lsof-4.88.b,8.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Mar 21 16:02:25 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: Eygene Ryabinkin <rea@codelabs.ru>
To: FreeBSD GNATS followup <bug-followup@freebsd.org>
Cc: miwi@freebsd.org
Subject: ports/177200: [MAINTAINER] sysutils/lsof: 4.88B, better handling of
 filedesc
Date: Fri, 22 Mar 2013 10:36:53 +0400

 Martin, I took some part in transforming the old PR (ports/177115)
 into this one, I had already tested this one locally and I'll be
 running Tinderbox builds just now.
 
 May I take this PR?
 -- 
 rea

From: Eygene Ryabinkin <rea@freebsd.org>
To: FreeBSD GNATS followup <bug-followup@freebsd.org>, miwi@freebsd.org
Cc:  
Subject: Re: ports/177200: [MAINTAINER] sysutils/lsof: 4.88B, better handling
 of filedesc
Date: Fri, 22 Mar 2013 11:10:36 +0400

 --oJ71EGRlYNjSvfq7
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Fri, Mar 22, 2013 at 10:36:53AM +0400, Eygene Ryabinkin wrote:
 > Martin, I took some part in transforming the old PR (ports/177115)
 > into this one, I had already tested this one locally and I'll be
 > running Tinderbox builds just now.
 
 Tinderbox builds are OK, here's the QA page:
   http://codelabs.ru/fbsd/ports/qa/sysutils/lsof/4.88.b,8
 --=20
 Eygene Ryabinkin                                        ,,,^..^,,,
 [ Life's unfair - but root password helps!           | codelabs.ru ]
 [ 82FE 06BC D497 C0DE 49EC  4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]
 
 --oJ71EGRlYNjSvfq7
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (FreeBSD)
 
 iF4EABEIAAYFAlFMA+wACgkQFq+eroFS7PvymAD+IRvSUptIb5QoXe51xBz+jrAS
 o5njA0PELi0QjPm/pjoA/j34eKrfdhDZUHvlF9UBNuhX0F+yGXDFuel1Sal0P4IK
 =IGDj
 -----END PGP SIGNATURE-----
 
 --oJ71EGRlYNjSvfq7--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177200: commit references a PR
Date: Fri, 22 Mar 2013 15:06:22 +0000 (UTC)

 Author: rea
 Date: Fri Mar 22 15:06:11 2013
 New Revision: 314936
 URL: http://svnweb.freebsd.org/changeset/ports/314936
 
 Log:
   sysutils/lsof: upgrade to 4.88B
   
   4.88B is a fixup release that allows lsof to work with FreeBSD
   that was received changes in 'struct filedesc' (just now it is
   -HEAD after r247602).
   
   PR:		ports/177200
   Approved by:	Larry Rosenman <ler@lerctr.org> (maintainer)
   QA page:	http://codelabs.ru/fbsd/ports/qa/sysutils/lsof/4.88.b,8
 
 Modified:
   head/sysutils/lsof/Makefile
   head/sysutils/lsof/distinfo
 
 Modified: head/sysutils/lsof/Makefile
 ==============================================================================
 --- head/sysutils/lsof/Makefile	Fri Mar 22 14:54:42 2013	(r314935)
 +++ head/sysutils/lsof/Makefile	Fri Mar 22 15:06:11 2013	(r314936)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	lsof
 -DISTVERSION=	4.87
 +DISTVERSION=	4.88B
  PORTEPOCH=	8
  CATEGORIES=	sysutils
  MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
 @@ -26,7 +26,7 @@ MAINTAINER=	ler@lerctr.org
  COMMENT=	Lists information about open files (similar to fstat(1))
  
  #Please leave the below line in for the next clean up.
 -#FIXUP_RELEASE=	YES
 +FIXUP_RELEASE=	YES
  .if defined(FIXUP_RELEASE)
  DISTNAME_SUFFIX=.freebsd
  .else
 
 Modified: head/sysutils/lsof/distinfo
 ==============================================================================
 --- head/sysutils/lsof/distinfo	Fri Mar 22 14:54:42 2013	(r314935)
 +++ head/sysutils/lsof/distinfo	Fri Mar 22 15:06:11 2013	(r314936)
 @@ -1,2 +1,2 @@
 -SHA256 (lsof_4.87.tar.bz2) = dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c
 -SIZE (lsof_4.87.tar.bz2) = 773664
 +SHA256 (lsof_4.88B.freebsd.tar.bz2) = c6aa74b5a8291d7dca19f13cbcf07dcdee089ef393cc9180a5c3622dc84c6cc2
 +SIZE (lsof_4.88B.freebsd.tar.bz2) = 481140
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rea 
State-Changed-When: Fri Mar 22 18:07:50 UTC 2013 
State-Changed-Why:  
Commited the fix, thanks for your work! 

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