Date: Wed, 27 Aug 2014 06:32:27 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366293 - head/dns/unbound Message-ID: <201408270632.s7R6WRoF080878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Wed Aug 27 06:32:27 2014 New Revision: 366293 URL: http://svnweb.freebsd.org/changeset/ports/366293 QAT: https://qat.redports.org/buildarchive/r366293/ Log: dns/unbound: Fix packaging with PYTHON option enabled - Fix packaging with PYTHON option enabled While I'm here, pet portlint. PR: 193057 Reported by: Jaret Bartsch <jaretbartsch at yahoo dot ca> Reviewed by: antoine Approved by: portmgr (blanket: packaging) Modified: head/dns/unbound/Makefile head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Wed Aug 27 05:55:31 2014 (r366292) +++ head/dns/unbound/Makefile Wed Aug 27 06:32:27 2014 (r366293) @@ -32,7 +32,6 @@ PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUN OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT OPTIONS_DEFAULT=THREADS ECDSA - LIBEVENT_DESC= Build against libevent (devel/libevent2) GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Wed Aug 27 05:55:31 2014 (r366292) +++ head/dns/unbound/pkg-plist Wed Aug 27 06:32:27 2014 (r366293) @@ -50,7 +50,8 @@ sbin/unbound-control-setup sbin/unbound-host %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.4 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2.2.1 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py %%MUNIN%%etc/munin/plugins/unbound_munin_by_class
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408270632.s7R6WRoF080878>