forked from ports/contrib
[notify] asciidoc: 8.6.10 -> 9.0.0rc1 dependency change python -> python3
This commit is contained in:
parent
911cf65f0d
commit
cee83c692f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user