summaryrefslogtreecommitdiff
path: root/www/p5-Template-Toolkit/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-08-08 13:19:08 +0000
committersno <sno>2009-08-08 13:19:08 +0000
commitb7d4ef3d22dae550943920f0ca77352581637c0d (patch)
tree4898618098295a9306b5e07fbb509e2667d97a5a /www/p5-Template-Toolkit/Makefile
parente0a93016eeb565d0e503c531b14f11c59741b453 (diff)
downloadpkgsrc-b7d4ef3d22dae550943920f0ca77352581637c0d.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.
Diffstat (limited to 'www/p5-Template-Toolkit/Makefile')
-rw-r--r--www/p5-Template-Toolkit/Makefile10
1 files changed, 5 insertions, 5 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