diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-30 15:32:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-30 15:32:05 +0000 |
commit | 3ec5e039dee6fb8ce77abc1be495eee0b57fd959 (patch) | |
tree | c7a0134436579c456763b63dc7582de1fa5312b5 /sysutils/lsof | |
parent | c1646ac95eedec43562975d2c60dde3518b39da7 (diff) | |
download | ports-3ec5e039dee6fb8ce77abc1be495eee0b57fd959.tar.gz ports-3ec5e039dee6fb8ce77abc1be495eee0b57fd959.zip |
Update to a snap release that fixes the build on 5.2[.1]-RELEASE, and fixes
the configure script so that 4.10-RELEASE is treated as 4.10 vs. 4.1.
While LSOF did build on 4.10, the resulting binary most likely won't work.
Notes
Notes:
svn path=/head/; revision=108031
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 54e05d04f088..f2d653f6a7c4 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.71.1 +PORTVERSION= 4.71.3 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -24,7 +24,7 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.72A.freebsd +DISTNAME= ${PORTNAME}_4.72C.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 84ed92118730..6875bdf150c0 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.72A.freebsd.tar.bz2) = 8b775f5cc53467cc78f840b11513071d -SIZE (lsof_4.72A.freebsd.tar.bz2) = 432436 +MD5 (lsof_4.72C.freebsd.tar.bz2) = 05afe1b0f860904f904a0ccc704a17ac +SIZE (lsof_4.72C.freebsd.tar.bz2) = 432583 |