Mon Aug 26 00:28:12 2013 UTC ()
Update to 0.20

Upstream changes:
0.20
	- [bugfix] '?# comment' was not working (by bokutin)

0.19
	- fix unexpected behavior (though is not a bug, see https://github.com/kazuho/p5-text-microtemplate/pull/6)


(wen)
diff -r1.9 -r1.10 pkgsrc/textproc/p5-Text-MicroTemplate/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/p5-Text-MicroTemplate/distinfo

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

--- pkgsrc/textproc/p5-Text-MicroTemplate/Makefile 2013/05/31 12:42:16 1.9
+++ pkgsrc/textproc/p5-Text-MicroTemplate/Makefile 2013/08/26 00:28:12 1.10
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2013/08/26 00:28:12 wen Exp $
2 2
3DISTNAME= Text-MicroTemplate-0.18 3DISTNAME= Text-MicroTemplate-0.20
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Text-MicroTemplate/ 9HOMEPAGE= http://search.cpan.org/dist/Text-MicroTemplate/
11COMMENT= Perl 5 module providing a template engine 10COMMENT= Perl 5 module providing a template engine
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Text/MicroTemplate/.packlist 14PERL5_PACKLIST= auto/Text/MicroTemplate/.packlist
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/textproc/p5-Text-MicroTemplate/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-MicroTemplate/distinfo 2010/09/12 12:39:33 1.4
+++ pkgsrc/textproc/p5-Text-MicroTemplate/distinfo 2013/08/26 00:28:12 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2010/09/12 12:39:33 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2013/08/26 00:28:12 wen Exp $
2 2
3SHA1 (Text-MicroTemplate-0.18.tar.gz) = 62efc64781aa7fd4f296196af8a9bdbc941baf1c 3SHA1 (Text-MicroTemplate-0.20.tar.gz) = 886afe81bd2a0968a238463f6dc43b113a4d715a
4RMD160 (Text-MicroTemplate-0.18.tar.gz) = d24b77e172a8b50e4723ecdcf308afd2bf54d3aa 4RMD160 (Text-MicroTemplate-0.20.tar.gz) = b098e52a80fb8bb2346c2be0132c272ab11d35f7
5Size (Text-MicroTemplate-0.18.tar.gz) = 25669 bytes 5Size (Text-MicroTemplate-0.20.tar.gz) = 28508 bytes