aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2015-11-17 09:24:12 +0800
committeraraujo <araujo@FreeBSD.org>2015-11-17 09:24:12 +0800
commitdc7090cb57dc424333ef547635343d9f7ea65b42 (patch)
tree134b7f9b78d18424bc4314c84381137ba5308dd5 /sysutils
parent2eb4f3be25c36e492ec0aa91a306de368d86214f (diff)
downloadfreebsd-ports-gnome-dc7090cb57dc424333ef547635343d9f7ea65b42.tar.gz
freebsd-ports-gnome-dc7090cb57dc424333ef547635343d9f7ea65b42.tar.zst
freebsd-ports-gnome-dc7090cb57dc424333ef547635343d9f7ea65b42.zip
- For the CoDel and FairQ patch, the safest FreeBSD version must be
1100080, as the CoDel landed in r287009 and FairQ landed in r284777. - Bump PORTREVISION. Submitted by: junovitch
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pftop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile
index d4e5b7ea18bd..c0ba43cc65cf 100644
--- a/sysutils/pftop/Makefile
+++ b/sysutils/pftop/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pftop
PORTVERSION= 0.7
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils net
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
@@ -12,7 +12,7 @@ COMMENT= Utility for real-time display of statistics for pf
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 1100000
+.if ${OSVERSION} >= 1100080
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bpf_dump.c \
${FILESDIR}/extra-patch-sf-gencode.h
.endif