summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2022-08-14 17:21:01 +0000
committerschmonz <schmonz@pkgsrc.org>2022-08-14 17:21:01 +0000
commit606778abf0a2cad5e21265375d3b083bf315eebc (patch)
tree486d28ce0f8b8daef5d065f497171cf846dc22b4
parentb5416d18b3956668e6fda93da8434e2301d0639b (diff)
downloadpkgsrc-606778abf0a2cad5e21265375d3b083bf315eebc.tar.gz
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)
-rw-r--r--www/p5-Template-Toolkit/Makefile6
-rw-r--r--www/p5-Template-Toolkit/distinfo8
2 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index 62dcd143aea..9ee95d5820a 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -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 @@ DEPENDS+= p5-AppConfig>=1.56:../../devel/p5-AppConfig
# 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 --git a/www/p5-Template-Toolkit/distinfo b/www/p5-Template-Toolkit/distinfo
index 19b5f691c5c..565b1dfce77 100644
--- a/www/p5-Template-Toolkit/distinfo
+++ b/www/p5-Template-Toolkit/distinfo
@@ -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