pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/asciidoc Fix interpreter path in more files. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddebb266adb6
branches:  trunk
changeset: 629700:ddebb266adb6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 26 08:18:29 2014 +0000

description:
Fix interpreter path in more files. Bump PKGREVISION.

diffstat:

 textproc/asciidoc/Makefile |  16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r c9462c1a1e3e -r ddebb266adb6 textproc/asciidoc/Makefile
--- a/textproc/asciidoc/Makefile        Sun Jan 26 05:17:14 2014 +0000
+++ b/textproc/asciidoc/Makefile        Sun Jan 26 08:18:29 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2014/01/25 10:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2014/01/26 08:18:29 wiz Exp $
 
 DISTNAME=              asciidoc-8.6.9
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
 
@@ -29,7 +29,17 @@
 SUBST_FILES.ad=                a2x.py asciidoc.py
 SUBST_SED.ad=          -e 's,^\(CONF_DIR\).*=.*,\1="${PREFIX}/share/asciidoc",'
 
-REPLACE_PYTHON=                a2x.py asciidoc.conf html5.conf xhtml11.conf xhtml11-quirks.conf
+REPLACE_PYTHON+=       a2x.py
+REPLACE_PYTHON+=       asciidoc.py
+REPLACE_PYTHON+=       asciidocapi.py
+REPLACE_PYTHON+=       filters/code/code-filter.py
+REPLACE_PYTHON+=       filters/latex/latex2png.py
+REPLACE_PYTHON+=       filters/music/music2png.py
+REPLACE_PYTHON+=       filters/graphviz/graphviz2png.py
+REPLACE_PYTHON+=       tests/testasciidoc.py
+REPLACE_PYTHON+=       tests/asciidocapi.py
+REPLACE_PYTHON+=       html5.conf xhtml11.conf xhtml11-quirks.conf
+
 PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 8.6.9 (as seen e.g. in git-docs)
 
 INSTALLATION_DIRS=     bin share/asciidoc share/asciidoc/filters \



Home | Main Index | Thread Index | Old Index