Date: Tue, 1 Feb 2022 13:05:44 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 38d9115d5a73 - main - textproc/po4a: Add upstream patches to fix Asciidoc issues Message-ID: <202202011305.211D5ijw063539@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=38d9115d5a73067b657baae0196c8122dce43a6b commit 38d9115d5a73067b657baae0196c8122dce43a6b Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-02-01 13:04:37 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-02-01 13:05:08 +0000 textproc/po4a: Add upstream patches to fix Asciidoc issues Asciidoc: * Support Hugo shortcode on macros (GitHub's #352) [Danilo G. Baio] * Support automatically numbered callouts (GitHub's #351) [J.N. Avila] These items impact the FreeBSD translation workflow. --- textproc/po4a/Makefile | 5 +++++ textproc/po4a/distinfo | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index 8f59c659328e..ab267a087808 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -3,8 +3,13 @@ PORTNAME= po4a DISTVERSIONPREFIX= v DISTVERSION= 0.66 +PORTREVISION= 1 CATEGORIES= textproc perl5 +PATCH_SITES= https://github.com/mquinson/po4a/commit/ +PATCHFILES= fa2546f7a0f327603f7e1cffa8415101acce8a90.diff:-p1 \ + 49902aebbab06e3a376d231eb299fcd3c30d1722.diff:-p1 + MAINTAINER= dbaio@FreeBSD.org COMMENT= Brings gettext translation tools to all kinds of docs diff --git a/textproc/po4a/distinfo b/textproc/po4a/distinfo index f7818a284cc7..b1714c2369c0 100644 --- a/textproc/po4a/distinfo +++ b/textproc/po4a/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1641652022 +TIMESTAMP = 1643717430 SHA256 (mquinson-po4a-v0.66_GH0.tar.gz) = 8ae65c69b3a3e3911c449284aa9f07c80b74484fd211f6e2a7e6b57e09f3afd8 SIZE (mquinson-po4a-v0.66_GH0.tar.gz) = 3458442 +SHA256 (fa2546f7a0f327603f7e1cffa8415101acce8a90.diff) = ef185bd41eba357a476bc5b9efed8b7a98779880c1f8f0d8e7c7d2c2c17192ec +SIZE (fa2546f7a0f327603f7e1cffa8415101acce8a90.diff) = 12502 +SHA256 (49902aebbab06e3a376d231eb299fcd3c30d1722.diff) = b6a5ad934bff52b37a73992736ee424955b4fcdaed2299b639816ce42e56ac2a +SIZE (49902aebbab06e3a376d231eb299fcd3c30d1722.diff) = 6917
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202011305.211D5ijw063539>