Skip to content

Commit

Permalink
Update to 2.28
Browse files Browse the repository at this point in the history
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
  abw/Template2#152

* Nicolas R. adjusted group regexes to not be greedy
  abw/Template2#94

* Nicolas R. added unit tests to cover regression from RT 91172
  abw/Template2#122

* Nicolas R. added support for template files having mtime=0
  abw/Template2#102

* Todd Rinaldo fixed rand calls with no args in Math plugin
  abw/Template2#155

* Todd Rinaldo corrected ttree 2.22 logic change
  abw/Template2#148

* Todd Rinaldo turned off automated testing for tests using optional modules
  abw/Template2#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
  abw/Template2#82

* Nicolas R. optmized Template::Parser by avoiding a dummy sub
  abw/Template2#83

* Nicolas R. optimized Template:Directive by using index
  abw/Template2#84

* Nicolas R. adjust _dotop logic in Stash for perl 5.28 and earlier
  abw/Template2#81

* Todd Rinaldo documented VMethod method called 'item'
  abw/Template2#90

* Nicolas R. adjusted t/filter.t after recent switch to RFC3986
  abw/Template2#179

* Nicolas R. fixed warnings from t/cgi.t
  abw/Template2#178

* Ivan Krylov added STRICT option to ttree
  abw/Template2#81

* Kent Fredric fixed relative path handling in templates on Perl 5.26+
  abw/Template2#80

* Tom Delmas fixed some typo from documentation
  abw/Template2#76

* Matthew Somerville switched uri/url to use RFC3986
  updated the documentation to match the history.
  abw/Template2#35

* Sebastien Deseille used remove_tree helper to remove directories
  abw/Template2#67

* Nick Hibma - Add Sortkeys to DUMPER_ARGS
  abw/Template2#64

* E. Choroba added a warn on duplicate block name
  abw/Template2#61

* Jason Lewis fixed some typo in ttree.pod
  abw/Template2#58
  • Loading branch information
wen committed Nov 24, 2018
1 parent 58b7fb5 commit 4191aa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions www/p5-Template-Toolkit/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
10 changes: 5 additions & 5 deletions www/p5-Template-Toolkit/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4191aa7

Please sign in to comment.