1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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@
This commit is contained in:
Ion-Mihai Tetcu 2008-05-13 18:29:31 +00:00
parent 12c860f413
commit 6d0242b6e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213000
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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