svn commit: r388942 - head/net/pen
Danilo Egea Gondolfo
danilo at FreeBSD.org
Tue Jun 9 14:55:48 UTC 2015
Author: danilo
Date: Tue Jun 9 14:55:47 2015
New Revision: 388942
URL: https://svnweb.freebsd.org/changeset/ports/388942
Log:
- Update to 0.29.0
- Disable dsr option if netmap is not supported
Modified:
head/net/pen/Makefile
head/net/pen/distinfo
Modified: head/net/pen/Makefile
==============================================================================
--- head/net/pen/Makefile Tue Jun 9 14:32:00 2015 (r388941)
+++ head/net/pen/Makefile Tue Jun 9 14:55:47 2015 (r388942)
@@ -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>
Modified: head/net/pen/distinfo
==============================================================================
--- head/net/pen/distinfo Tue Jun 9 14:32:00 2015 (r388941)
+++ head/net/pen/distinfo Tue Jun 9 14:55:47 2015 (r388942)
@@ -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
More information about the svn-ports-all
mailing list