From owner-svn-ports-head@FreeBSD.ORG Tue Dec 9 17:11:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63562B8B; Tue, 9 Dec 2014 17:11:48 +0000 (UTC) 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 4FD1411F; Tue, 9 Dec 2014 17:11:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9HBmk1078349; Tue, 9 Dec 2014 17:11:48 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9HBllC078344; Tue, 9 Dec 2014 17:11:47 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201412091711.sB9HBllC078344@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Tue, 9 Dec 2014 17:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374408 - head/dns/unbound 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.18-1 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 Dec 2014 17:11:48 -0000 Author: sem Date: Tue Dec 9 17:11:47 2014 New Revision: 374408 URL: https://svnweb.freebsd.org/changeset/ports/374408 QAT: https://qat.redports.org/buildarchive/r374408/ Log: - Fix build with python - Fix plist PR: 195803 Modified: head/dns/unbound/Makefile head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Tue Dec 9 16:58:53 2014 (r374407) +++ head/dns/unbound/Makefile Tue Dec 9 17:11:47 2014 (r374408) @@ -3,6 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -46,9 +47,9 @@ STRIP_FILES= .libs/libunbound.so unbound .if ${PORT_OPTIONS:MPYTHON} USES+= python:2 -CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes +CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes LDFLAGS="-L${LOCALBASE}/lib" BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 -BROKEN= Does not build +STRIP_FILES+= .libs/_unbound.so PYTHON= .else PYTHON= "@comment " Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Tue Dec 9 16:58:53 2014 (r374407) +++ head/dns/unbound/pkg-plist Tue Dec 9 17:11:47 2014 (r374408) @@ -48,10 +48,7 @@ sbin/unbound-checkconf sbin/unbound-control sbin/unbound-control-setup sbin/unbound-host -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2.3.3 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py %%MUNIN%%etc/munin/plugins/unbound_munin_by_class