pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-Text-Template



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  6 07:00:52 UTC 2018

Modified Files:
        pkgsrc/textproc/p5-Text-Template: Makefile distinfo

Log Message:
p5-Text-Template: update to 1.53.

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/p5-Text-Template/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/p5-Text-Template/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Text-Template/Makefile
diff -u pkgsrc/textproc/p5-Text-Template/Makefile:1.38 pkgsrc/textproc/p5-Text-Template/Makefile:1.39
--- pkgsrc/textproc/p5-Text-Template/Makefile:1.38      Wed Mar 21 12:43:14 2018
+++ pkgsrc/textproc/p5-Text-Template/Makefile   Sun May  6 07:00:52 2018
@@ -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/}
@@ -11,6 +11,7 @@ COMMENT=      Perl5 library for generating fo
 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
 

Index: pkgsrc/textproc/p5-Text-Template/distinfo
diff -u pkgsrc/textproc/p5-Text-Template/distinfo:1.13 pkgsrc/textproc/p5-Text-Template/distinfo:1.14
--- pkgsrc/textproc/p5-Text-Template/distinfo:1.13      Wed Mar 21 12:43:14 2018
+++ pkgsrc/textproc/p5-Text-Template/distinfo   Sun May  6 07:00:52 2018
@@ -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



Home | Main Index | Thread Index | Old Index