pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/asciidoc Update to 8.2.6. Significant change...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f70704ea8f5d
branches:  trunk
changeset: 543233:f70704ea8f5d
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jun 10 13:06:30 2008 +0000

description:
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:

 textproc/asciidoc/Makefile         |   5 ++---
 textproc/asciidoc/PLIST            |   3 ++-
 textproc/asciidoc/distinfo         |  10 +++++-----
 textproc/asciidoc/patches/patch-aa |   5 ++++-
 4 files changed, 13 insertions(+), 10 deletions(-)

diffs (62 lines):

diff -r 5a03be789fca -r f70704ea8f5d textproc/asciidoc/Makefile
--- a/textproc/asciidoc/Makefile        Tue Jun 10 10:23:23 2008 +0000
+++ b/textproc/asciidoc/Makefile        Tue Jun 10 13:06:30 2008 +0000
@@ -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 -r 5a03be789fca -r f70704ea8f5d textproc/asciidoc/PLIST
--- a/textproc/asciidoc/PLIST   Tue Jun 10 10:23:23 2008 +0000
+++ b/textproc/asciidoc/PLIST   Tue Jun 10 13:06:30 2008 +0000
@@ -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/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 -r 5a03be789fca -r f70704ea8f5d textproc/asciidoc/distinfo
--- a/textproc/asciidoc/distinfo        Tue Jun 10 10:23:23 2008 +0000
+++ b/textproc/asciidoc/distinfo        Tue Jun 10 13:06:30 2008 +0000
@@ -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 -r 5a03be789fca -r f70704ea8f5d textproc/asciidoc/patches/patch-aa
--- a/textproc/asciidoc/patches/patch-aa        Tue Jun 10 10:23:23 2008 +0000
+++ b/textproc/asciidoc/patches/patch-aa        Tue Jun 10 13:06:30 2008 +0000
@@ -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()



Home | Main Index | Thread Index | Old Index