diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-08 01:40:45 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-08 01:40:45 +0800 |
commit | fcd0838aba8d49f911ac3364e2ff0caafa668649 (patch) | |
tree | 0863d1270412f2f8594c168e440046be82fcde40 /sysutils/lsof | |
parent | af05c841535ed3b735cb62367d61b36cd32f685c (diff) | |
download | freebsd-ports-gnome-fcd0838aba8d49f911ac3364e2ff0caafa668649.tar.gz freebsd-ports-gnome-fcd0838aba8d49f911ac3364e2ff0caafa668649.tar.zst freebsd-ports-gnome-fcd0838aba8d49f911ac3364e2ff0caafa668649.zip |
Update to recognized that the KAME IPv6 is installed and enable support
for it. (previously only INRIA's IPv6 was recognized) This support is
not fully untested, so YMMV.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 7 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index e2658c711f2f..b205254f8c66 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -DISTNAME= lsof_4.47_W -PKGNAME= lsof-4.47.1 +DISTNAME= lsof_4.48A.freebsd +PKGNAME= lsof-4.47.2 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -17,9 +17,6 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ -PATCH_SITES= ${MASTER_SITES:S^lsof^lsof/patches/4.47^} -PATCHFILES= arg.c_patch - MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/${SRCBALL_NAME} diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 9b3682517883..c7ca5a0a3f95 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1 @@ -MD5 (lsof_4.47_W.tar.gz) = 08bac5b027f27be57d9d5bf6642462c3 -MD5 (arg.c_patch) = ad5bcd4b07417bc025326f7da2dbca65 +MD5 (lsof_4.48A.freebsd.tar.gz) = 449422db3e6fcd58ccef103afc0635e5 |