svn commit: r376111 - in head: astro/gmapcatcher devel/py-turbojson11

Marcus von Appen mva at FreeBSD.org
Sat Jan 3 09:14:11 UTC 2015


Author: mva
Date: Sat Jan  3 09:14:10 2015
New Revision: 376111
URL: https://svnweb.freebsd.org/changeset/ports/376111
QAT: https://qat.redports.org/buildarchive/r376111/

Log:
  - Convert devel/py-turbojson11 to new USES=python
  - Clean up leftovers from astro/gmapcatcher
  
  With hat:	python@

Modified:
  head/astro/gmapcatcher/Makefile
  head/devel/py-turbojson11/Makefile

Modified: head/astro/gmapcatcher/Makefile
==============================================================================
--- head/astro/gmapcatcher/Makefile	Sat Jan  3 08:47:51 2015	(r376110)
+++ head/astro/gmapcatcher/Makefile	Sat Jan  3 09:14:10 2015	(r376111)
@@ -17,8 +17,6 @@ WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/g}
 USES=		python
 USE_GNOME=	pygtk2
 USE_PYTHON=	autoplist distutils
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/devel/py-turbojson11/Makefile
==============================================================================
--- head/devel/py-turbojson11/Makefile	Sat Jan  3 08:47:51 2015	(r376110)
+++ head/devel/py-turbojson11/Makefile	Sat Jan  3 09:14:10 2015	(r376111)
@@ -17,8 +17,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Rul
 		${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \
 		${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list