diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-10-16 03:33:51 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-10-16 03:33:51 +0000 |
commit | 96dc1ce8c90913eb05e229a4b7d3613986a58279 (patch) | |
tree | 8c2fe3dad74077a70fcfd1c0273b61f81524aadd /sysutils/lsof | |
parent | 9fd03b4293ee3df3612b07b1d945fb561da02212 (diff) | |
download | ports-96dc1ce8c90913eb05e229a4b7d3613986a58279.tar.gz ports-96dc1ce8c90913eb05e229a4b7d3613986a58279.zip |
Update to snapshot version to fix 6.0 build problems.
Approved by: portmgr(kris)
Notes
Notes:
svn path=/head/; revision=145498
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 24a3bae27640..84cd0fe39f47 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.76 +PORTVERSION= 4.76.1 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -22,9 +22,9 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ -#FIXUP_RELEASE= +FIXUP_RELEASE= .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.76B.freebsd +DISTNAME= ${PORTNAME}_4.77A.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index d87866457725..c2b6b3c673da 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.76.tar.bz2) = 0c4160ceeb753c58eaefb29dbea505eb -SIZE (lsof_4.76.tar.bz2) = 704578 +MD5 (lsof_4.77A.freebsd.tar.bz2) = 2331852a277a783fa4551114b7e716df +SIZE (lsof_4.77A.freebsd.tar.bz2) = 453190 |