diff options
author | mef <mef@pkgsrc.org> | 2015-05-06 03:09:41 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-06 03:09:41 +0000 |
commit | f6fa636b123372218bd906d088a6bc0e127d3e7e (patch) | |
tree | 31140c6c73e2717d73f71b2ce498b547aa55b0cc | |
parent | 2279ab7c4100289cd56b4392d6dfd7be0950767d (diff) | |
download | pkgsrc-f6fa636b123372218bd906d088a6bc0e127d3e7e.tar.gz |
Update 0.20 to 0.23
-------------------
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
-rw-r--r-- | textproc/p5-Text-MicroTemplate/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-MicroTemplate/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-MicroTemplate/Makefile b/textproc/p5-Text-MicroTemplate/Makefile index d1f033f2cb9..97cfeb03795 100644 --- a/textproc/p5-Text-MicroTemplate/Makefile +++ b/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/} diff --git a/textproc/p5-Text-MicroTemplate/distinfo b/textproc/p5-Text-MicroTemplate/distinfo index def15c1e2d2..8e42821df22 100644 --- a/textproc/p5-Text-MicroTemplate/distinfo +++ b/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 |