diff options
author | obrien <obrien@FreeBSD.org> | 2004-04-30 15:32:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-04-30 15:32:05 +0000 |
commit | ca98b3b1803bc342d9fe310b3ff30ba80532b549 (patch) | |
tree | 62d5f32ff0401d7a4a67ccc074d724b3d65679d6 /sysutils | |
parent | c3a46f6ed93b573d915006f3f805d5139fd2d5af (diff) | |
download | FreeBSD-ports-ca98b3b1803bc342d9fe310b3ff30ba80532b549.zip FreeBSD-ports-ca98b3b1803bc342d9fe310b3ff30ba80532b549.tar.gz |
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.
Diffstat (limited to 'sysutils')
-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 54e05d0..f2d653f 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 84ed921..6875bdf 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 |