Skip to content

Commit

Permalink
p5-Text-Template: update to 1.51.
Browse files Browse the repository at this point in the history
1.51  2018-03-04
    - Add test for nested tags breakage that happened in v1.46
    - Turn off strict+warnings in sections where template code is eval'ed
      [github #9]
  • Loading branch information
0-wiz-0 committed Mar 8, 2018
1 parent df3bff0 commit c32d22e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions textproc/p5-Text-Template/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.36 2018/02/20 10:07:47 wen Exp $
# $NetBSD: Makefile,v 1.37 2018/03/08 13:07:19 wiz Exp $

DISTNAME= Text-Template-1.50
DISTNAME= Text-Template-1.51
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
Expand All @@ -10,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/Text-Template/
COMMENT= Perl5 library for generating form letters
LICENSE= artistic AND gnu-gpl-v2

BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings

PERL5_PACKLIST= auto/Text/Template/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
10 changes: 5 additions & 5 deletions textproc/p5-Text-Template/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2018/02/20 10:07:47 wen Exp $
$NetBSD: distinfo,v 1.12 2018/03/08 13:07:19 wiz Exp $

SHA1 (Text-Template-1.50.tar.gz) = 64d0851065f65a2409e599d7e360921dd5699f13
RMD160 (Text-Template-1.50.tar.gz) = e3f11b1b562b9c8b04f68b18a4cd11e4c1ef72da
SHA512 (Text-Template-1.50.tar.gz) = 593e3414c45ff80bc12a3e318abd2d742df3597cae7a2277af4c80f2f8b439404245675cc6895e3e662bd444ebba92effb01f6e5c0df4bd7861ff94a3afad115
Size (Text-Template-1.50.tar.gz) = 47540 bytes
SHA1 (Text-Template-1.51.tar.gz) = 423945fbe09c31f341d51afafcf635d2fbe6850b
RMD160 (Text-Template-1.51.tar.gz) = b8c1a752c9187aa76c34246c22fdd9f35ea0779c
SHA512 (Text-Template-1.51.tar.gz) = 038a810746684b26cd6a763cfb8adff57a2ed8dc57e44b170b6ba6c8271d513289546294439cfe1c8b77f40153751596a023079ee79bfc6b59fa9393cfcc04f4
Size (Text-Template-1.51.tar.gz) = 48054 bytes

0 comments on commit c32d22e

Please sign in to comment.