diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-16 04:16:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-16 04:16:07 +0800 |
commit | 6163f434e1d0c72ad2e3249463fa7fb248e3ece8 (patch) | |
tree | 62b39a454eebd6fde0882d81e1d582bdfd4fd19c /sysutils/lsof/Makefile | |
parent | 205190a9570323377aa4623414cecd6bcbad6497 (diff) | |
download | freebsd-ports-gnome-6163f434e1d0c72ad2e3249463fa7fb248e3ece8.tar.gz freebsd-ports-gnome-6163f434e1d0c72ad2e3249463fa7fb248e3ece8.tar.zst freebsd-ports-gnome-6163f434e1d0c72ad2e3249463fa7fb248e3ece8.zip |
Update for NFS changes in 5-CURRENT.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 5e23610a6a7e..b7a5857bd74f 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.58.1 +PORTVERSION= 4.58.2 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ #DISTNAME= ${PORTNAME}_${PORTVERSION}_W -DISTNAME= ${PORTNAME}_4.59A.freebsd +DISTNAME= ${PORTNAME}_4.59B.freebsd MAINTAINER= obrien@FreeBSD.org |