summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-02-20 10:07:47 +0000
committerwen <wen@pkgsrc.org>2018-02-20 10:07:47 +0000
commit5ebb04d6d6d38181c62bd67b2921d60f69a556b3 (patch)
tree8cfb40689162e6fdf04e2e5fbb69d36260ddc270 /textproc
parent317ec7141986011d0ebb79138c92eab8bcc727a4 (diff)
downloadpkgsrc-5ebb04d6d6d38181c62bd67b2921d60f69a556b3.tar.gz
Update to 1.50
Upstream changes: 1.50 2018-02-10 *** Revert support for identical start/end delimiters (e.g.: @@foo@@, XXfooXX) due to breakage with nested tags (see https://github.com/mschout/perl-text-template/issues/8). Will revisit this in a future release. 1.49 2018-02-07 - Fix failing tests in v1.48 under perl < 5.8.9 1.48 2018-02-07 - remove COPYING and Artistic files from the dist. These are replaced by the Dist::Zilla generated LICENSE file. - use strict/warnings (thanks Mohammad S Anwar) - remove $VERSION checks from tests. This makes it easier to run the test with Dist::Zilla and avoids maintenance issue of updating the tests for each release (Thanks Andrew Ruder). - Allow precompiled templates to work with preprocessing [#29928] (Thanks Nik LaBelle) - Add "strict" option to fill_in(). This adds "use strict" and "use vars (...)" to the prepend section, and only the keys of the HASH option are allowed in the template. (Thanks Desmond Daignault, Kivanc Yazan, CJM) [55696] - Fix templates with inline comments without newline after comment for perl < 5.18 [34292] - Don't use bareword file handles - use three arg form of open() - Fix BROKEN behaviour so that it returns the text accumulated so far on undef as documented [28974] - Source code cleanups - Minimum perl version is now 5.8.0 - Allow start/end delimiters to be identical (e.g.: @@foo@@, XXfooXX) (Thanks mirod) [46639] - Fix + document the FILENAME parameter to fill_in() (Thanks VDB) [106093] - Test suite cleanups: + turn on strict/warnings for all tests + run tests through perltidy and formatting cleanup + remove number prefixes from test names + use Test::More instead of generating TAP by hand + use three-arg form of open() + don't use indirect object syntax + don't use bareword file handles + use File::Temp to generate temporary files
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Template/Makefile5
-rw-r--r--textproc/p5-Text-Template/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile
index 24a99a61954..29036ae38f0 100644
--- a/textproc/p5-Text-Template/Makefile
+++ b/textproc/p5-Text-Template/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2017/06/05 14:24:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2018/02/20 10:07:47 wen Exp $
-DISTNAME= Text-Template-1.47
+DISTNAME= Text-Template-1.50
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
diff --git a/textproc/p5-Text-Template/distinfo b/textproc/p5-Text-Template/distinfo
index c85c0b7b964..aaccbde4c92 100644
--- a/textproc/p5-Text-Template/distinfo
+++ b/textproc/p5-Text-Template/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/03/01 07:24:19 wiz Exp $
+$NetBSD: distinfo,v 1.11 2018/02/20 10:07:47 wen Exp $
-SHA1 (Text-Template-1.47.tar.gz) = aac45133d5ea51e5b611a788bb44979d4bcd8e92
-RMD160 (Text-Template-1.47.tar.gz) = bd94acf826da1f32ae75865e1b03f9f1cced0e52
-SHA512 (Text-Template-1.47.tar.gz) = af5ad3fc8191d2dd8609735b6a7d6221e4f7ec668c6bc35650081fee248cdc9676984302d420ac227baf8d2de6f6eb023e01f54290b90508e294ba4309b0e68e
-Size (Text-Template-1.47.tar.gz) = 48988 bytes
+SHA1 (Text-Template-1.50.tar.gz) = 64d0851065f65a2409e599d7e360921dd5699f13
+RMD160 (Text-Template-1.50.tar.gz) = e3f11b1b562b9c8b04f68b18a4cd11e4c1ef72da
+SHA512 (Text-Template-1.50.tar.gz) = 593e3414c45ff80bc12a3e318abd2d742df3597cae7a2277af4c80f2f8b439404245675cc6895e3e662bd444ebba92effb01f6e5c0df4bd7861ff94a3afad115
+Size (Text-Template-1.50.tar.gz) = 47540 bytes