diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-26 16:27:39 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-26 16:27:39 +0000 |
commit | ab8a5f7610be2f3c5cb5ac3009f94fb375f29056 (patch) | |
tree | d65e2ca9aa073a7f1a7a9afb23f38238a37580e5 | |
parent | f2d19431395ffb85af6c8fd672f31a16f52de873 (diff) | |
download | FreeBSD-ports-ab8a5f7610be2f3c5cb5ac3009f94fb375f29056.zip FreeBSD-ports-ab8a5f7610be2f3c5cb5ac3009f94fb375f29056.tar.gz |
Update to version 4.64.
This is known broken on 5-CURRENT due to our removal of `i_rdev' from
inode.h by the UFS2 import.
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 23217ac..2e4166a 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.63.3 +PORTVERSION= 4.64 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -18,7 +18,7 @@ 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.64I.freebsd .else diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index db4a8a5..43baa54 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.64I.freebsd.tar.gz) = 8d6264a20b09ba2535f7e17ff515c0c1 +MD5 (lsof_4.64.tar.gz) = 584b2d652f8703b6af0a21aa57b241d6 |