From 749120d3eee8de0a37a37de7c2413e072f02dd28 Mon Sep 17 00:00:00 2001 From: dbaio Date: Wed, 24 Feb 2021 00:21:55 +0000 Subject: textproc/po4a: Update to 0.63 Take MAINTAINER'ship. Changelog: https://github.com/mquinson/po4a/blob/v0.63/NEWS Approved by: garga (maintainer) Differential Revision: https://reviews.freebsd.org/D28875 --- textproc/po4a/Makefile | 7 ++++--- textproc/po4a/distinfo | 6 +++--- textproc/po4a/files/patch-Po4aBuilder.pm | 4 ++-- textproc/po4a/pkg-plist | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 41 insertions(+), 8 deletions(-) (limited to 'textproc/po4a') diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index 9c3e744e162e..fa98494c1f7c 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -3,11 +3,10 @@ PORTNAME= po4a DISTVERSIONPREFIX= v -DISTVERSION= 0.62 -PORTREVISION= 1 +DISTVERSION= 0.63 CATEGORIES= textproc perl5 -MAINTAINER= garga@FreeBSD.org +MAINTAINER= dbaio@FreeBSD.org COMMENT= Brings gettext translation tools to all kinds of docs LICENSE= GPLv2 @@ -32,4 +31,6 @@ USE_PERL5= modbuild USE_GITHUB= yes GH_ACCOUNT= mquinson +NO_ARCH= yes + .include diff --git a/textproc/po4a/distinfo b/textproc/po4a/distinfo index d0bcf304c9a5..e04f9e8c94ab 100644 --- a/textproc/po4a/distinfo +++ b/textproc/po4a/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613090458 -SHA256 (mquinson-po4a-v0.62_GH0.tar.gz) = ef8ea68ceafd810a70c6d2aead57268375542a61d9b7c36ddd2550c9b8708430 -SIZE (mquinson-po4a-v0.62_GH0.tar.gz) = 3311429 +TIMESTAMP = 1614031971 +SHA256 (mquinson-po4a-v0.63_GH0.tar.gz) = 534a050af6e8d8d2acd5dd32b66c9a15f64106f022efef72cd82c175de34e595 +SIZE (mquinson-po4a-v0.63_GH0.tar.gz) = 3320140 diff --git a/textproc/po4a/files/patch-Po4aBuilder.pm b/textproc/po4a/files/patch-Po4aBuilder.pm index 0d506777fce5..e3137e0a25ba 100644 --- a/textproc/po4a/files/patch-Po4aBuilder.pm +++ b/textproc/po4a/files/patch-Po4aBuilder.pm @@ -1,6 +1,6 @@ ---- Po4aBuilder.pm.orig 2017-03-29 14:02:01 UTC +--- Po4aBuilder.pm.orig 2021-02-21 00:56:23 UTC +++ Po4aBuilder.pm -@@ -140,8 +140,8 @@ sub ACTION_install { +@@ -118,8 +118,8 @@ sub ACTION_install { $mandir =~ s,/man3$,,; $self->install_path(man => $mandir); diff --git a/textproc/po4a/pkg-plist b/textproc/po4a/pkg-plist index 5ecd28ee1ac4..4592ec0768ff 100644 --- a/textproc/po4a/pkg-plist +++ b/textproc/po4a/pkg-plist @@ -74,6 +74,7 @@ bin/po4a-updatepo %%SITE_PERL%%/man/eo/man1/po4a-display-pod.1.gz %%SITE_PERL%%/man/es/man1/msguntypot.1p.gz %%SITE_PERL%%/man/es/man1/po4a-display-man.1.gz +%%SITE_PERL%%/man/es/man1/po4a-display-pod.1.gz %%SITE_PERL%%/man/es/man1/po4a-normalize.1p.gz %%SITE_PERL%%/man/es/man1/po4a-translate.1p.gz %%SITE_PERL%%/man/es/man1/po4a-updatepo.1p.gz @@ -443,3 +444,34 @@ bin/po4a-updatepo %%SITE_PERL%%/man/zh_CHS/man3/Locale::Po4a::Xhtml.3pm.gz %%SITE_PERL%%/man/zh_CHS/man3/Locale::Po4a::Xml.3pm.gz %%SITE_PERL%%/man/zh_CHS/man7/po4a.7.gz +share/locale/af/LC_MESSAGES/po4a.mo +share/locale/ar/LC_MESSAGES/po4a.mo +share/locale/ca/LC_MESSAGES/po4a.mo +share/locale/cs/LC_MESSAGES/po4a.mo +share/locale/da/LC_MESSAGES/po4a.mo +share/locale/de/LC_MESSAGES/po4a.mo +share/locale/eo/LC_MESSAGES/po4a.mo +share/locale/es/LC_MESSAGES/po4a.mo +share/locale/et/LC_MESSAGES/po4a.mo +share/locale/eu/LC_MESSAGES/po4a.mo +share/locale/fr/LC_MESSAGES/po4a.mo +share/locale/hr/LC_MESSAGES/po4a.mo +share/locale/hu/LC_MESSAGES/po4a.mo +share/locale/id/LC_MESSAGES/po4a.mo +share/locale/it/LC_MESSAGES/po4a.mo +share/locale/ja/LC_MESSAGES/po4a.mo +share/locale/kn/LC_MESSAGES/po4a.mo +share/locale/ko/LC_MESSAGES/po4a.mo +share/locale/nb/LC_MESSAGES/po4a.mo +share/locale/nl/LC_MESSAGES/po4a.mo +share/locale/pl/LC_MESSAGES/po4a.mo +share/locale/pt/LC_MESSAGES/po4a.mo +share/locale/pt_BR/LC_MESSAGES/po4a.mo +share/locale/ru/LC_MESSAGES/po4a.mo +share/locale/sl/LC_MESSAGES/po4a.mo +share/locale/sr_Cyrl/LC_MESSAGES/po4a.mo +share/locale/sv/LC_MESSAGES/po4a.mo +share/locale/uk/LC_MESSAGES/po4a.mo +share/locale/vi/LC_MESSAGES/po4a.mo +share/locale/zh_CN/LC_MESSAGES/po4a.mo +share/locale/zh_HK/LC_MESSAGES/po4a.mo -- cgit