svn commit: r458430 - head/www/py-django_compressor

Mathieu Arnold mat at FreeBSD.org
Mon Jan 8 15:47:24 UTC 2018


Author: mat
Date: Mon Jan  8 15:47:22 2018
New Revision: 458430
URL: https://svnweb.freebsd.org/changeset/ports/458430

Log:
  www/py-slimit only supports Python 2.7.
  
  Sponsored by:	Absolight

Modified:
  head/www/py-django_compressor/Makefile   (contents, props changed)

Modified: head/www/py-django_compressor/Makefile
==============================================================================
--- head/www/py-django_compressor/Makefile	Mon Jan  8 15:44:16 2018	(r458429)
+++ head/www/py-django_compressor/Makefile	Mon Jan  8 15:47:22 2018	(r458430)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-appconf>=0.
 		${PYTHON_PKGNAMEPREFIX}rcssmin>=0:archivers/py-rcssmin@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rjsmin>=0:archivers/py-rjsmin@${FLAVOR}
 
-USES=		python
+USES=		python${PY_SLIMIT}
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
@@ -32,5 +32,6 @@ BEAUTIFULSOUP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beau
 LXML_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR}
 HTML5LIB_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${FLAVOR}
 SLIMIT_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}slimit>=0.8.1:www/py-slimit@${FLAVOR}
+SLIMIT_VARS=	PY_SLIMIT=:2.7
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list