diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-27 00:27:39 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-27 00:27:39 +0800 |
commit | ab8a5f7610be2f3c5cb5ac3009f94fb375f29056 (patch) | |
tree | d65e2ca9aa073a7f1a7a9afb23f38238a37580e5 /sysutils/lsof/Makefile | |
parent | f2d19431395ffb85af6c8fd672f31a16f52de873 (diff) | |
download | freebsd-ports-gnome-ab8a5f7610be2f3c5cb5ac3009f94fb375f29056.tar.gz freebsd-ports-gnome-ab8a5f7610be2f3c5cb5ac3009f94fb375f29056.tar.zst freebsd-ports-gnome-ab8a5f7610be2f3c5cb5ac3009f94fb375f29056.zip |
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.
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 23217ac7af69..2e4166aa5f1f 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 |