Bug 170117 - [MAINTAINER] sysutils/lsof: support nfs/oldnfs/newnfs filesystems
Summary: [MAINTAINER] sysutils/lsof: support nfs/oldnfs/newnfs filesystems
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-24 20:20 UTC by Larry Rosenman
Modified: 2012-07-25 06:40 UTC (History)
0 users

See Also:


Attachments
lsof-4.87.a,7.patch (1.37 KB, patch)
2012-07-24 20:20 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2012-07-24 20:20:10 UTC
Support oldnfs/newnfs in lsof.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2012-07-25 06:17:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-25 06:38:32 UTC
Author: ak
Date: Wed Jul 25 05:37:55 2012
New Revision: 301508
URL: http://svn.freebsd.org/changeset/ports/301508

Log:
  - Update to 4.87A
   * add support for oldnfs/newnfs filesystem types
  
  PR:	ports/170117
  Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)

Modified:
  head/sysutils/lsof/Makefile   (contents, props changed)
  head/sysutils/lsof/distinfo   (contents, props changed)

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Wed Jul 25 05:32:20 2012	(r301507)
+++ head/sysutils/lsof/Makefile	Wed Jul 25 05:37:55 2012	(r301508)
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	lsof
-PORTVERSION=	4.86
+DISTVERSION=	4.87A
 PORTEPOCH=	7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
@@ -25,13 +25,13 @@ MASTER_SITES=	http://ftp.cerias.purdue.e
 		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/
-DISTNAME=	${PORTNAME}_${PORTVERSION}${DISTNAME_SUFFIX}
+DISTNAME=	${PORTNAME}_${DISTVERSION}${DISTNAME_SUFFIX}
 
 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	Wed Jul 25 05:32:20 2012	(r301507)
+++ head/sysutils/lsof/distinfo	Wed Jul 25 05:37:55 2012	(r301508)
@@ -1,2 +1,2 @@
-SHA256 (lsof_4.86.tar.bz2) = 13e52b8e87dddf1b2e219004e315d755c659217ce6ffc6a5f1102969f1c4dd0c
-SIZE (lsof_4.86.tar.bz2) = 769231
+SHA256 (lsof_4.87A.freebsd.tar.bz2) = 5fa507004ed471ddd5ce613a20068c6326d4690d3f180f4ea3fb00b3528e7826
+SIZE (lsof_4.87A.freebsd.tar.bz2) = 480290
_______________________________________________
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"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-07-25 06:39:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!