Sat Nov 30 10:17:14 2013 UTC ()
Update to 3.1.0

Upstream changes:
3.1.0 2013-11-16 16:46:35+0900
    [BUG FIXES]
    - Close #95; $/ affected the parse() method

    [FEATURES]
    - Add $xslate->validate($file) method to check template syntax

3.0.2 2013-11-15 21:56:53+0900
    [BUG FIXES]
    - Fix a mojibake issue where utf8::upgrade() was always called when
      loading caches (hanabukuro++)

3.0.1 2013-11-04 12:27:51+0900
    [TEST FIXES]
    - Fix a test that might fail on a slow machine like Raspberry Pi
      (Getty++)

3.0.0 2013-10-18 08:59:22+0900
    - No code changes from 2.1.0, just re-packaging for package managers

2.1.0 2013-10-17 22:18:21+0900
    [BUG FIXES]
    - Fix an issue that multi-bytes string literals used for a hash key
      was not dealt as a text string (@Niratama++)
      WARNING: this change could break your code if you use multi-byte
               text string as a hash key.

2.0010 2013-10-07 21:56:12+0900
    [BUG FIXES]
    - Fix an issue that vpath with text-strings raised errors
      on newer perls due to specification changes in PerlIO::scalar (#90)
    - Documentation tweaks (#84, #86)


(wen)
diff -r1.10 -r1.11 pkgsrc/textproc/p5-Text-Xslate/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/p5-Text-Xslate/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/textproc/p5-Text-Xslate/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Xslate/Makefile 2013/08/26 01:54:24 1.10
+++ pkgsrc/textproc/p5-Text-Xslate/Makefile 2013/11/30 10:17:14 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2013/08/26 01:54:24 wen Exp $ 1# $NetBSD: Makefile,v 1.11 2013/11/30 10:17:14 wen Exp $
2# 2#
3 3
4DISTNAME= Text-Xslate-2.0009 4DISTNAME= Text-Xslate-3.1.0
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= textproc 6CATEGORIES= textproc
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Text-Xslate/ 10HOMEPAGE= http://search.cpan.org/dist/Text-Xslate/
11COMMENT= Scalable template engine for Perl5 11COMMENT= Scalable template engine for Perl5
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14MAKE_JOBS_SAFE= no 14MAKE_JOBS_SAFE= no
15 15
16DEPENDS+= p5-Data-MessagePack>=0.38:../../devel/p5-Data-MessagePack 16DEPENDS+= p5-Data-MessagePack>=0.38:../../devel/p5-Data-MessagePack
17DEPENDS+= p5-parent>=0.221:../../devel/p5-parent 17DEPENDS+= p5-parent>=0.221:../../devel/p5-parent

cvs diff -r1.6 -r1.7 pkgsrc/textproc/p5-Text-Xslate/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Xslate/distinfo 2013/08/26 01:54:24 1.6
+++ pkgsrc/textproc/p5-Text-Xslate/distinfo 2013/11/30 10:17:14 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2013/08/26 01:54:24 wen Exp $ 1$NetBSD: distinfo,v 1.7 2013/11/30 10:17:14 wen Exp $
2 2
3SHA1 (Text-Xslate-2.0009.tar.gz) = 6b9c0a14234c182a653fe7238db0802eae6c2a87 3SHA1 (Text-Xslate-3.1.0.tar.gz) = 1e51fb72082a1bbe3817cb2f25aee3fe387918b1
4RMD160 (Text-Xslate-2.0009.tar.gz) = 59235d46ff3e7643365f9ce1424413a2d99ae58b 4RMD160 (Text-Xslate-3.1.0.tar.gz) = c9a5ab92f3c1cf2e5506ffc5989cd3fa2f2a71df
5Size (Text-Xslate-2.0009.tar.gz) = 220519 bytes 5Size (Text-Xslate-3.1.0.tar.gz) = 222546 bytes