diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-16 21:14:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-16 21:14:48 +0000 |
commit | b4a1de32634a85a372894a5c9209df9f5cbd4000 (patch) | |
tree | 5fb42806a8def3fd0b3bd18c3eb1ce775cd5c5bc /sysutils/lsof/Makefile | |
parent | Adding ru-apache13 with modssl support. (diff) |
Update to support 4.1-RELEASE.
Submitted by: Vic Abell <abe@purdue.edu>
Notes
Notes:
svn path=/head/; revision=30722
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 6fb65a05fb3a..6f3d5f2ad1bd 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,15 +7,19 @@ # PORTNAME= lsof -PORTVERSION= 4.50 +PORTVERSION= 4.50.1 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ + ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \ ftp://ftp.auscert.org.au/pub/mirrors/vic.cc.purdue.edu/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ - ftp://ftp.sunet.se/pub/unix/admin/lsof/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_W + 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}_${PORTVERSION}_W +DISTNAME= ${PORTNAME}_4.51A.freebsd MAINTAINER= obrien@FreeBSD.org |