svn commit: r371114 - in head/www: py-bottle py-cssmin
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sat Oct 18 11:39:16 UTC 2014
Author: rm
Date: Sat Oct 18 11:39:15 2014
New Revision: 371114
URL: https://svnweb.freebsd.org/changeset/ports/371114
QAT: https://qat.redports.org/buildarchive/r371114/
Log:
www/py-bottle: convert to USES=python
Approved by: portmgr (blanket)
Modified:
head/www/py-bottle/Makefile
head/www/py-cssmin/Makefile
Modified: head/www/py-bottle/Makefile
==============================================================================
--- head/www/py-bottle/Makefile Sat Oct 18 11:36:10 2014 (r371113)
+++ head/www/py-bottle/Makefile Sat Oct 18 11:39:15 2014 (r371114)
@@ -13,8 +13,7 @@ COMMENT= Fast and simple WSGI-framework
LICENSE= MIT
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
Modified: head/www/py-cssmin/Makefile
==============================================================================
--- head/www/py-cssmin/Makefile Sat Oct 18 11:36:10 2014 (r371113)
+++ head/www/py-cssmin/Makefile Sat Oct 18 11:39:15 2014 (r371114)
@@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader at freebsdmall.com
COMMENT= Python port of the YUI CSS compression algorithm
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list