diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-26 16:27:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-26 16:27:39 +0000 |
commit | 5b0878ef3fc97453ff498f3a72db1bda5a3e379a (patch) | |
tree | ccab73983059756ce4eb4fe91955c9092b714b4b /sysutils | |
parent | USE_REINPLACE has to be defined before including bsd.port.pre.mk (diff) |
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.
Notes
Notes:
svn path=/head/; revision=62023
Diffstat (limited to 'sysutils')
-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 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 diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index db4a8a5b4e9f..43baa54ca567 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 |