pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/p5-Locale-libintl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 06:48:01 UTC 2026

Modified Files:
        pkgsrc/misc/p5-Locale-libintl: Makefile distinfo
Removed Files:
        pkgsrc/misc/p5-Locale-libintl/patches: patch-aa

Log Message:
p5-Locale-libintl: update to 1.36.

Version 1.36 - 06 Feb 2025

* Important: The library now tries to implement the effect of environment
  variables exactly as described in the GNU gettext documentation at
  https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html
  and
  https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html.
  That will probably slightly alter the behaviour in edge cases.
* Bugs fixed:

  https://github.com/gflohr/libintl-perl/issues/11
  https://github.com/gflohr/libintl-perl/issues/14


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/misc/p5-Locale-libintl/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/p5-Locale-libintl/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/misc/p5-Locale-libintl/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/p5-Locale-libintl/Makefile
diff -u pkgsrc/misc/p5-Locale-libintl/Makefile:1.40 pkgsrc/misc/p5-Locale-libintl/Makefile:1.41
--- pkgsrc/misc/p5-Locale-libintl/Makefile:1.40 Fri Jul  4 08:47:35 2025
+++ pkgsrc/misc/p5-Locale-libintl/Makefile      Sun Feb  8 06:48:01 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2025/07/04 08:47:35 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2026/02/08 06:48:01 wiz Exp $
 
-DISTNAME=      libintl-perl-1.35
+DISTNAME=      libintl-perl-1.36
 PKGNAME=       p5-${DISTNAME:S/libintl-perl/Locale-libintl/}
-PKGREVISION=   1
 CATEGORIES=    misc devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/G/GU/GUIDO/}
 
@@ -14,6 +13,7 @@ LICENSE=      gnu-lgpl-v2.1
 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/Messages/*.pm
 CHECK_INTERPRETER_SKIP+=       ${PERL5_SUB_INSTALLVENDORLIB}/Locale/Recode.pm
 CHECK_INTERPRETER_SKIP+=       ${PERL5_SUB_INSTALLVENDORLIB}/Locale/Recode/*.pm
 CHECK_INTERPRETER_SKIP+=       ${PERL5_SUB_INSTALLVENDORLIB}/Locale/RecodeData.pm

Index: pkgsrc/misc/p5-Locale-libintl/distinfo
diff -u pkgsrc/misc/p5-Locale-libintl/distinfo:1.18 pkgsrc/misc/p5-Locale-libintl/distinfo:1.19
--- pkgsrc/misc/p5-Locale-libintl/distinfo:1.18 Sun Jan 19 06:51:00 2025
+++ pkgsrc/misc/p5-Locale-libintl/distinfo      Sun Feb  8 06:48:01 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/01/19 06:51:00 wiz Exp $
+$NetBSD: distinfo,v 1.19 2026/02/08 06:48:01 wiz Exp $
 
-BLAKE2s (libintl-perl-1.35.tar.gz) = f23bd02621b5230a99c3fbd980dcad474cc78d2c3062417534833b4aed27fa2c
-SHA512 (libintl-perl-1.35.tar.gz) = 2952a0cfb8bc84307208d71b974777fd7883266f595309cf7f38f7f640a20c1a3852c6daf4b02e758dc94d37cc84fc23ef9a51a892b3de50b4eaf28ee253ac77
-Size (libintl-perl-1.35.tar.gz) = 581376 bytes
-SHA1 (patch-aa) = d97ebd2453b346adba588c6fc5d4087d22feea79
+BLAKE2s (libintl-perl-1.36.tar.gz) = d59fa25608bfb10e2923592b88e8149eb962278bb0fe3643938b8010071409da
+SHA512 (libintl-perl-1.36.tar.gz) = ae2d2301069c92bf98040b4a39f9a2efec721f052ea95b6d6f7a49e3454be58be013ce047bb7070e6b72e5821a086c61660bf269219ffb829e32f38f784dcad7
+Size (libintl-perl-1.36.tar.gz) = 581385 bytes



Home | Main Index | Thread Index | Old Index