diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-16 06:12:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-16 06:12:53 +0800 |
commit | 136c7f4e984034d980498bdff90a4e804c821699 (patch) | |
tree | 38c5f64358244b3722e24b444ea804a5cd880b5a /sysutils | |
parent | d5bfa369cbdd46fc2d11e170ffb1bac80af7c4d8 (diff) | |
download | freebsd-ports-gnome-136c7f4e984034d980498bdff90a4e804c821699.tar.gz freebsd-ports-gnome-136c7f4e984034d980498bdff90a4e804c821699.tar.zst freebsd-ports-gnome-136c7f4e984034d980498bdff90a4e804c821699.zip |
Update to 4.56.3.
LSOF now *requires* a populated /usr/src if building on a machine using
devfs (ie, 5-CURRENT). There is no other currently existing way for it
to get the information it needs.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index d900a5b78baa..4980b2733b95 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.56 +PORTVERSION= 4.56.3 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.56B.freebsd +#DISTNAME= ${PORTNAME}_${PORTVERSION}_W +DISTNAME= ${PORTNAME}_4.57C.freebsd MAINTAINER= obrien@FreeBSD.org diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 4e76b765fe5d..f23607553148 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.56_W.tar.gz) = f507803f8eb02a22b1ce3fb2f86811db +MD5 (lsof_4.57C.freebsd.tar.gz) = e5f68722c716bc497af45b250bb3eb38 |