diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-25 03:04:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-25 03:04:45 +0000 |
commit | 7690c64f8b496d0b4534541aeb543cced136864f (patch) | |
tree | 9d1f3ab1a065f6e648250132d6b0d58de1eebdb4 /sysutils/lsof | |
parent | 06e022627a6b1ceca628e8fa27d91d3635821e5b (diff) | |
download | ports-7690c64f8b496d0b4534541aeb543cced136864f.tar.gz ports-7690c64f8b496d0b4534541aeb543cced136864f.zip |
Update to version 4.63.2, which adds support for FreeBSD 4.6.
Notes
Notes:
svn path=/head/; revision=59950
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 59733402c9de..2d2aadc859ca 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 95a19950a67b..eb00533cf840 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 |