diff options
author | obrien <obrien@FreeBSD.org> | 2001-09-02 06:00:47 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-09-02 06:00:47 +0800 |
commit | 877ab3308cc95d1d062071f1f666324176e5d65f (patch) | |
tree | 8ff40c6211bfa7128daf1470a2a0f315bec2b766 /sysutils | |
parent | 80cc009a8ffad0e123cb50412502418fcc4ce643 (diff) | |
download | freebsd-ports-gnome-877ab3308cc95d1d062071f1f666324176e5d65f.tar.gz freebsd-ports-gnome-877ab3308cc95d1d062071f1f666324176e5d65f.tar.zst freebsd-ports-gnome-877ab3308cc95d1d062071f1f666324176e5d65f.zip |
Update to 4.57.2.
This fixes some nits on 5-CURRENT.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 7 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index dcbf6e685880..05a83ee06f3c 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.57.1 +PORTVERSION= 4.57.2 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -19,10 +19,11 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ DISTNAME= ${PORTNAME}_${PORTVERSION}_W -DISTNAME= ${PORTNAME}_4.58A.freebsd +DISTNAME= ${PORTNAME}_4.58B.freebsd MAINTAINER= obrien@FreeBSD.org +FIXUP_RELEASE= yes WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure @@ -33,6 +34,7 @@ MAN8= lsof.8 SRCBALL_NAME= ${DISTNAME:S/_W$//} +.if !defined(FIXUP_RELEASE) post-extract: @( cd ${WRKDIR} ; \ EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | ${SED} 's/^[ ]*//'` ; \ @@ -46,6 +48,7 @@ post-extract: ${EXTRACT_AFTER_ARGS} \ ) @( cd ${WRKSRC} ; ${ECHO} "y" | ./Inventory || exit 1 ) +.endif #pre-patch: # @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 5305782017c9..a775a8f85f0b 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.58A.freebsd.tar.gz) = f11638f344e3ad8aff5abe1ab0f14db2 +MD5 (lsof_4.58B.freebsd.tar.gz) = d1c73239edb2a7294bca1e9b06e56c9f |