Skip to content

Commit

Permalink
p5-Text-Template: update to 1.53.
Browse files Browse the repository at this point in the history
1.53  2018-05-02
    - Add support for decoding template files via ENCODING constructor arg
      [github #11]
    - Docs cleanup: replace indirect-object style examples and use class method
      style constructor calls in the POD docs
    - Docs cleanup: remove hard tabs from POD, replace dated, unfair synopsis
      [github #5], convert "THANKS" section to a POD list
  • Loading branch information
wiz committed May 6, 2018
1 parent e2a048e commit ada10fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 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.38 2018/03/21 12:43:14 wiz Exp $
# $NetBSD: Makefile,v 1.39 2018/05/06 07:00:52 wiz Exp $

DISTNAME= Text-Template-1.52
DISTNAME= Text-Template-1.53
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
Expand All @@ -11,6 +11,7 @@ COMMENT= Perl5 library for generating form letters
LICENSE= artistic AND gnu-gpl-v2

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

PERL5_PACKLIST= auto/Text/Template/.packlist

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.13 2018/03/21 12:43:14 wiz Exp $
$NetBSD: distinfo,v 1.14 2018/05/06 07:00:52 wiz Exp $

SHA1 (Text-Template-1.52.tar.gz) = 457d76499b161cf8193ccdc8acf8cd1fedcd453b
RMD160 (Text-Template-1.52.tar.gz) = 185f2366842cff34dd26df993ebc5a65980a387c
SHA512 (Text-Template-1.52.tar.gz) = 9964c7161fa757cd47b7a9f0ffb17e16982ca30a1088b701cd5f36b55ee47e0bfa84fa1969478c5fad33c57dbf3181e4e49e7d68139d575506a0b39966ae42e6
Size (Text-Template-1.52.tar.gz) = 48148 bytes
SHA1 (Text-Template-1.53.tar.gz) = 845feff9291c4ca241bba995d589176b78b9dd01
RMD160 (Text-Template-1.53.tar.gz) = 3a8198330fedc3fbae16fcbb1fccee94562389ca
SHA512 (Text-Template-1.53.tar.gz) = 136860f16f5100b7a672ae798be1e8d2bd1d6091e63248e9dca3bea42566e8289809d863576c7dcd734865eadb79f8d8f6443457cd14012f486ef14c98732228
Size (Text-Template-1.53.tar.gz) = 48863 bytes

0 comments on commit ada10fa

Please sign in to comment.