Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 11:39:16 +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: r371114 - in head/www: py-bottle py-cssmin
Message-ID:  <201410181139.s9IBdGoV090117@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410181139.s9IBdGoV090117>