pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-pelican
Module Name: pkgsrc
Committed By: nils
Date: Fri Feb 3 09:59:41 UTC 2017
Modified Files:
pkgsrc/www/py-pelican: Makefile
Log Message:
Updated www/pelican to 3.7.1nb1.
Pkgsrc changes :
- dependency to www/py-feedgenerator updated to 1.9 (otherwise, pelican
does not work) ;
- tabs alignement to make pkglint happy.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-pelican/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-pelican/Makefile
diff -u pkgsrc/www/py-pelican/Makefile:1.5 pkgsrc/www/py-pelican/Makefile:1.6
--- pkgsrc/www/py-pelican/Makefile:1.5 Thu Feb 2 20:30:55 2017
+++ pkgsrc/www/py-pelican/Makefile Fri Feb 3 09:59:41 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2017/02/02 20:30:55 nils Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/03 09:59:41 nils Exp $
DISTNAME= pelican-3.7.1
+PKGREVISION= 1
GITHUB_PROJECT= pelican
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www textproc
@@ -16,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]
DEPENDS+= ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-pygments>=1.4:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-feedgenerator>=1.6:../../www/py-feedgenerator
+DEPENDS+= ${PYPKGPREFIX}-feedgenerator>=1.9:../../www/py-feedgenerator
DEPENDS+= ${PYPKGPREFIX}-pytz>=0a:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
@@ -31,10 +32,10 @@ REPLACE_PYTHON+= pelican/tools/pelican_t
REPLACE_PYTHON+= pelican/tools/templates/pelicanconf.py.in
REPLACE_PYTHON+= pelican/tools/templates/publishconf.py.in
-REPLACE_INTERPRETER+= bash
-REPLACE.bash.old= /usr/bin/env bash
-REPLACE.bash.new= ${TOOLS_PATH.bash}
-REPLACE_FILES.bash= pelican/tools/templates/develop_server.sh.in
+REPLACE_INTERPRETER+= bash
+REPLACE.bash.old= /usr/bin/env bash
+REPLACE.bash.new= ${TOOLS_PATH.bash}
+REPLACE_FILES.bash= pelican/tools/templates/develop_server.sh.in
SUBST_CLASSES+= version
SUBST_STAGE.version= pre-build
Home |
Main Index |
Thread Index |
Old Index