From owner-svn-ports-all@FreeBSD.ORG Wed Sep 17 13:34:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40BCB70A; Wed, 17 Sep 2014 13:34:42 +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 2C5BEE20; Wed, 17 Sep 2014 13:34:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8HDYgo0056621; Wed, 17 Sep 2014 13:34:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8HDYgeb056620; Wed, 17 Sep 2014 13:34:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409171334.s8HDYgeb056620@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 17 Sep 2014 13:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368372 - head/dns/bind10 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 13:34:42 -0000 Author: mat Date: Wed Sep 17 13:34:41 2014 New Revision: 368372 URL: http://svnweb.freebsd.org/changeset/ports/368372 QAT: https://qat.redports.org/buildarchive/r368372/ Log: Update to USES=python, and use correct depends style for python packages. Sponsored by: Absolight Modified: head/dns/bind10/Makefile Modified: head/dns/bind10/Makefile ============================================================================== --- head/dns/bind10/Makefile Wed Sep 17 13:27:12 2014 (r368371) +++ head/dns/bind10/Makefile Wed Sep 17 13:34:41 2014 (r368372) @@ -20,21 +20,20 @@ LICENSE_PERMS= dist-mirror dist-sell pkg BUILD_DEPENDS= ${LOCALBASE}/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/include/log4cplus/logger.h:${PORTSDIR}/devel/log4cplus \ sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \ liblog4cplus.so:${PORTSDIR}/devel/log4cplus \ libicuuc.so:${PORTSDIR}/devel/icu \ libgmp.so:${PORTSDIR}/math/gmp \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 DEPRECATED= Is not developed any more, use dns/bundy EXPIRATION_DATE= 2015-12-31 -USE_PYTHON= 3 USE_OPENSSL= yes USE_LDCONFIG= yes -USES= compiler:c++11-lang pathfix pkgconfig +USES= compiler:c++11-lang pathfix pkgconfig python:3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \