aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-01-16 02:40:14 +0800
committerobrien <obrien@FreeBSD.org>2005-01-16 02:40:14 +0800
commit11fc56a54fc6f0b03e9f83c0f2f6b64e9431a36a (patch)
tree959eb7dac92b0aef65158741aca83b00599fc561 /sysutils/lsof/Makefile
parent5fc8a1de81edd8ae1d1619684d7a58399230f708 (diff)
downloadfreebsd-ports-gnome-11fc56a54fc6f0b03e9f83c0f2f6b64e9431a36a.tar.gz
freebsd-ports-gnome-11fc56a54fc6f0b03e9f83c0f2f6b64e9431a36a.tar.zst
freebsd-ports-gnome-11fc56a54fc6f0b03e9f83c0f2f6b64e9431a36a.zip
Update to a snap release that allows building on 6-CURRENT after the
latest sys/sys/vnode.h changes. Submitted by: Vic Abell <abe@purdue.edu>
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index bd28459bed88..5b9b08f04d18 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= lsof
-PORTVERSION= 4.73.1
+PORTVERSION= 4.73.2
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.74B.freebsd
+DISTNAME= ${PORTNAME}_4.74C.freebsd
.else
DISTNAME= ${PORTNAME}_${PORTVERSION}
.endif