svn commit: r357912 - head/www/py-django-pipeline
Marcus von Appen
mva at FreeBSD.org
Sun Jun 15 18:10:42 UTC 2014
Author: mva
Date: Sun Jun 15 18:10:41 2014
New Revision: 357912
URL: http://svnweb.freebsd.org/changeset/ports/357912
QAT: https://qat.redports.org/buildarchive/r357912/
Log:
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Deleted:
head/www/py-django-pipeline/pkg-plist
Modified:
head/www/py-django-pipeline/Makefile
Modified: head/www/py-django-pipeline/Makefile
==============================================================================
--- head/www/py-django-pipeline/Makefile Sun Jun 15 18:03:28 2014 (r357911)
+++ head/www/py-django-pipeline/Makefile Sun Jun 15 18:10:41 2014 (r357912)
@@ -3,6 +3,7 @@
PORTNAME= django-pipeline
PORTVERSION= 1.3.12
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ COMMENT= Asset (css/js) packaging librar
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>0<1.5:${PORTSDIR}/www/py-django14
-USE_PYTHON= 2
-USE_PYDISTUTILS=easy_install
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list