Index: head/textproc/asciidoc/Makefile =================================================================== --- head/textproc/asciidoc/Makefile (revision 558766) +++ head/textproc/asciidoc/Makefile (revision 558767) @@ -1,35 +1,36 @@ # Created by: anholt@FreeBSD.org # $FreeBSD$ PORTNAME= asciidoc PORTVERSION= 9.0.4 +PORTREVISION= 1 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 Index: head/textproc/asciidoc/files/patch-asciidoc.py =================================================================== --- head/textproc/asciidoc/files/patch-asciidoc.py (nonexistent) +++ head/textproc/asciidoc/files/patch-asciidoc.py (revision 558767) @@ -0,0 +1,13 @@ +Obtained from: https://github.com/asciidoc/asciidoc-py3/commit/8313e45cc78af30bb8df5d33311a7f2fdc50595c + +--- asciidoc.py.orig 2020-10-30 15:14:01 UTC ++++ asciidoc.py +@@ -969,7 +969,7 @@ def system(name, args, is_macro=False, attrs=None): + line = subs_attrs(line) + if line is not None: + result.append(line) +- result = DEFAULT_NEWLINE.join(result) ++ result = config.newline.join(result) + else: + assert False + if result and name in ('eval3', 'sys3'): Property changes on: head/textproc/asciidoc/files/patch-asciidoc.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property