diff options
author | obrien <obrien@FreeBSD.org> | 2003-08-31 16:52:57 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-08-31 16:52:57 +0800 |
commit | 96f68895a714aa3e07fbe05718ff19136180fa8f (patch) | |
tree | 43a35e0623ac2b1091539d6c504f40c175f698b7 /sysutils/lsof/Makefile | |
parent | 30434bc2411472c93be412e007b822047bf200c7 (diff) | |
download | freebsd-ports-gnome-96f68895a714aa3e07fbe05718ff19136180fa8f.tar.gz freebsd-ports-gnome-96f68895a714aa3e07fbe05718ff19136180fa8f.tar.zst freebsd-ports-gnome-96f68895a714aa3e07fbe05718ff19136180fa8f.zip |
Update to an interm version that handles 5.1-CURRENT again.
Submitted by: Vic Abell <abe@purdue.edu>
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 9acb09c40264..218f63c864a9 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.68 +PORTVERSION= 4.68.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,9 +18,9 @@ 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/ -#FIXUP_RELEASE= yes +FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.68B.freebsd +DISTNAME= ${PORTNAME}_4.69B.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif |