pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Text-Template



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Feb 20 10:07:47 UTC 2018

Modified Files:
        pkgsrc/textproc/p5-Text-Template: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/p5-Text-Template/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/p5-Text-Template/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Text-Template/Makefile
diff -u pkgsrc/textproc/p5-Text-Template/Makefile:1.35 pkgsrc/textproc/p5-Text-Template/Makefile:1.36
--- pkgsrc/textproc/p5-Text-Template/Makefile:1.35      Mon Jun  5 14:24:52 2017
+++ pkgsrc/textproc/p5-Text-Template/Makefile   Tue Feb 20 10:07:47 2018
@@ -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/}
 

Index: pkgsrc/textproc/p5-Text-Template/distinfo
diff -u pkgsrc/textproc/p5-Text-Template/distinfo:1.10 pkgsrc/textproc/p5-Text-Template/distinfo:1.11
--- pkgsrc/textproc/p5-Text-Template/distinfo:1.10      Wed Mar  1 07:24:19 2017
+++ pkgsrc/textproc/p5-Text-Template/distinfo   Tue Feb 20 10:07:47 2018
@@ -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



Home | Main Index | Thread Index | Old Index