Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2015 01:24:12 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401799 - head/sysutils/pftop
Message-ID:  <201511170124.tAH1OCfa054245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Tue Nov 17 01:24:12 2015
New Revision: 401799
URL: https://svnweb.freebsd.org/changeset/ports/401799

Log:
  - 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

Modified:
  head/sysutils/pftop/Makefile

Modified: head/sysutils/pftop/Makefile
==============================================================================
--- head/sysutils/pftop/Makefile	Tue Nov 17 01:00:22 2015	(r401798)
+++ head/sysutils/pftop/Makefile	Tue Nov 17 01:24:12 2015	(r401799)
@@ -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 o
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511170124.tAH1OCfa054245>