diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-09 00:18:59 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-09 00:18:59 +0800 |
commit | 6dda6987f42b6ed5629a1be9ce28e43e4a6e80c4 (patch) | |
tree | 51710afe094f1ad7fd0620befe4547887ce13c3e /sysutils/lsof/Makefile | |
parent | 1795361deb974e1fac0cdca23b7859ac5c0a11ad (diff) | |
download | freebsd-ports-gnome-6dda6987f42b6ed5629a1be9ce28e43e4a6e80c4.tar.gz freebsd-ports-gnome-6dda6987f42b6ed5629a1be9ce28e43e4a6e80c4.tar.zst freebsd-ports-gnome-6dda6987f42b6ed5629a1be9ce28e43e4a6e80c4.zip |
Update to version 4.52.
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 6f5ad2087ca4..007d3475f33a 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.51.1 +PORTVERSION= 4.52 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -18,8 +18,8 @@ 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}_${PORTVERSION}_W -DISTNAME= ${PORTNAME}_4.52A.freebsd +DISTNAME= ${PORTNAME}_${PORTVERSION}_W +#DISTNAME= ${PORTNAME}_4.52A.freebsd MAINTAINER= obrien@FreeBSD.org |