Index: head/textproc/po4a/Makefile =================================================================== --- head/textproc/po4a/Makefile (revision 568386) +++ head/textproc/po4a/Makefile (revision 568387) @@ -1,36 +1,37 @@ # Created by: Meno Abels # $FreeBSD$ PORTNAME= po4a DISTVERSIONPREFIX= v DISTVERSION= 0.63 +PORTREVISION= 1 CATEGORIES= textproc perl5 MAINTAINER= dbaio@FreeBSD.org COMMENT= Brings gettext translation tools to all kinds of docs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} \ ${P5_POD_PARSER} RUN_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \ p5-Text-WrapI18N>=0.06:textproc/p5-Text-WrapI18N \ p5-SGMLSpm>=1.03:textproc/p5-SGMLSpm \ p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak \ p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \ jade>=0:textproc/jade \ xsltproc:textproc/libxslt \ docbook-xsl>0:textproc/docbook-xsl \ OpenSP>0:textproc/opensp USES= gettext perl5 USE_PERL5= modbuild USE_GITHUB= yes GH_ACCOUNT= mquinson NO_ARCH= yes .include Index: head/textproc/po4a/files/patch-lib_Locale_Po4a_AsciiDoc.pm =================================================================== --- head/textproc/po4a/files/patch-lib_Locale_Po4a_AsciiDoc.pm (nonexistent) +++ head/textproc/po4a/files/patch-lib_Locale_Po4a_AsciiDoc.pm (revision 568387) @@ -0,0 +1,15 @@ +# https://github.com/mquinson/po4a/pull/298 +# Asciidoc: Don't split in attributes include:: and ifeval:: lines +--- lib/Locale/Po4a/AsciiDoc.pm.orig 2021-02-22 16:53:34 UTC ++++ lib/Locale/Po4a/AsciiDoc.pm +@@ -771,6 +771,10 @@ sub parse { + and ( defined( $self->{type} ) and ( $self->{type} eq "Table" ) ) ) + { + $paragraph .= $line . "\n"; ++ } elsif ( ( $macroname eq "include" || $macroname eq "ifeval" ) ++ and ( $macrotype eq '::' ) ) ++ { ++ $self->pushline( $line . "\n" ); + } else { + if ( $macrotype eq '::' ) { + do_paragraph( $self, $paragraph, $wrapped_mode ); Property changes on: head/textproc/po4a/files/patch-lib_Locale_Po4a_AsciiDoc.pm ___________________________________________________________________ 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