diff --git a/app-text/asciidoc/asciidoc-8.6.10.recipe b/app-text/asciidoc/asciidoc-9.0.4.recipe similarity index 78% rename from app-text/asciidoc/asciidoc-8.6.10.recipe rename to app-text/asciidoc/asciidoc-9.0.4.recipe index c7dc71029..8425c6561 100644 --- a/app-text/asciidoc/asciidoc-8.6.10.recipe +++ b/app-text/asciidoc/asciidoc-9.0.4.recipe @@ -7,14 +7,16 @@ 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="https://asciidoc.org/" -COPYRIGHT="2002-2013 Stuart Rackham" +COPYRIGHT="2002-2013 Stuart Rackham + 2013-2020 AsciiDoc Contributors" LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="https://github.com/asciidoc/asciidoc/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983" +REVISION="1" +SOURCE_URI="https://github.com/asciidoc/asciidoc-py3/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="9e269f336a71e8685d03a00c71b55ca029eed9f7baf1afe67c447be32206b176" +SOURCE_DIR="asciidoc-py3-$portVersion" SOURCE_FILENAME="asciidoc-$portVersion.tar.gz" -ARCHITECTURES="x86_gcc2 x86 x86_64" +ARCHITECTURES="any" PROVIDES=" asciidoc = $portVersion @@ -25,7 +27,7 @@ PROVIDES=" " REQUIRES=" haiku - cmd:python + cmd:python3 " BUILD_REQUIRES=" @@ -38,7 +40,7 @@ BUILD_PREREQUIRES=" cmd:autoconf cmd:automake cmd:make - cmd:python2 + cmd:python3 cmd:sed cmd:xmllint cmd:xsltproc