aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-15 17:32:29 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-15 17:32:29 +0000
commit868688b28ac88a141f38b725e790fd30801ccc23 (patch)
tree79b880bb570cf9259f83c7dd788799c21aa8df1d /www
parent06ab8acf2797ee486cc3f77d22b48b66e1e7af52 (diff)
downloadports-868688b28ac88a141f38b725e790fd30801ccc23.tar.gz
ports-868688b28ac88a141f38b725e790fd30801ccc23.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=357907
Diffstat (limited to 'www')
-rw-r--r--www/pelican/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/pelican/Makefile b/www/pelican/Makefile
index de24f186a75a..ec0e2570993d 100644
--- a/www/pelican/Makefile
+++ b/www/pelican/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pelican
PORTVERSION= 3.3.0
+PORTREVISION= 1
CATEGORIES= www textproc
MAINTAINER= jlaffaye@FreeBSD.org
@@ -27,11 +28,10 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options
.include <bsd.port.options.mk>
PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGVERSION= 3.3
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
USE_PYTHON= yes
-USE_GITHUB= yes
+USE_GITHUB= yes
GH_ACCOUNT= getpelican
GH_COMMIT= b35ce43