summaryrefslogtreecommitdiff
path: root/textproc/asciidoc
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-06-10 13:06:30 +0000
committergdt <gdt@pkgsrc.org>2008-06-10 13:06:30 +0000
commit943d4a11598533b702a18ebf2cbed36e7fb29841 (patch)
tree7e528bd260dcc45ddd90094d914f1e4a0e6f5f0d /textproc/asciidoc
parent454f4f8b16c992129fbfac341675c1607ab9b021 (diff)
downloadpkgsrc-943d4a11598533b702a18ebf2cbed36e7fb29841.tar.gz
Update to 8.2.6. Significant changes (plus assorted minor changes and
bugfixes); * asciidoc(1) and a2x(1) man pages formatted to conform to man-pages(7) recommendations. * Old code-filter syntax (pre-8.1.0) is no longer recognized so that malformed two-line level 2 titles are no longer confused with code-filter block delimiters.
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r--textproc/asciidoc/Makefile5
-rw-r--r--textproc/asciidoc/PLIST3
-rw-r--r--textproc/asciidoc/distinfo10
-rw-r--r--textproc/asciidoc/patches/patch-aa5
4 files changed, 13 insertions, 10 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 80d311c890b..cc868bef72b 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/06/06 19:51:14 gdt Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/10 13:06:30 gdt Exp $
#
-DISTNAME= asciidoc-8.2.5
-PKGREVISION= 4
+DISTNAME= asciidoc-8.2.6
CATEGORIES= textproc
MASTER_SITES= ${HOMEPAGE} \
${MASTER_SITE_SOURCEFORGE:=asciidoc/}
diff --git a/textproc/asciidoc/PLIST b/textproc/asciidoc/PLIST
index 658a40420db..288cdb554ee 100644
--- a/textproc/asciidoc/PLIST
+++ b/textproc/asciidoc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2007/12/09 20:56:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/06/10 13:06:30 gdt Exp $
bin/a2x
bin/asciidoc
man/man1/a2x.1
@@ -50,6 +50,7 @@ share/asciidoc/javascripts/toc.js
share/asciidoc/lang-es.conf
share/asciidoc/latex.conf
share/asciidoc/linuxdoc.conf
+share/asciidoc/stylesheets/compact.css
share/asciidoc/stylesheets/docbook-xsl.css
share/asciidoc/stylesheets/xhtml-deprecated-manpage.css
share/asciidoc/stylesheets/xhtml-deprecated.css
diff --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo
index 54b77357283..8d7f0ecf002 100644
--- a/textproc/asciidoc/distinfo
+++ b/textproc/asciidoc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2008/06/06 19:51:14 gdt Exp $
+$NetBSD: distinfo,v 1.5 2008/06/10 13:06:30 gdt Exp $
-SHA1 (asciidoc-8.2.5.tar.gz) = 792bc45a17a0b54f8744214251fb08989e178d25
-RMD160 (asciidoc-8.2.5.tar.gz) = 966ee7af72a3c53916e7bf6a1670f23ce739adfc
-Size (asciidoc-8.2.5.tar.gz) = 722902 bytes
-SHA1 (patch-aa) = e10d700a0206bada293ab71f64edbe50dcf4a000
+SHA1 (asciidoc-8.2.6.tar.gz) = cce98ed670c462a3a007b03b6f92d2108c5bc405
+RMD160 (asciidoc-8.2.6.tar.gz) = c07d2eaa04d16275c44756236023c0789cf54310
+Size (asciidoc-8.2.6.tar.gz) = 739790 bytes
+SHA1 (patch-aa) = f8e1128a7ea77a6c4bcfa023b6fcb040cc3882de
diff --git a/textproc/asciidoc/patches/patch-aa b/textproc/asciidoc/patches/patch-aa
index 7d1dd2be8e5..988e39a708f 100644
--- a/textproc/asciidoc/patches/patch-aa
+++ b/textproc/asciidoc/patches/patch-aa
@@ -1,8 +1,11 @@
-$NetBSD: patch-aa,v 1.1 2008/06/06 19:51:14 gdt Exp $
+$NetBSD: patch-aa,v 1.2 2008/06/10 13:06:30 gdt Exp $
a2x uses the '-u' argument to cp, which POSIX does not specify:
http://www.opengroup.org/onlinepubs/009695399/utilities/cp.html
+Filed upstream on 20080609 as
+https://sourceforge.net/tracker/index.php?func=detail&aid=1989227&group_id=67797&atid=519005
+
--- a2x.orig 2007-10-28 23:50:53.000000000 -0400
+++ a2x
@@ -379,7 +379,7 @@ function copy_stylesheet()