From owner-svn-ports-head@FreeBSD.ORG Tue Jun 9 14:55:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1FE7348; Tue, 9 Jun 2015 14:55:48 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A07B915D3; Tue, 9 Jun 2015 14:55:48 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t59Etm0S031780; Tue, 9 Jun 2015 14:55:48 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t59Etmfh031778; Tue, 9 Jun 2015 14:55:48 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201506091455.t59Etmfh031778@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 9 Jun 2015 14:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388942 - head/net/pen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 14:55:48 -0000 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 + +.if ${OSVERSION} < 901000 +CONFIGURE_ARGS+= --without-dsr +.endif + post-patch: @${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure -.include +.include 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