Update to version 8.2.7.
ok robert@ ajacoutot@
This commit is contained in:
parent
136611c6f3
commit
14dd8ee4e5
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2008/05/20 14:27:16 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/11/10 11:58:34 pea Exp $
|
||||
|
||||
COMMENT= A text document format for writing documents and man pages
|
||||
|
||||
DISTNAME= asciidoc-8.2.6
|
||||
DISTNAME= asciidoc-8.2.7
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (asciidoc-8.2.6.tar.gz) = HfTO4TiglhMalP59KQZjRQ==
|
||||
RMD160 (asciidoc-8.2.6.tar.gz) = wH0uqgTRYnXER1YjYCPAeJz1QxA=
|
||||
SHA1 (asciidoc-8.2.6.tar.gz) = zOmO1nDEYqOgB7A7b5LSEIxbxAU=
|
||||
SHA256 (asciidoc-8.2.6.tar.gz) = XpyWbPy50ISH2mJbQe1eAH7tstGru5lt1vePLFveCNw=
|
||||
SIZE (asciidoc-8.2.6.tar.gz) = 739790
|
||||
MD5 (asciidoc-8.2.7.tar.gz) = 9jHBC89yFur2vIBMhOu44Q==
|
||||
RMD160 (asciidoc-8.2.7.tar.gz) = 2bGbW9kKfuJrPWO6i19s5ghB5iw=
|
||||
SHA1 (asciidoc-8.2.7.tar.gz) = 7HhGVPAfOqca9kU8iYWDkBB1n6s=
|
||||
SHA256 (asciidoc-8.2.7.tar.gz) = 2gIdjzLhvKz9EbW7Er2anNnslTKtGlS81T/tIR/nGvY=
|
||||
SIZE (asciidoc-8.2.7.tar.gz) = 843238
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-a2x,v 1.1.1.1 2007/10/08 14:39:04 robert Exp $
|
||||
--- a2x.orig Wed Jul 18 10:09:06 2007
|
||||
+++ a2x Mon Oct 8 13:24:45 2007
|
||||
@@ -220,14 +220,14 @@ function parse_options()
|
||||
$OpenBSD: patch-a2x,v 1.2 2008/11/10 11:58:34 pea Exp $
|
||||
--- a2x.orig Wed Jul 2 03:12:42 2008
|
||||
+++ a2x Mon Nov 10 09:43:01 2008
|
||||
@@ -236,14 +236,14 @@ function parse_options()
|
||||
if [ -z "$*" ]; then
|
||||
help; exit 0
|
||||
fi
|
||||
@ -13,7 +13,7 @@ $OpenBSD: patch-a2x,v 1.1.1.1 2007/10/08 14:39:04 robert Exp $
|
||||
quit "enhanced getopt(1) required"
|
||||
fi
|
||||
short_opts="a:d:D:f:hnsv"
|
||||
long_opts="attribute:,asciidoc-opts:,destination-dir:,doctype:,help,icons-dir:,dry-run,format:,copy,icons,skip-asciidoc,stylesheet:,version,verbose,xsltproc-opts:"
|
||||
long_opts="attribute:,asciidoc-opts:,destination-dir:,doctype:,help,icons-dir:,dry-run,format:,copy,icons,skip-asciidoc,stylesheet:,version,verbose,xsltproc-opts:,dblatex-opts:,fop-opts:"
|
||||
- args=$(getopt -o $short_opts -l $long_opts -n $BASENAME -- "$@" 2>/dev/null)
|
||||
+ args=$(gnugetopt -o $short_opts -l $long_opts -n $BASENAME -- "$@" 2>/dev/null)
|
||||
if [ $? -ne 0 ]; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/05/20 14:27:16 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/11/10 11:58:34 pea Exp $
|
||||
bin/a2x
|
||||
bin/asciidoc
|
||||
@man man/man1/a2x.1
|
||||
@ -108,9 +108,10 @@ share/examples/asciidoc/latex.conf
|
||||
@sample ${SYSCONFDIR}/asciidoc/latex.conf
|
||||
share/examples/asciidoc/linuxdoc.conf
|
||||
@sample ${SYSCONFDIR}/asciidoc/linuxdoc.conf
|
||||
share/examples/asciidoc/math.conf
|
||||
@sample ${SYSCONFDIR}/asciidoc/math.conf
|
||||
share/examples/asciidoc/stylesheets/
|
||||
@sample ${SYSCONFDIR}/asciidoc/stylesheets/
|
||||
share/examples/asciidoc/stylesheets/compact.css
|
||||
share/examples/asciidoc/stylesheets/docbook-xsl.css
|
||||
@sample ${SYSCONFDIR}/asciidoc/stylesheets/docbook-xsl.css
|
||||
share/examples/asciidoc/stylesheets/xhtml-deprecated-manpage.css
|
||||
@ -123,6 +124,8 @@ share/examples/asciidoc/stylesheets/xhtml11-quirks.css
|
||||
@sample ${SYSCONFDIR}/asciidoc/stylesheets/xhtml11-quirks.css
|
||||
share/examples/asciidoc/stylesheets/xhtml11.css
|
||||
@sample ${SYSCONFDIR}/asciidoc/stylesheets/xhtml11.css
|
||||
share/examples/asciidoc/t.conf
|
||||
@sample ${SYSCONFDIR}/asciidoc/t.conf
|
||||
share/examples/asciidoc/text.conf
|
||||
@sample ${SYSCONFDIR}/asciidoc/text.conf
|
||||
share/examples/asciidoc/xhtml-deprecated-css.conf
|
||||
|
Loading…
Reference in New Issue
Block a user