Skip to content

Commit

Permalink
Update to 2.0008
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Jul 7, 2013
1 parent 908ca6d commit 024d80d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-Text-Xslate/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-Text-Xslate/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 024d80d

Please sign in to comment.