Date: Sat, 18 Oct 2014 13:10:08 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371121 - head/www/py-GinGin Message-ID: <201410181310.s9IDA83V033129@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410181310.s9IDA83V033129>