svn commit: r371121 - head/www/py-GinGin

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Oct 18 13:10:08 UTC 2014


Author: rm
Date: Sat Oct 18 13:10:07 2014
New Revision: 371121
URL: https://svnweb.freebsd.org/changeset/ports/371121
QAT: https://qat.redports.org/buildarchive/r371121/

Log:
  www/py-GinGin: convert to USES=python
  
  - convert to USES=python
  - limit python version to 2 (because of www/py-fcgi isn't 3.x aware)

Modified:
  head/www/py-GinGin/Makefile

Modified: head/www/py-GinGin/Makefile
==============================================================================
--- head/www/py-GinGin/Makefile	Sat Oct 18 12:55:55 2014	(r371120)
+++ head/www/py-GinGin/Makefile	Sat Oct 18 13:10:07 2014	(r371121)
@@ -15,8 +15,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		${PYTHON_SITELIBDIR}/fcgi.py:${PORTSDIR}/www/py-fcgi
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list