summaryrefslogtreecommitdiff
path: root/www/p5-Template-Toolkit/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-10-01 11:02:33 +0000
committerwiz <wiz>2014-10-01 11:02:33 +0000
commit7520eac56745d6ca4929fabdd598e7d8775945c4 (patch)
treef1a62c5a6beb9c6ca49ee767dfcd8af4b1af4b2d /www/p5-Template-Toolkit/Makefile
parent4b333f8eed2f204cab3fb386c6433b8bb9e8dd3b (diff)
downloadpkgsrc-7520eac56745d6ca4929fabdd598e7d8775945c4.tar.gz
Update to 2.26:
#----------------------------------------------------------------------- # Version 2.26 - 17th September 2014 #------------------------------------------------------------------------ * Andy Wardley added outline directives. See Template::Manual::Syntax and Template::Manual::Config for details of the OUTLINE_TAG option and new 'outline' TAG_STYLE. See t/outline.t for examples. * Andy Wardley improved the handling of keywords when the ANYCASE option is in use. See t/anycase.t for examples. * Chromatic fixed UTF-8 encoding in URLs in URL plugin. https://github.com/abw/Template2/pull/31 * Brian Fraser added support for platforms without LC_ALL/setlocale. https://github.com/abw/Template2/pull/34 * Amiri Barksdale fixed RT46691 to plug filter memory leaks https://github.com/abw/Template2/pull/36 * John Lightsey fixed RT59208 to improve SET https://github.com/abw/Template2/pull/38 UPDATE: This had to be reverted as it cause a subtle breakage elsewhere
Diffstat (limited to 'www/p5-Template-Toolkit/Makefile')
-rw-r--r--www/p5-Template-Toolkit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index 7611c6a5543..f05ff81e032 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2014/05/29 23:38:15 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2014/10/01 11:02:33 wiz Exp $
-DISTNAME= Template-Toolkit-2.25
+DISTNAME= Template-Toolkit-2.26
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5tto
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}