diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-06-09 14:55:47 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-06-09 14:55:47 +0000 |
commit | 53174c771453a37a34feb338b3e883f2089ea192 (patch) | |
tree | bea9a5562b58e4d24af27b93c3a247b46c033acf /net | |
parent | 034b63d4622cba5ee34f3a10abc8b7ac908cd9db (diff) | |
download | freebsd-ports-53174c771453a37a34feb338b3e883f2089ea192.zip |
- Update to 0.29.0
- Disable dsr option if netmap is not supported
Diffstat (limited to 'net')
-rw-r--r-- | net/pen/Makefile | 10 | ||||
-rw-r--r-- | net/pen/distinfo | 4 |
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 |