diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-30 14:07:54 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-30 14:07:54 +0800 |
commit | 342bce8411946438389f844e69093d5594bb6b7f (patch) | |
tree | 9c9e1c1371a77e0fea7b3d5a402d132026f87d77 /sysutils/lsof/Makefile | |
parent | bd552eda92dabbe86607cc266632249b21b125f4 (diff) | |
download | freebsd-ports-gnome-342bce8411946438389f844e69093d5594bb6b7f.tar.gz freebsd-ports-gnome-342bce8411946438389f844e69093d5594bb6b7f.tar.zst freebsd-ports-gnome-342bce8411946438389f844e69093d5594bb6b7f.zip |
Update to version 4.50 release.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 6946e8178f07..6fb65a05fb3a 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.49.3 +PORTVERSION= 4.50 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -15,8 +15,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ 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 -DISTNAME= ${PORTNAME}_4.50C.freebsd +DISTNAME= ${PORTNAME}_${PORTVERSION}_W MAINTAINER= obrien@FreeBSD.org |