svn commit: r309838 - head/sysutils/lsof
Ruslan Mahmatkhanov
rm at FreeBSD.org
Wed Jan 2 21:22:13 UTC 2013
Author: rm
Date: Wed Jan 2 21:22:12 2013
New Revision: 309838
URL: http://svnweb.freebsd.org/changeset/ports/309838
Log:
- update to 4.87
- trim Makefile header
- remove USE_GCC (builds fine with clang)
- bump PORTEPOCH (4.87A is greater than 4.87)
PR: 174906
Submitted by: Larry Rosenman <ler at lerctr.org> (maintainer)
Modified:
head/sysutils/lsof/Makefile
head/sysutils/lsof/distinfo
Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile Wed Jan 2 21:09:45 2013 (r309837)
+++ head/sysutils/lsof/Makefile Wed Jan 2 21:22:12 2013 (r309838)
@@ -1,14 +1,9 @@
-# ex:ts=8
-# Ports collection makefile for: lsof
-# Date created: Sat July 20, 1996
-# Whom: David O'Brien (obrien at FreeBSD.org)
-#
+# Created by: obrien at FreeBSD.org
# $FreeBSD$
-#
PORTNAME= lsof
-DISTVERSION= 4.87A
-PORTEPOCH= 7
+DISTVERSION= 4.87
+PORTEPOCH= 8
CATEGORIES= sysutils
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
@@ -31,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
@@ -40,7 +35,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL
.endif
USE_BZIP2= yes
-USE_GCC= any
HAS_CONFIGURE= yes
.include <bsd.port.pre.mk>
Modified: head/sysutils/lsof/distinfo
==============================================================================
--- head/sysutils/lsof/distinfo Wed Jan 2 21:09:45 2013 (r309837)
+++ head/sysutils/lsof/distinfo Wed Jan 2 21:22:12 2013 (r309838)
@@ -1,2 +1,2 @@
-SHA256 (lsof_4.87A.freebsd.tar.bz2) = 5fa507004ed471ddd5ce613a20068c6326d4690d3f180f4ea3fb00b3528e7826
-SIZE (lsof_4.87A.freebsd.tar.bz2) = 480290
+SHA256 (lsof_4.87.tar.bz2) = dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c
+SIZE (lsof_4.87.tar.bz2) = 773664
More information about the svn-ports-all
mailing list