summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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