From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 13:40:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2B3149D; Fri, 4 Apr 2014 13:40:54 +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 DF22EF1B; Fri, 4 Apr 2014 13:40:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34DesDG006203; Fri, 4 Apr 2014 13:40:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34Des1E006202; Fri, 4 Apr 2014 13:40:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404041340.s34Des1E006202@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 4 Apr 2014 13:40:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350117 - head/devel/py-libvirt 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.17 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: Fri, 04 Apr 2014 13:40:55 -0000 Author: bapt Date: Fri Apr 4 13:40:54 2014 New Revision: 350117 URL: http://svnweb.freebsd.org/changeset/ports/350117 QAT: https://qat.redports.org/buildarchive/r350117/ Log: Remove useless SHEBANG_LANG macro USE_PYTHON instead of the 2 _BUILD/_RUN macros Modified: head/devel/py-libvirt/Makefile Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Fri Apr 4 13:38:34 2014 (r350116) +++ head/devel/py-libvirt/Makefile Fri Apr 4 13:40:54 2014 (r350117) @@ -17,15 +17,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt USES= pkgconfig shebangfix -SHEBANG_LANG= python SHEBANG_FILES= generator.py sanitytest.py setup.py -USE_PYTHON_BUILD= yes -USE_PYTHON_RUN= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -post-patch-script: +post-patch: @${REINPLACE_CMD} -e 's|"python"|"${PYTHON_CMD}"|g' \ ${WRKSRC}/setup.py