aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2015-06-09 22:55:47 +0800
committerdanilo <danilo@FreeBSD.org>2015-06-09 22:55:47 +0800
commitba5b181743dfa39a6e0d9f1123f991f2e6c4bbe1 (patch)
treebea9a5562b58e4d24af27b93c3a247b46c033acf
parentc6fbf0874808ffcdb7c01d1a1d3bdb67b7807981 (diff)
downloadfreebsd-ports-gnome-ba5b181743dfa39a6e0d9f1123f991f2e6c4bbe1.tar.gz
freebsd-ports-gnome-ba5b181743dfa39a6e0d9f1123f991f2e6c4bbe1.tar.zst
freebsd-ports-gnome-ba5b181743dfa39a6e0d9f1123f991f2e6c4bbe1.zip
- Update to 0.29.0
- Disable dsr option if netmap is not supported
-rw-r--r--net/pen/Makefile10
-rw-r--r--net/pen/distinfo4
2 files changed, 10 insertions, 4 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile
index 1b750c107d8a..08bc342ef8a0 100644
--- a/net/pen/Makefile
+++ b/net/pen/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pen
-PORTVERSION= 0.28.0
+PORTVERSION= 0.29.0
CATEGORIES= net
MASTER_SITES= http://siag.nu/pub/pen/
@@ -37,7 +37,13 @@ KQUEUE_CONFIGURE_ON= --with-kqueue
KQUEUE_CONFIGURE_OFF= --with-poll
DEBUG_CONFIGURE_ENABLE= debugging
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 901000
+CONFIGURE_ARGS+= --without-dsr
+.endif
+
post-patch:
@${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/pen/distinfo b/net/pen/distinfo
index e38b21d7657c..7c825cc776ce 100644
--- a/net/pen/distinfo
+++ b/net/pen/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pen-0.28.0.tar.gz) = 49455cf85641056ee30491b84c6b020aed1a6a9ed7f0aa7f263842da970f728b
-SIZE (pen-0.28.0.tar.gz) = 172795
+SHA256 (pen-0.29.0.tar.gz) = f190f8e9bbb40fd369b080c9a58beda5d1411b5d9ad7c6c40fadaa2a03631a05
+SIZE (pen-0.29.0.tar.gz) = 182198