diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-14 22:30:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-14 22:30:43 +0000 |
commit | 6f3f44a0e0ad8bf764188fe1b2c6a0527b775a94 (patch) | |
tree | 69a52b0767a879b4506aa7b00cdf826bc2ac1a96 /sysutils | |
parent | f7f18b5ea031c0aa56ead3297d22bc18273999bf (diff) | |
download | ports-6f3f44a0e0ad8bf764188fe1b2c6a0527b775a94.tar.gz ports-6f3f44a0e0ad8bf764188fe1b2c6a0527b775a94.zip |
Update to an interm version that handles new warnings on the sys Alpha headers.
Submittted by: Vic Abell <abe@purdue.edu>
Notes
Notes:
svn path=/head/; revision=78988
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index dffb8e72c7eb..c05b40b177f0 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.67 +PORTVERSION= 4.67.1 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -18,9 +18,9 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/NEW/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ -#FIXUP_RELEASE= yes +FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.67A.freebsd +DISTNAME= ${PORTNAME}_4.68A.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index cddced643b5c..e07d2f3ee788 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.67.tar.gz) = 5216d66e33cd721b05f8aa5bb6530949 +MD5 (lsof_4.68A.freebsd.tar.gz) = fcc2e3d5bc7d498524807812c068b6b1 |