diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-26 19:34:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-26 19:34:22 +0000 |
commit | 902b8312fd4bbba0658225a1fa8724aeecd6842f (patch) | |
tree | fa88b9ef5f3f5160c9128ba7955fd51fb6052cdb /sysutils | |
parent | need to make configure executable again. (diff) |
Update to version 4.64.1.
This fixes a build problem with FFS2.
Diffstat (limited to 'sysutils')
-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 2e4166aa5f1f..c4c72e9558ab 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.64 +PORTVERSION= 4.64.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.64I.freebsd +DISTNAME= ${PORTNAME}_4.65A.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 43baa54ca567..53a9ef4d558f 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.64.tar.gz) = 584b2d652f8703b6af0a21aa57b241d6 +MD5 (lsof_4.65A.freebsd.tar.gz) = 1d2db7e82fb1b28d9882eb281139e4e0 |