diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-25 03:04:45 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-25 03:04:45 +0000 |
commit | 6cbbc206b921bd74552379e6c68b39e654111ec8 (patch) | |
tree | 855933a5bcdcd30726d6a599172820136e843e92 /sysutils/lsof | |
parent | 67554d2ef947fe70ef48fa468bb539d8886701d0 (diff) | |
download | FreeBSD-ports-6cbbc206b921bd74552379e6c68b39e654111ec8.zip FreeBSD-ports-6cbbc206b921bd74552379e6c68b39e654111ec8.tar.gz |
Update to version 4.63.2, which adds support for FreeBSD 4.6.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 13 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 5973340..2d2aadc 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.63 +PORTVERSION= 4.63.2 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -18,15 +18,20 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/NEW/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ -#DISTNAME= ${PORTNAME}_4.59B.freebsd -#FIXUP_RELEASE= yes -.if !defined(FIXUP_RELEASE) +FIXUP_RELEASE= yes +.if defined(FIXUP_RELEASE) +DISTNAME= ${PORTNAME}_4.64G.freebsd +.else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif MAINTAINER= obrien@FreeBSD.org +.if defined(FIXUP_RELEASE) +WRKSRC= ${WRKDIR}/${DISTNAME} +.else WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} +.endif HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 95a1995..eb00533 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.63.tar.gz) = edaa2312f6a61fed74e7f15a8fa0217d +MD5 (lsof_4.64G.freebsd.tar.gz) = 409db2fd721c64443269ac4913d1338e |