svn commit: r357910 - head/www/py-dtflickr
Marcus von Appen
mva at FreeBSD.org
Sun Jun 15 17:50:53 UTC 2014
Author: mva
Date: Sun Jun 15 17:50:52 2014
New Revision: 357910
URL: http://svnweb.freebsd.org/changeset/ports/357910
QAT: https://qat.redports.org/buildarchive/r357910/
Log:
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Modified:
head/www/py-dtflickr/Makefile
Modified: head/www/py-dtflickr/Makefile
==============================================================================
--- head/www/py-dtflickr/Makefile Sun Jun 15 17:45:45 2014 (r357909)
+++ head/www/py-dtflickr/Makefile Sun Jun 15 17:50:52 2014 (r357910)
@@ -3,6 +3,7 @@
PORTNAME= dtflickr
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://apt.douglasthrift.net/files/${PORTNAME}/ \
@@ -16,13 +17,7 @@ LICENSE= APACHE20
USE_BZIP2= yes
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_VERSION} == "python2.5"
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.7:${PORTSDIR}/devel/py-simplejson
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list