diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 43c149984564..87fc8c111c0e 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,34 +1,34 @@ # Created by: anholt@FreeBSD.org PORTNAME= asciidoc -PORTVERSION= 9.0.5 +PORTVERSION= 9.1.0 CATEGORIES= textproc MASTER_SITES= https://github.com/asciidoc/asciidoc-py3/releases/download/${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Text document format for writing short documents and man pages LICENSE= GPLv2 MIT LICENSE_COMB= multi BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl USES= gmake gnome python:3.5+ shebangfix USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes NO_ARCH= yes SHEBANG_GLOB= *.py post-patch: @${REINPLACE_CMD} -e 's|python3 |${PYTHON_CMD} |' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/a2x.py @${FIND} ${WRKSRC} -name '*.conf' | ${XARGS} -I % ${LN} % %.sample post-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/ ${INSTALL_DATA} ${WRKSRC}/asciidocapi.py ${STAGEDIR}${PYTHON_SITELIBDIR}/ .include diff --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo index fc3da885fa63..1f49fd2d54c9 100644 --- a/textproc/asciidoc/distinfo +++ b/textproc/asciidoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856512 -SHA256 (asciidoc-9.0.5.tar.gz) = 1a20647eb62ca37bc8107affab968caa0f674f0e962b497d1674391f636c7038 -SIZE (asciidoc-9.0.5.tar.gz) = 1225334 +TIMESTAMP = 1620405355 +SHA256 (asciidoc-9.1.0.tar.gz) = fd499fcf51317b1aaf27336fb5e919c44c1f867f1ae6681ee197365d3065238b +SIZE (asciidoc-9.1.0.tar.gz) = 1249958 diff --git a/textproc/asciidoc/pkg-descr b/textproc/asciidoc/pkg-descr index 9035ebb3dae3..ba865c9a4023 100644 --- a/textproc/asciidoc/pkg-descr +++ b/textproc/asciidoc/pkg-descr @@ -1,5 +1,5 @@ AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc(1) command. -WWW: https://github.com/asciidoc/asciidoc-py3 +WWW: https://github.com/asciidoc-py/asciidoc-py