- 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
This commit is contained in:
Marcelo Araujo
2015-11-17 01:24:12 +00:00
parent fabcef5d55
commit 4dd94d2238

View File

@@ -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