svn commit: r314936 - head/sysutils/lsof
Eygene Ryabinkin
rea at FreeBSD.org
Fri Mar 22 15:06:13 UTC 2013
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 at 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 at 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
More information about the svn-ports-head
mailing list