diff options
author | obrien <obrien@FreeBSD.org> | 2003-03-12 11:38:14 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-03-12 11:38:14 +0800 |
commit | 9d556faea039787cbff757aeab1ba05e2f502c4c (patch) | |
tree | 8a6e9015b955c7c37193145b15b1a71ddb50bf1e /sysutils/lsof | |
parent | 00f0af247692800f9036d0b843d01ade3dc1c6f8 (diff) | |
download | freebsd-ports-gnome-9d556faea039787cbff757aeab1ba05e2f502c4c.tar.gz freebsd-ports-gnome-9d556faea039787cbff757aeab1ba05e2f502c4c.tar.zst freebsd-ports-gnome-9d556faea039787cbff757aeab1ba05e2f502c4c.zip |
Update to version 4.66.1, which adds support for 4.8.
Also fixes UNIX domain socket problems on 5-CURRENT.
Approved by: Kris
Diffstat (limited to 'sysutils/lsof')
-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 57ed576b6d03..169977b4943f 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.65 +PORTVERSION= 4.66.1 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -18,9 +18,9 @@ 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/ -#FIXUP_RELEASE= yes +FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.65D.freebsd +DISTNAME= ${PORTNAME}_4.67A.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 11be36bbcee5..0269878c461b 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.65.tar.gz) = 67692d4ac2c6b79546a8b3067e8492ef +MD5 (lsof_4.67A.freebsd.tar.gz) = 9ae332f5eb2051036d990e6a135606b1 |