diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-05-14 02:29:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-05-14 02:29:31 +0800 |
commit | 27e45771454dffcff72cfec67177b1f7cc010fe4 (patch) | |
tree | 995af1ffc74d7883bfdc3376d5275229f017c1cd | |
parent | 3c051664a2abe9f6e2af548f2fe348a2b7466986 (diff) | |
download | freebsd-ports-gnome-27e45771454dffcff72cfec67177b1f7cc010fe4.tar.gz freebsd-ports-gnome-27e45771454dffcff72cfec67177b1f7cc010fe4.tar.zst freebsd-ports-gnome-27e45771454dffcff72cfec67177b1f7cc010fe4.zip |
Update to 4.80:
Updated for a FreeBSD 7.0 and above byte level locking
change. The problem was reported by Conrad J. Sabatier
<conrads@cox.net>, who helped test the update. Wesley
Shields <wxs@FreeBSD.org> provided an 8.0-CURRENT test
system.
Propagated the FreeBSD 7.0 and above locking changes to
FreeBSD 6.x, based on a report from Edwin Groothuis
<edwin@FreeBSD.org>.
(as a note about the above, if the port still fails for you, you should upgrade
your system either to the latest HEAD or the latest 7-STALBE there's a 2 weeks
window of breakage or so).
Added warnings for unsupported dialects or versions.
Added a missing quote to the Configure script's
FreeBSD stanza.
PR: ports/123615
Submitted by: maintainer
Supplimentary tindy testing by: miwi@
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 571c91757cd1..e65d84d4afe1 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,8 +7,8 @@ # PORTNAME= lsof -PORTVERSION= 4.80B -PORTEPOCH= 1 +PORTVERSION= 4.80 +PORTEPOCH= 2 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ @@ -29,7 +29,7 @@ MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ MAINTAINER= ler@lerctr.org COMMENT= Lists information about open files (similar to fstat(1)) -FIXUP_RELEASE= YES +#FIXUP_RELEASE= YES .if defined(FIXUP_RELEASE) DISTNAME= ${PORTNAME}_${PORTVERSION}.freebsd .else diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 9b889cd31d43..d1ad3a4a15ab 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -MD5 (lsof_4.80B.freebsd.tar.bz2) = 4a7df65181697b1c8da2036a110d560e -SHA256 (lsof_4.80B.freebsd.tar.bz2) = 51ed27bd66831128bc0ab359539c0e4e23c7b1ee8da7cc37fecda221741266cb -SIZE (lsof_4.80B.freebsd.tar.bz2) = 464631 +MD5 (lsof_4.80.tar.bz2) = 18d124d063619eeee147a8d638e2b8fd +SHA256 (lsof_4.80.tar.bz2) = 793dad29852649b69f29254dfe60a13c5bd71ca177a483319cbd5da9121b13e0 +SIZE (lsof_4.80.tar.bz2) = 768053 |