po4a: update to 0.73

Closes: #55226 [via git-merge-pr]
This commit is contained in:
newbluemoon 2025-05-01 18:51:37 +02:00 committed by classabbyamp
parent 7a24aa0114
commit b25721f24f
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,15 @@
From https://github.com/mquinson/po4a/commit/28fe52651eb8096d97d6bd3a97b3168522ba5306
Fix failures with DynaLoader on Perl 5.40
cf. https://github.com/mquinson/po4a/issues/508
--- a/lib/Locale/Po4a/TransTractor.pm 2024-06-17 22:13:11.000000000 +0200
+++ b/lib/Locale/Po4a/TransTractor.pm 2025-05-01 14:49:53.437322715 +0200
@@ -5,6 +5,8 @@
package Locale::Po4a::TransTractor;
use DynaLoader;
+sub import { }
+
use 5.16.0;
use strict;
use warnings;

View file

@ -1,10 +1,10 @@
# Template file for 'po4a'
pkgname=po4a
version=0.66
version=0.73
revision=1
build_style=perl-ModuleBuild
_perldeps="perl perl-Text-WrapI18N perl-Term-ReadKey perl-Unicode-LineBreak
perl-SGMLSpm perl-YAML-Tiny perl-Pod-Parser"
perl-SGMLSpm perl-Syntax-Keyword-Try perl-YAML-Tiny perl-Pod-Parser"
hostmakedepends="${_perldeps} perl-Locale-gettext perl-Module-Build gettext
libxslt docbook-xsl"
makedepends="${_perldeps} perl-Locale-gettext perl-Module-Build"
@ -16,5 +16,5 @@ license="GPL-2.0-or-later"
homepage="https://po4a.org/"
changelog="https://raw.githubusercontent.com/mquinson/po4a/master/NEWS"
distfiles="https://github.com/mquinson/po4a/archive/v${version}.tar.gz"
checksum=8ae65c69b3a3e3911c449284aa9f07c80b74484fd211f6e2a7e6b57e09f3afd8
checksum=ad5edc38bf004807843622fddbf67bd5ac604fc16e14c2bfefa7b07718ad21f3
make_check=ci-skip # cannot repoduce failure locally