From owner-svn-ports-head@FreeBSD.ORG Wed Sep 3 06:19:09 2014 Return-Path: Delivered-To: svn-ports-head@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 79D3B8DD; Wed, 3 Sep 2014 06:19:09 +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 4B524124D; Wed, 3 Sep 2014 06:19:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s836J9cK027630; Wed, 3 Sep 2014 06:19:09 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s836J8OO027626; Wed, 3 Sep 2014 06:19:08 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201409030619.s836J8OO027626@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 3 Sep 2014 06:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367160 - in head: comms/gr-osmosdr sysutils/brebis sysutils/dvdvideo 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: Wed, 03 Sep 2014 06:19:09 -0000 Author: martymac Date: Wed Sep 3 06:19:08 2014 New Revision: 367160 URL: http://svnweb.freebsd.org/changeset/ports/367160 QAT: https://qat.redports.org/buildarchive/r367160/ Log: Switch to USES=python for my ports Modified: head/comms/gr-osmosdr/Makefile head/sysutils/brebis/Makefile head/sysutils/dvdvideo/Makefile Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Wed Sep 3 06:17:49 2014 (r367159) +++ head/comms/gr-osmosdr/Makefile Wed Sep 3 06:19:08 2014 (r367160) @@ -19,9 +19,8 @@ LIB_DEPENDS= libgnuradio-runtime.so:${PO libboost_system.so:${PORTSDIR}/devel/boost-libs \ libboost_thread.so:${PORTSDIR}/devel/boost-libs -USES= pkgconfig cmake tar:tgz +USES= pkgconfig cmake tar:tgz python USE_LDCONFIG= yes -USE_PYTHON= yes # See lib/CMakeLists.txt to enable more components CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \ Modified: head/sysutils/brebis/Makefile ============================================================================== --- head/sysutils/brebis/Makefile Wed Sep 3 06:17:49 2014 (r367159) +++ head/sysutils/brebis/Makefile Wed Sep 3 06:19:08 2014 (r367160) @@ -12,15 +12,14 @@ COMMENT= Fully automated backup checker LICENSE= GPLv3 -USE_PYTHON= 3.3+ -USE_PYDISTUTILS= yes +USES= python:3.3+ +USE_PYTHON= distutils noegginfo # XXX Handle UTF-8 '(c)' character within setup.py's header MAKE_ENV+= LC_ALL=en_US.UTF-8 PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX} \ PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO} -PYDISTUTILS_NOEGGINFO= yes PORTDOCS= README Modified: head/sysutils/dvdvideo/Makefile ============================================================================== --- head/sysutils/dvdvideo/Makefile Wed Sep 3 06:17:49 2014 (r367159) +++ head/sysutils/dvdvideo/Makefile Wed Sep 3 06:19:08 2014 (r367160) @@ -15,8 +15,8 @@ COMMENT= Video DVD backup tool LICENSE= GPLv3 -USE_PYTHON= 3 -USE_PYDISTUTILS= yes +USES= python:3 +USE_PYTHON= distutils PYDISTUTILS_EGGINFO= python_dvdvideo-0.${PORTVERSION}-py${PYTHON_VER}.egg-info PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX}