diff options
author | obrien <obrien@FreeBSD.org> | 2004-10-25 13:21:59 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-10-25 13:21:59 +0800 |
commit | c2b09da6394ca2619772640bc62813cd28531dd4 (patch) | |
tree | ec32ab0fcb6f5ac4c815e88677758ba1d7345951 /sysutils/lsof | |
parent | d6ba935b68743960b13f0b03b45440d92a759c57 (diff) | |
download | freebsd-ports-gnome-c2b09da6394ca2619772640bc62813cd28531dd4.tar.gz freebsd-ports-gnome-c2b09da6394ca2619772640bc62813cd28531dd4.tar.zst freebsd-ports-gnome-c2b09da6394ca2619772640bc62813cd28531dd4.zip |
Update to a snap release that allows building on 6-CURRENT after
sys/sys/vnode.h rev 1.249 (2004-10-22).
Submitted by: Vic Abell <abe@purdue.edu>
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 2afacc7a6a65..c98df4c0eabd 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.73 +PORTVERSION= 4.73.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= yes +FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.73B.freebsd +DISTNAME= ${PORTNAME}_4.74A.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 1eecc2fc4d10..beeb463c42e8 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.73.tar.bz2) = 21e820cf581ecddca26a2acf7282770c -SIZE (lsof_4.73.tar.bz2) = 725530 +MD5 (lsof_4.74A.freebsd.tar.bz2) = 257b30549ba920d8fb4e3c11c7031734 +SIZE (lsof_4.74A.freebsd.tar.bz2) = 439975 |