Skip to content

Commit

Permalink
Update 0.20 to 0.23
Browse files Browse the repository at this point in the history
-------------------
0.23
  - fix test error on Windows due to the use of
    unescaped paths in regex patterns (by nanis) #11 #13
0.22
  - fix regression in 0.21 (use of here-doc within `<?= ?>` causes syntax error) #12
  - add support for `prepend` property for prepending code (by LoonyPandora) #3

0.21
 - fix the strange rule for multi-line expression #10
  • Loading branch information
mef committed May 6, 2015
1 parent 92367b9 commit 764c43f
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-MicroTemplate/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:43 wiz Exp $
# $NetBSD: Makefile,v 1.12 2015/05/06 03:09:41 mef Exp $

DISTNAME= Text-MicroTemplate-0.20
DISTNAME= Text-MicroTemplate-0.23
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}

Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-Text-MicroTemplate/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/08/26 00:28:12 wen Exp $
$NetBSD: distinfo,v 1.6 2015/05/06 03:09:41 mef Exp $

SHA1 (Text-MicroTemplate-0.20.tar.gz) = 886afe81bd2a0968a238463f6dc43b113a4d715a
RMD160 (Text-MicroTemplate-0.20.tar.gz) = b098e52a80fb8bb2346c2be0132c272ab11d35f7
Size (Text-MicroTemplate-0.20.tar.gz) = 28508 bytes
SHA1 (Text-MicroTemplate-0.23.tar.gz) = b2a8516e92f9cf568bfb51b580ca6ce4157505d5
RMD160 (Text-MicroTemplate-0.23.tar.gz) = e1808b81bc97061310edec83e30cdfef8f277260
Size (Text-MicroTemplate-0.23.tar.gz) = 30416 bytes

0 comments on commit 764c43f

Please sign in to comment.