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 Update to 2.28



details:   https://anonhg.NetBSD.org/pkgsrc/rev/951f8b10b10a
branches:  trunk
changeset: 315442:951f8b10b10a
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Nov 24 09:27:02 2018 +0000

description:
Update to 2.28

Upstream changes:
Version 2.28 - 11th October 2018
#------------------------------------------------------------------------

* Add and enable Travis CI to track GitHub Pull Requests

* Template is now using GitHub as the official Bug Tracker

* Nicolas R. fixed a circular reference in Template::Plugin::Filter
  https://github.com/abw/Template2/issues/152

* Nicolas R. adjusted group regexes to not be greedy
  https://github.com/abw/Template2/issues/94

* Nicolas R. added unit tests to cover regression from RT 91172
  https://github.com/abw/Template2/issues/122

* Nicolas R. added support for template files having mtime=0
  https://github.com/abw/Template2/issues/102

* Todd Rinaldo fixed rand calls with no args in Math plugin
  https://github.com/abw/Template2/issues/155

* Todd Rinaldo corrected ttree 2.22 logic change
  https://github.com/abw/Template2/issues/148

* Todd Rinaldo turned off automated testing for tests using optional modules
  https://github.com/abw/Template2/issues/156

* Nicolas R. adjusted unit tests to not force Stash::XS

* Nicolas R. added a pre allocated buffer in Stash.xs to avoid malloc/free
  https://github.com/abw/Template2/issues/82

* Nicolas R. optmized Template::Parser by avoiding a dummy sub
  https://github.com/abw/Template2/issues/83

* Nicolas R. optimized Template:Directive by using index
  https://github.com/abw/Template2/issues/84

* Nicolas R. adjust _dotop logic in Stash for perl 5.28 and earlier
  https://github.com/abw/Template2/issues/81

* Todd Rinaldo documented VMethod method called 'item'
  https://github.com/abw/Template2/issues/90

* Nicolas R. adjusted t/filter.t after recent switch to RFC3986
  https://github.com/abw/Template2/issues/179

* Nicolas R. fixed warnings from t/cgi.t
  https://github.com/abw/Template2/issues/178

* Ivan Krylov added STRICT option to ttree
  https://github.com/abw/Template2/issues/81

* Kent Fredric fixed relative path handling in templates on Perl 5.26+
  https://github.com/abw/Template2/issues/80

* Tom Delmas fixed some typo from documentation
  https://github.com/abw/Template2/issues/76

* Matthew Somerville switched uri/url to use RFC3986
  updated the documentation to match the history.
  https://github.com/abw/Template2/issues/35

* Sebastien Deseille used remove_tree helper to remove directories
  https://github.com/abw/Template2/issues/67

* Nick Hibma - Add Sortkeys to DUMPER_ARGS
  https://github.com/abw/Template2/issues/64

* E. Choroba added a warn on duplicate block name
  https://github.com/abw/Template2/issues/61

* Jason Lewis fixed some typo in ttree.pod
  https://github.com/abw/Template2/issues/58

diffstat:

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

diffs (29 lines):

diff -r a7b92b670a2c -r 951f8b10b10a www/p5-Template-Toolkit/Makefile
--- a/www/p5-Template-Toolkit/Makefile  Sat Nov 24 09:23:23 2018 +0000
+++ b/www/p5-Template-Toolkit/Makefile  Sat Nov 24 09:27:02 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2018/08/22 09:47:54 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2018/11/24 09:27:02 wen Exp $
 
-DISTNAME=      Template-Toolkit-2.27
+DISTNAME=      Template-Toolkit-2.28
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Template/}
 
diff -r a7b92b670a2c -r 951f8b10b10a www/p5-Template-Toolkit/distinfo
--- a/www/p5-Template-Toolkit/distinfo  Sat Nov 24 09:23:23 2018 +0000
+++ b/www/p5-Template-Toolkit/distinfo  Sat Nov 24 09:27:02 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/04/19 13:52:24 wiz Exp $
+$NetBSD: distinfo,v 1.18 2018/11/24 09:27:02 wen Exp $
 
-SHA1 (Template-Toolkit-2.27.tar.gz) = fcff5890b8ba8dcca46fb19119d3be5ddf077dd7
-RMD160 (Template-Toolkit-2.27.tar.gz) = e676a761bf416be690691cc95e65ce6d00789ab9
-SHA512 (Template-Toolkit-2.27.tar.gz) = 17f03a01a3d6ab0ef2247c77da15c46d9bbce3e0158172162da6abe47f53c5e7ca041a7c31506bb3a37f31c476ba747f5111c5b1b1d69614a4ce3352927fd4e6
-Size (Template-Toolkit-2.27.tar.gz) = 511172 bytes
+SHA1 (Template-Toolkit-2.28.tar.gz) = f4f39155825a175cdb80ba77f56c269a5f34b6e7
+RMD160 (Template-Toolkit-2.28.tar.gz) = 44d0cf81f0033acfa3276aebc25ca6b6cd985267
+SHA512 (Template-Toolkit-2.28.tar.gz) = 8f18a411e05108cddc4f2c5560c76b663d6b913f101c6b294b584390cd76d79805afa8208e1dfaf01011ff7d6364844a24587b33d8a3d330fb6b410e75e78a1d
+Size (Template-Toolkit-2.28.tar.gz) = 514766 bytes



Home | Main Index | Thread Index | Old Index