diff options
author | mva <mva@FreeBSD.org> | 2014-06-16 01:32:29 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-16 01:32:29 +0800 |
commit | 938561133e8d600b9ed2b4616839bd3768935918 (patch) | |
tree | 79b880bb570cf9259f83c7dd788799c21aa8df1d /www | |
parent | b26de88c961e487520d5637e05ecbe85a0dac539 (diff) | |
download | freebsd-ports-gnome-938561133e8d600b9ed2b4616839bd3768935918.tar.gz freebsd-ports-gnome-938561133e8d600b9ed2b4616839bd3768935918.tar.zst freebsd-ports-gnome-938561133e8d600b9ed2b4616839bd3768935918.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/pelican/Makefile | 6 |
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 |