asciidoc: bump to 8.6.9. (#701)

This commit is contained in:
fbrosson
2016-07-26 00:37:04 +00:00
committed by waddlesplash
parent d6726037d6
commit 374f646d4b

View File

@@ -6,14 +6,14 @@ be translated to many formats including HTML, PDF, EPUB, man page.
AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the \
backend output markups (which can be almost any type of SGML/XML markup) can \
be customized and extended by the user."
HOMEPAGE="http://asciidoc.org"
COPYRIGHT="2002-2011 Stuart Rackham"
HOMEPAGE="http://asciidoc.org/"
COPYRIGHT="2002-2013 Stuart Rackham"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="http://sourceforge.net/projects/asciidoc/files/asciidoc/8.6.8/asciidoc-8.6.8.tar.gz"
CHECKSUM_SHA256="ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/asciidoc/asciidoc-$portVersion.tar.gz"
CHECKSUM_SHA256="78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0"
ARCHITECTURES="x86_gcc2 ?x86"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
asciidoc = $portVersion compat >= 8.6.8
@@ -28,9 +28,9 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
haiku_devel
cmd:awk
cmd:make
cmd:sed
@@ -40,7 +40,7 @@ BUILD()
{
# TODO: separate data and configuration files.
runConfigure ./configure \
--sysconfdir=$dataDir/asciidoc
--sysconfdir=$dataDir
make
}
@@ -48,3 +48,8 @@ INSTALL()
{
make install
}
TEST()
{
make test
}