svn commit: r367160 - in head: comms/gr-osmosdr sysutils/brebis sysutils/dvdvideo

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Sep 3 06:19:09 UTC 2014


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}


More information about the svn-ports-head mailing list