diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-13 18:29:31 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-13 18:29:31 +0000 |
commit | 6d0242b6e8ce7a9e0a40b8abedecc05133e415d8 (patch) | |
tree | 83b95445094fc5a681b1b807621595438373d0f6 /sysutils/lsof | |
parent | 12c860f413bf8cf506826148d051174a33b44b00 (diff) |
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@
Notes
Notes:
svn path=/head/; revision=213000
Diffstat (limited to 'sysutils/lsof')
-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 |