pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ikiwiki Add another REPLACE_PERL for a perl script...
details: https://anonhg.NetBSD.org/pkgsrc/rev/321f0794ee29
branches: trunk
changeset: 537025:321f0794ee29
user: reed <reed%pkgsrc.org@localhost>
date: Wed Jan 02 15:39:57 2008 +0000
description:
Add another REPLACE_PERL for a perl script to replace interpreter.
Skip an interpreter check for a python script (as the
REPLACE_PERL is ignored because no python dependency yet).
(Add a TODO for later: add an option for reStructuredText
support to depend on python-docutils.)
Bump PKGREVISION.
Noticed in bulk builds. Fixed this during freeze so it will be
built by some bulk builders and available with the upcoming quarterly
branch packages. This is a leaf package.
diffstat:
www/ikiwiki/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 475a8c396d16 -r 321f0794ee29 www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile Wed Jan 02 14:23:40 2008 +0000
+++ b/www/ikiwiki/Makefile Wed Jan 02 15:39:57 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2007/12/05 04:09:53 reed Exp $
+# $NetBSD: Makefile,v 1.10 2008/01/02 15:39:57 reed Exp $
#
DISTNAME= ikiwiki_2.15
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
@@ -67,6 +68,12 @@
REPLACE_PERL+= ikiwiki.in ikiwiki-mass-rebuild ikiwiki-update-wikilist
REPLACE_PERL+= t/*.t IkiWiki/*.pm IkiWiki/*/*.pm
REPLACE_PERL+= doc/ikiwiki.setup doc/w3mmode/ikiwiki.setup
+REPLACE_PERL+= plugins/externaldemo
+
+REPLACE_PYTHON+= plugins/rst
+# TODO: add an rst option
+# rst plugin (reStructuredText) needs the python-docutils module
+CHECK_INTERPRETER_SKIP+= lib/ikiwiki/plugins/rst
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= post-patch
Home |
Main Index |
Thread Index |
Old Index