diff options
author | zi <zi@FreeBSD.org> | 2012-04-15 06:23:58 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-04-15 06:23:58 +0800 |
commit | f3fba79a3ee17cf21680eae133d5b20993cfe9f2 (patch) | |
tree | 0eb3408418f537230883b062947caa45c84d6046 /sysutils/lsof | |
parent | 645969efe5ca6ee35207b1afec77fc65074e599e (diff) | |
download | freebsd-ports-gnome-f3fba79a3ee17cf21680eae133d5b20993cfe9f2.tar.gz freebsd-ports-gnome-f3fba79a3ee17cf21680eae133d5b20993cfe9f2.tar.zst freebsd-ports-gnome-f3fba79a3ee17cf21680eae133d5b20993cfe9f2.zip |
- Update to 4.86,7
- Remove legacy pre-patch target
PR: ports/166849
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 12 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 3d2b43777425..d783d6e92415 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,8 +7,8 @@ # PORTNAME= lsof -PORTVERSION= 4.86B -PORTEPOCH= 6 +PORTVERSION= 4.86 +PORTEPOCH= 7 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 +31,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 @@ -62,12 +62,6 @@ post-extract: @( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 ) .endif -#pre-patch: -# @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" -# @${SED} -e "s|^--- d|--- dialects/freebsd/d|" \ -# ${DISTDIR}/freebsd_3.0_patch > ${WRKDIR}/p -# ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/p - do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${MAN8PREFIX}/man/man8/lsof.8 diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index aee2005cb48f..98f1112391d9 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -SHA256 (lsof_4.86B.freebsd.tar.bz2) = a38f15f8d5d14c15e106a9c2338421fd77bd87537f3361dbe29081af3c3f9bce -SIZE (lsof_4.86B.freebsd.tar.bz2) = 479684 +SHA256 (lsof_4.86.tar.bz2) = 13e52b8e87dddf1b2e219004e315d755c659217ce6ffc6a5f1102969f1c4dd0c +SIZE (lsof_4.86.tar.bz2) = 769231 |