diff options
author | wen <wen> | 2013-07-07 00:19:33 +0000 |
---|---|---|
committer | wen <wen> | 2013-07-07 00:19:33 +0000 |
commit | 0232f392b1048d581f4a5158f7d84bcc19ec9e3f (patch) | |
tree | 75a803dc4b042fea01b28d2ce646b73147c1fb50 /textproc | |
parent | ed1be38611cefe60d9e4bb804cb2f828a73b1486 (diff) | |
download | pkgsrc-0232f392b1048d581f4a5158f7d84bcc19ec9e3f.tar.gz |
Update to 2.0008
Upstream changes:
2.0008 2013-07-06 00:09:43-0700
[BUG FIXES]
- Fix a chache issue that UTF8 flags were not turned on
as expected (#82)
- Fix Metakolon doc (#83)
2.0007 2013-06-21 13:16:16-0700
[DOCUMENTS]
- Add doc about chomping newlines (<:- ... -:>)
[NEW FEATURES]
- Add pre_process_handler to pre-process template content (bluescreen)
2.0006 2013-06-02 22:58:27
[BUG FIXES]
- Fix an issue that the state of VM broke on exception
reported by nihen
2.0005 2013-06-02 12:23:15
[BUG FIXES]
- Fix a Multiplexed WRAPPER issue reportedy by @kawamuray (#79)
Those who use WRAPPER, template cascading, or anonymous functions
(lambdas) are strongly recommended to upgrade Xslate.
2.0004 2013-05-29 20:27:07
[TEST FIXES]
- Template string must be bytes (#78)
2.0003 2013-05-10 12:59:11
[BUG FIXES]
- Fix a crash on compiling templates (#77)
2.0002 2013-04-26 12:51:47
[BUG FIXES]
- Support perl-blead (5.17.11)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index 6d7ee050b04..2db930acf08 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:18 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/07/07 00:19:33 wen Exp $ # -DISTNAME= Text-Xslate-2.0001 +DISTNAME= Text-Xslate-2.0008 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Xslate/distinfo b/textproc/p5-Text-Xslate/distinfo index cd1190a9297..bbe71c3986f 100644 --- a/textproc/p5-Text-Xslate/distinfo +++ b/textproc/p5-Text-Xslate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/04/24 15:00:32 wen Exp $ +$NetBSD: distinfo,v 1.5 2013/07/07 00:19:33 wen Exp $ -SHA1 (Text-Xslate-2.0001.tar.gz) = d18bb331ca02e5a72ac5b18d9059f48c54ac9405 -RMD160 (Text-Xslate-2.0001.tar.gz) = b0ba3c16b646436ebca3bc7d146381a2e1e945fc -Size (Text-Xslate-2.0001.tar.gz) = 218256 bytes +SHA1 (Text-Xslate-2.0008.tar.gz) = 450f90628ee918e724e9c31b30153a81d72d95e8 +RMD160 (Text-Xslate-2.0008.tar.gz) = 63c6752c4be04e1d08857f3e3cbe1469f58d78e3 +Size (Text-Xslate-2.0008.tar.gz) = 220325 bytes |