summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-08-08 13:19:08 +0000
committersno <sno@pkgsrc.org>2009-08-08 13:19:08 +0000
commit5c836f48f65774587a3b36948418426e34ad8f50 (patch)
tree4898618098295a9306b5e07fbb509e2667d97a5a
parentdc79f9c161660169eefbaa9960add335e3f53b48 (diff)
downloadpkgsrc-5c836f48f65774587a3b36948418426e34ad8f50.tar.gz
Updating package for p5 module Template::Toolkit from 2.21 to 2.22
pkgsrc changes: - Add dependency to textproc/p5-Pod-POM for Template::Plugin::Pod and graphics/p5-Image-Info for Template::Plugin::Image Upstream changes: #----------------------------------------------------------------------- # Version 2.22 - 21st July 2009 #------------------------------------------------------------------------ * Changed pod coverage and kwalitee tests to only run when release testing. #----------------------------------------------------------------------- # Version 2.21_02 - 4th July 2009 #------------------------------------------------------------------------ * Added UTF8 support to the XS Stash. https://rt.cpan.org/Ticket/Display.html?id=45842 * Fixed the truncate filter to handle lengths shorter than the '...' string being appended on the end. https://rt.cpan.org/Ticket/Display.html?id=45617 * Fixed a bug in the parser/grammar to make NEXT/LAST work correctly inside nested loops. https://rt.cpan.org/Ticket/Display.html?id=40887 * Fixed a bug in Template::Plugin::Filter that was causing the weakened $self reference in a dynamic filter closure to be garbage collected too soon. (NOTE: this has probably un-fixed a previous bug) https://rt.cpan.org/Ticket/Display.html?id=46691 * Applied patch to allow list.sort to sort on multiple fields. https://rt.cpan.org/Ticket/Display.html?id=40637 #----------------------------------------------------------------------- # Version 2.21_01 - 4th July 2009 #------------------------------------------------------------------------ * Removed Template::Plugin::Autoformat and t/autoform.t. They're now available as a separate distribution. * Fixed some Win32 test failures and XS Stash compilation problems.
-rw-r--r--www/p5-Template-Toolkit/Makefile10
-rw-r--r--www/p5-Template-Toolkit/distinfo8
2 files changed, 9 insertions, 9 deletions
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index bbf2e400322..e326f3f270d 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2009/07/07 19:45:49 sno Exp $
+# $NetBSD: Makefile,v 1.31 2009/08/08 13:19:08 sno Exp $
#
-DISTNAME= Template-Toolkit-2.21
+DISTNAME= Template-Toolkit-2.22
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tto
CATEGORIES= www perl5
@@ -14,13 +14,13 @@ COMMENT= Perl5 text template and dynamic web page integration toolkit
LICENSE= ${PERL5_LICENSE}
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
PERL5_PACKLIST= auto/Template/.packlist
MAKE_PARAMS= TT_ACCEPT=y
-#MAKE_PARAMS+= TT_PREFIX=${PREFIX}/share/tt2
-#MAKE_PARAMS+= TT_BUILD_DOCS=y
-#MAKE_PARAMS+= TT_EXAMPLES=y
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/p5-Template-Toolkit/distinfo b/www/p5-Template-Toolkit/distinfo
index d517dc1aced..176dd16dc19 100644
--- a/www/p5-Template-Toolkit/distinfo
+++ b/www/p5-Template-Toolkit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2009/07/07 19:45:49 sno Exp $
+$NetBSD: distinfo,v 1.10 2009/08/08 13:19:08 sno Exp $
-SHA1 (Template-Toolkit-2.21.tar.gz) = 10c05b3486d421404cb308769002f9fc337c86a0
-RMD160 (Template-Toolkit-2.21.tar.gz) = 7622dbf03de1eab21daab711158b73898c2354e6
-Size (Template-Toolkit-2.21.tar.gz) = 492245 bytes
+SHA1 (Template-Toolkit-2.22.tar.gz) = 5e553cdb97a594e0d81c5bd7c9b5664f963ffa4f
+RMD160 (Template-Toolkit-2.22.tar.gz) = bcb15f3cf7de5f9ec6de31f9b427c22f30c1592e
+Size (Template-Toolkit-2.22.tar.gz) = 492219 bytes