summaryrefslogtreecommitdiff
path: root/www/p5-Template-Toolkit/Makefile
diff options
context:
space:
mode:
authorabs <abs>2012-01-22 19:38:54 +0000
committerabs <abs>2012-01-22 19:38:54 +0000
commit65208ce36898891fdba6a16923aa1e8bc768c987 (patch)
tree95ad2845ea1210f228728e36092724cb978983c8 /www/p5-Template-Toolkit/Makefile
parenteffaafbdd0c31f229794f1aacca2bf05ec0dd12b (diff)
downloadpkgsrc-65208ce36898891fdba6a16923aa1e8bc768c987.tar.gz
Updated www/p5-Template-Toolkit to 2.23
patch-aa covered upstream #----------------------------------------------------------------------- # Version 2.23 - 21st January 2012 #------------------------------------------------------------------------ * Fixed bug RT#47929 which caused the XS Stash to die mysteriously when calling code that used string evaluation (e.g. DateTime). * Fixed bug RT#68722 so that list.defined('alpha') always returns false. * Added the TRACE_VARS option to keep track of what variables are used in a template. It's not documented yet. See t/trace_vars.t for an example of use. * Applied patch from RT#48989 to avoid Template::Plugin::Procedural from adding target class' methods AUTOLOAD and new methods multiple times (Jens Rehsack) * Applied patch from RT#53451 to accept negative epoch times in Template::Plugin::Date. * Applied patch from Marc Remy to add $Template::Directive::WHILE_MAX option to tpage.
Diffstat (limited to 'www/p5-Template-Toolkit/Makefile')
-rw-r--r--www/p5-Template-Toolkit/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index a6f1c9586da..c2d5f79227b 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2011/08/14 16:06:09 obache Exp $
-#
+# $NetBSD: Makefile,v 1.36 2012/01/22 19:38:54 abs Exp $
-DISTNAME= Template-Toolkit-2.22
+DISTNAME= Template-Toolkit-2.23
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
SVR4_PKGNAME= p5tto
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}