diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-07-04 20:46:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-07-04 20:46:34 +0000 |
commit | 70013eeb9e87eef0bea2bbb3aecdfbe36fc4ba27 (patch) | |
tree | 0942729ad0ab6d91b85dd9289d1ae11de011273a /sysutils | |
parent | 7d34e059f3f9fa91709978bc451f261f90bae511 (diff) | |
download | ports-70013eeb9e87eef0bea2bbb3aecdfbe36fc4ba27.tar.gz ports-70013eeb9e87eef0bea2bbb3aecdfbe36fc4ba27.zip |
Update to a snap release that fixes the build on 5-CURRENT.
Notes
Notes:
svn path=/head/; revision=112917
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 f2d653f6a7c4..5070035a0b5f 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.71.3 +PORTVERSION= 4.71.4 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.72C.freebsd +DISTNAME= ${PORTNAME}_4.72D.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 6875bdf150c0..ab202c1eeec5 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.72C.freebsd.tar.bz2) = 05afe1b0f860904f904a0ccc704a17ac -SIZE (lsof_4.72C.freebsd.tar.bz2) = 432583 +MD5 (lsof_4.72D.freebsd.tar.bz2) = fb05c6672c21c8ca8a7953221d670b75 +SIZE (lsof_4.72D.freebsd.tar.bz2) = 435562 |