pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Template-Toolkit Updating package for p5 module...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b468d228e554
branches:  trunk
changeset: 397047:b468d228e554
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Aug 08 13:19:08 2009 +0000

description:
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:

 www/p5-Template-Toolkit/Makefile |  10 +++++-----
 www/p5-Template-Toolkit/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r a8873e995373 -r b468d228e554 www/p5-Template-Toolkit/Makefile
--- a/www/p5-Template-Toolkit/Makefile  Sat Aug 08 13:16:19 2009 +0000
+++ b/www/p5-Template-Toolkit/Makefile  Sat Aug 08 13:19:08 2009 +0000
@@ -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 @@
 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 -r a8873e995373 -r b468d228e554 www/p5-Template-Toolkit/distinfo
--- a/www/p5-Template-Toolkit/distinfo  Sat Aug 08 13:16:19 2009 +0000
+++ b/www/p5-Template-Toolkit/distinfo  Sat Aug 08 13:19:08 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index