pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Template-Toolkit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun  1 10:45:12 UTC 2026

Modified Files:
        pkgsrc/www/p5-Template-Toolkit: Makefile distinfo

Log Message:
p5-Template-Toolkit: update to 3.106.

3.106 2026-05-25

  [Bug Fixes]
  - PR #441 Ship Template::Plugin::List (GH #439)

  [Maintenance]
  - PR #435 Document missing virtual methods in VMethods.pod
  - PR #438 Add comprehensive unit tests for Template::Exception

3.105 2026-05-24

  [Bug Fixes]
  - PR #344 Cleanup Grammar factory singleton to prevent memory leak (GH #147)
  - PR #370 Repair broken List plugin and harden Plugins.pm error matching (GH #358, #359, #360, #361, #362)
  - PR #379 Allow .defined vmethod on undefined vars in STRICT mode (GH #170)
  - PR #381 Add PRINTF support to PERL blocks (GH #138)
  - PR #382 Preserve empty string values in URL plugin params (GH #125)
  - PR #384 Use isa() instead of eq for stash root detection in _assign()
  - PR #389 Handle nested tag pairs inside comments (GH #151)
  - PR #390 Prevent infinite loop in Datafile plugin on empty/comment-only files
  - PR #391 Use mtime instead of ctime for Image plugin modtime
  - PR #392 Escape quotes in Dumper dump_html and document all options (GH #195)
  - PR #395 Prevent trim and collapse VMethods from mutating stash variables
  - PR #407 Skip spurious zero-length matches in replace vmethod (GH #171)
  - PR #409 Fix text_expect typo in Template::Test POD (GH #96)
  - PR #411 Fix uninitialized value warnings when XS=n (GH #410)
  - Correct join() calls in Context debug messages

  [Maintenance]
  - PR #388 Document string comparison semantics of == and != (GH #129)
  - PR #398 Adopt defined-or operator; raise minimum Perl to 5.10
  - PR #404 Fix non-deterministic test count in compile1.t (GH #399)
  - PR #405 Skip t/date_utf8.t on UTC systems (GH #402)
  - PR #406 Remove unconditional skip_all from plugin leak test (GH #403, #213)
  - PR #408 Add List, Math, and View to Template::Manual::Plugins (GH #101)
  - Declare MIN_PERL_VERSION 5.010 in Makefile.PL with CONFIGURE_REQUIRES on EUMM 6.48
  - Use ExtUtils::MakeMaker::prompt in Makefile.PL (CPANTS kwalitee: no_stdin_for_prompting)
  - Drop stale HACKING/INSTALL MANIFEST entries; add missing t/ files
  - Bump perl-versions and install-with-cpm GitHub Actions to v2
  - Add bump-version skill for release version updates


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/p5-Template-Toolkit/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/p5-Template-Toolkit/distinfo

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

Modified files:

Index: pkgsrc/www/p5-Template-Toolkit/Makefile
diff -u pkgsrc/www/p5-Template-Toolkit/Makefile:1.65 pkgsrc/www/p5-Template-Toolkit/Makefile:1.66
--- pkgsrc/www/p5-Template-Toolkit/Makefile:1.65        Sun May 24 17:52:40 2026
+++ pkgsrc/www/p5-Template-Toolkit/Makefile     Mon Jun  1 10:45:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2026/05/24 17:52:40 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2026/06/01 10:45:12 wiz Exp $
 
-DISTNAME=      Template-Toolkit-3.103
+DISTNAME=      Template-Toolkit-3.106
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TODDR/}

Index: pkgsrc/www/p5-Template-Toolkit/distinfo
diff -u pkgsrc/www/p5-Template-Toolkit/distinfo:1.26 pkgsrc/www/p5-Template-Toolkit/distinfo:1.27
--- pkgsrc/www/p5-Template-Toolkit/distinfo:1.26        Sun May 24 17:52:40 2026
+++ pkgsrc/www/p5-Template-Toolkit/distinfo     Mon Jun  1 10:45:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2026/05/24 17:52:40 wiz Exp $
+$NetBSD: distinfo,v 1.27 2026/06/01 10:45:12 wiz Exp $
 
-BLAKE2s (Template-Toolkit-3.103.tar.gz) = 0270265389d3a48332b6a45193afb7ed96ed22bff4dbcb6da723e940d893e342
-SHA512 (Template-Toolkit-3.103.tar.gz) = 50413fbe962a0063f24a7118e397471b2c0a73add9677921d924573e3746279c8d7f078b1a7d96af24d507b99682d4d84d0b27c047d34b93c0f901fde6c2c98c
-Size (Template-Toolkit-3.103.tar.gz) = 541924 bytes
+BLAKE2s (Template-Toolkit-3.106.tar.gz) = 4afdc1bbc109ae34c92cb040cb46c592d07d0e42ed117eacdc2b05a2679e229e
+SHA512 (Template-Toolkit-3.106.tar.gz) = a94bd16aa20050096d3828779dbe9329e5949f516c90cb486ad96024d0b9bc35b97e7fb9206e19ad64a4ccb71485607308fede3fb5e1da2180a55d66cdbc7ca8
+Size (Template-Toolkit-3.106.tar.gz) = 549973 bytes



Home | Main Index | Thread Index | Old Index