diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-25 09:19:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-25 09:19:16 +0000 |
commit | b416c16978dc4fc70c42f2a91803c226c40fa0dd (patch) | |
tree | d24e1556ee51b2436da0c19e2dab903ad3769c9d /misc | |
parent | e8d2644e002854651affe771331c26cdfc64cd95 (diff) | |
download | pkgsrc-b416c16978dc4fc70c42f2a91803c226c40fa0dd.tar.gz |
Update to 1.23:
Version 1.23 - 24 Jan 2013
* New message retrieval backend Locale::gettext_dumb(3pm) which produces
translations even, when the corresponding locale is not present in
the system.
* Fixed a bug where the Perl backend under certain circumstances clobbered
the environment variable LC_ALL.
* Avoid test failures by skipping all tests that depend on the de_AT
locale, when that locale is not installed.
* Bugs fixed:
https://rt.cpan.org/Ticket/Display.html?id=82856
Version 1.22 - 24 Jan 2013
* Version 1.22 outsmarted PAUSE (the CPAN upload facility) and had to
be removed.
Version 1.21 - 15 Jan 2013
* Environment variables LANGUAGE and LANG are interpreted in the same way
in the XS and the pure Perl version.
* Package design closer to GNU standards.
* If present, File::ShareDir is used for searching message catalogs.
* Cleaned up distribution.
* Bugs fixed:
https://rt.cpan.org/Ticket/Display.html?id=78341
https://rt.cpan.org/Ticket/Display.html?id=81315
https://rt.cpan.org/Ticket/Display.html?id=79461
https://rt.cpan.org/Ticket/Display.html?id=71509
https://rt.cpan.org/Ticket/Display.html?id=49744
https://rt.cpan.org/Ticket/Display.html?id=49744
https://rt.cpan.org/Ticket/Display.html?id=64284
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-libintl/Makefile | 7 | ||||
-rw-r--r-- | misc/p5-Locale-libintl/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/misc/p5-Locale-libintl/Makefile b/misc/p5-Locale-libintl/Makefile index 30ae6f7198a..e9617c169b9 100644 --- a/misc/p5-Locale-libintl/Makefile +++ b/misc/p5-Locale-libintl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/11/07 23:41:01 adam Exp $ +# $NetBSD: Makefile,v 1.13 2013/01/25 09:19:16 wiz Exp $ -DISTNAME= libintl-perl-1.20 +DISTNAME= libintl-perl-1.23 PKGNAME= p5-${DISTNAME:S/libintl-perl/Locale-libintl/} -PKGREVISION= 4 CATEGORIES= misc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} @@ -14,6 +13,7 @@ LICENSE= gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/libintl-perl/.packlist +# Interpreter /bin/false CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Messages.pm CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Recode.pm CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Recode/*.pm @@ -21,6 +21,7 @@ CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/RecodeData.pm CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/RecodeData/*.pm CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/TextDomain.pm CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Util.pm +CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_dumb.pm CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_pp.pm CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_xs.pm CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_xs.pod diff --git a/misc/p5-Locale-libintl/distinfo b/misc/p5-Locale-libintl/distinfo index a0a4bda80d7..e73be96b546 100644 --- a/misc/p5-Locale-libintl/distinfo +++ b/misc/p5-Locale-libintl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2012/11/07 23:41:01 adam Exp $ +$NetBSD: distinfo,v 1.4 2013/01/25 09:19:16 wiz Exp $ -SHA1 (libintl-perl-1.20.tar.gz) = 883237efa86c617550f1b0bed1adea2885213ce5 -RMD160 (libintl-perl-1.20.tar.gz) = dc130355f284205aaa3049039de5de712b3f5f25 -Size (libintl-perl-1.20.tar.gz) = 499899 bytes +SHA1 (libintl-perl-1.23.tar.gz) = da2ed849f3b3f28dc5306a2887126a55f49992cb +RMD160 (libintl-perl-1.23.tar.gz) = 30719c3d19612eb24141f64783fd05a0f611c983 +Size (libintl-perl-1.23.tar.gz) = 523571 bytes SHA1 (patch-aa) = 56350d7948fbe342af4df5ebd838c7be080de2cc |