diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-01-04 12:50:18 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-01-04 12:52:01 +1100 |
commit | cee83c692f5388545a93be2fc1e53d7c28da8e8e (patch) | |
tree | 1deb9254edf705ff49a4910a5c1c307f8a994173 /asciidoc | |
parent | 911cf65f0dd2fffcc8c5dfec5aca88e69895cb01 (diff) | |
download | contrib-cee83c692f5388545a93be2fc1e53d7c28da8e8e.tar.gz contrib-cee83c692f5388545a93be2fc1e53d7c28da8e8e.tar.xz |
[notify] asciidoc: 8.6.10 -> 9.0.0rc1 dependency change python -> python3
Diffstat (limited to 'asciidoc')
-rw-r--r-- | asciidoc/.footprint | 3 | ||||
-rw-r--r-- | asciidoc/.signature | 8 | ||||
-rw-r--r-- | asciidoc/Pkgfile | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/asciidoc/.footprint b/asciidoc/.footprint index 867a5a839..03886692c 100644 --- a/asciidoc/.footprint +++ b/asciidoc/.footprint @@ -20,6 +20,7 @@ drwxr-xr-x root/root usr/etc/asciidoc/docbook-xsl/ -rw-r--r-- root/root usr/etc/asciidoc/docbook-xsl/text.xsl -rw-r--r-- root/root usr/etc/asciidoc/docbook-xsl/xhtml.xsl -rw-r--r-- root/root usr/etc/asciidoc/docbook45.conf +-rw-r--r-- root/root usr/etc/asciidoc/docbook5.conf drwxr-xr-x root/root usr/etc/asciidoc/filters/ drwxr-xr-x root/root usr/etc/asciidoc/filters/code/ -rw-r--r-- root/root usr/etc/asciidoc/filters/code/code-filter.conf @@ -72,6 +73,7 @@ drwxr-xr-x root/root usr/etc/asciidoc/javascripts/ -rw-r--r-- root/root usr/etc/asciidoc/javascripts/asciidoc.js -rw-r--r-- root/root usr/etc/asciidoc/javascripts/slidy.js -rw-r--r-- root/root usr/etc/asciidoc/javascripts/toc.js +-rw-r--r-- root/root usr/etc/asciidoc/lang-ca.conf -rw-r--r-- root/root usr/etc/asciidoc/lang-cs.conf -rw-r--r-- root/root usr/etc/asciidoc/lang-de.conf -rw-r--r-- root/root usr/etc/asciidoc/lang-el.conf @@ -112,3 +114,4 @@ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/a2x.1.gz -rw-r--r-- root/root usr/share/man/man1/asciidoc.1.gz +-rw-r--r-- root/root usr/share/man/man1/testasciidoc.1.gz diff --git a/asciidoc/.signature b/asciidoc/.signature index 11ebdd253..d384a1067 100644 --- a/asciidoc/.signature +++ b/asciidoc/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33CfFIDW0leCyC+O1noiQ5wfpXXewPtyZELpyNqKdCeIVExVmyYOVtmRVmFON9nCub7tZUADTQslKVhLznBzeAk= -SHA256 (Pkgfile) = 11a65f6b60f4ea1475d6752fb98d1af9c3d94ecef58522776493e0e822fa7235 -SHA256 (.footprint) = da72fc7db7ea4838c794008d4744aebe0d0507a90cd9e4472bb5bd0748d8837e -SHA256 (asciidoc-8.6.10.tar.gz) = 9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983 +RWSagIOpLGJF372eWEM+MmB2/uOsUosXQTPVZGeW8Ap6FvCEKBT1L7Z1z1oQ+0UAkW01NIBdXmbSIX7zXh1cmPq7FVtRV9GIPQ0= +SHA256 (Pkgfile) = 3e7f8a7b2f07c3e6def306cd442d57d9088ed151990e005b20cbdae46cbe546d +SHA256 (.footprint) = f4f2b95fc5e4ba90002184623d597ecf41e84b3e4cef012c4333cdff2dd21087 +SHA256 (asciidoc-py3-9.0.0rc1.tar.gz) = 8d5a22039943e43374eedaa1ea3e17a79bf29dd671918c090f535b1b3c6c0997 diff --git a/asciidoc/Pkgfile b/asciidoc/Pkgfile index 4214fb50a..00e466b20 100644 --- a/asciidoc/Pkgfile +++ b/asciidoc/Pkgfile @@ -1,16 +1,16 @@ # Description: Text based document generation. # URL: http://www.methods.co.nz/asciidoc/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: docbook-xsl python +# Depends on: docbook-xsl python3 name=asciidoc -version=8.6.10 +version=9.0.0rc1 release=1 -source=(https://github.com/$name/$name/archive/$version/$name-$version.tar.gz) +source=(https://github.com/asciidoc/$name-py3/archive/$version/$name-py3-$version.tar.gz) build() { - cd $name-$version - + cd $name-py3-$version + PYTHON='/usr/bin/python3' autoconf ./configure \ --prefix=/usr \ |