pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Template-Toolkit Update to 3.100. From the chan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10469b90d3f9
branches:  trunk
changeset: 383189:10469b90d3f9
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Aug 14 17:21:01 2022 +0000

description:
Update to 3.100. From the changelog:

Improvements:
* Template::Plugin::CGI removed to be used as a separate distro.
  (Sawyer X)
* Avoid anonymous hash warnings starting with Perl 5.35.2 (Graham Ollis)
* Use Data::Dumper as an object. (Justin Wheeler)
* ttree: Rename --assets to --copy_dir. (Johan Vromans)
* ttree: Implement assets directories. (Johan Vromans)

Bug Fixes:
* Fix breakage when VMethods is loaded before Stash. (Felipe Gasper)
* Fix unicode issues in Plugin::Date (Nicolas R)
* Use "defined" instead of "//" because the latter is not available in
  Perl v5.8. (Louis Strous)
* Fix FILTER redirect does not honor binmode (Louis Strous)

Tests:
* Fix t/zz-plugin-cycle.t errors (Nicolas R)
* Test for Dumper global vars. (Justin Wheeler)
* Remove unused _dump code (Nicolas R)
* Fixed tests failing on MacOS Catalina due to Dynaloader and relative
  paths (Andy Wardley)

Documentation:
* Update README.md (philip r brenan)
* Add support group to README and Template.pm. (Johan Vromans)
* Make the process() documentation clearer. (Dave Cross)

diffstat:

 www/p5-Template-Toolkit/Makefile |  6 ++----
 www/p5-Template-Toolkit/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 3ab4a44b45a6 -r 10469b90d3f9 www/p5-Template-Toolkit/Makefile
--- a/www/p5-Template-Toolkit/Makefile  Sun Aug 14 16:56:39 2022 +0000
+++ b/www/p5-Template-Toolkit/Makefile  Sun Aug 14 17:21:01 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2022/06/28 11:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2022/08/14 17:21:01 schmonz Exp $
 
-DISTNAME=      Template-Toolkit-3.009
+DISTNAME=      Template-Toolkit-3.100
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Template/}
 
@@ -16,7 +15,6 @@
 # recommended because of default-plugin
 DEPENDS+=      p5-Image-Info-[0-9]*:../../graphics/p5-Image-Info
 DEPENDS+=      p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
-DEPENDS+=      p5-CGI-[0-9]*:../../www/p5-CGI
 TEST_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
 
 PERL5_PACKLIST=        auto/Template/.packlist
diff -r 3ab4a44b45a6 -r 10469b90d3f9 www/p5-Template-Toolkit/distinfo
--- a/www/p5-Template-Toolkit/distinfo  Sun Aug 14 16:56:39 2022 +0000
+++ b/www/p5-Template-Toolkit/distinfo  Sun Aug 14 17:21:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 11:30:18 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/08/14 17:21:01 schmonz Exp $
 
-BLAKE2s (Template-Toolkit-3.009.tar.gz) = 745e9d25fc7651be94184b5254ff5bb40b01258445aad9bf316dd1f6caecabc3
-SHA512 (Template-Toolkit-3.009.tar.gz) = 940992d7e3059a64c273c2f0441a81e095560c35f4bb9ab75afb9eeeb58d043cc5ac9785e2eb79a6635480ade12771c75c632c755977124dbe7cbfae399f9972
-Size (Template-Toolkit-3.009.tar.gz) = 523388 bytes
+BLAKE2s (Template-Toolkit-3.100.tar.gz) = 1919c39b957773c55da5e1732dba486ab028d9a16f4e2deb9b53662199859215
+SHA512 (Template-Toolkit-3.100.tar.gz) = 7a23254450662a71761f7f8f6d774f71695ce975ef5638d04e45858a39003f82453cefdfed4528840094126a6148fe68d98a39fd5dde4908a08b6128576b3767
+Size (Template-Toolkit-3.100.tar.gz) = 521315 bytes



Home | Main Index | Thread Index | Old Index