pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Tree Update to 1.29



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32cc28370a9b
branches:  trunk
changeset: 326350:32cc28370a9b
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Dec 04 09:03:21 2018 +0000

description:
Update to 1.29
Add missing DEPENDS for test

Upstream changes:
1.29  2018.12.02 MANWAR
      - Applied the changes suggested by @ANDK (#8).

1.28  2018.12.01 MANWAR
      - Tidy up Makefile.PL script to clean up tar ball as well.
      - Added +x to the script mod2html.

1.27  2018.11.30 MANWAR
      - Updated dependency on Path::Tiny v0.105 to address the fail report.
        https://www.cpantesters.org/cpan/report/349e7846-f40d-11e8-afbf-aec3b07506ca

1.26  2018.11.29 MANWAR
      - Removed auto generated META.yml from the distribution.
      - Moved t/95-tidyall.t and t/96-perl-critic.t to xt/ (author only).
      - Updated github repo url.
      - Documented the current maintainer in the pod.
      - Tidied up Changes file.

diffstat:

 textproc/p5-Pod-Tree/Makefile |   7 ++++---
 textproc/p5-Pod-Tree/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r eafd8fb92f07 -r 32cc28370a9b textproc/p5-Pod-Tree/Makefile
--- a/textproc/p5-Pod-Tree/Makefile     Tue Dec 04 08:54:07 2018 +0000
+++ b/textproc/p5-Pod-Tree/Makefile     Tue Dec 04 09:03:21 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2018/08/22 09:46:54 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2018/12/04 09:03:21 wen Exp $
 
-DISTNAME=      Pod-Tree-1.25
+DISTNAME=      Pod-Tree-1.29
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    textproc devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 
@@ -17,6 +16,8 @@
 DEPENDS+=      p5-Text-Template>=1.0:../../textproc/p5-Text-Template
 
 BUILD_DEPENDS+=        p5-Path-Tiny>=0:../../filesystems/p5-Path-Tiny
+BUILD_DEPENDS+=        p5-Test-Compile>=0:../../devel/p5-Test-Compile
+BUILD_DEPENDS+=        p5-Test-Version>=1.003001:../../devel/p5-Test-Version
 
 PERL5_PACKLIST=        auto/Pod/Tree/.packlist
 
diff -r eafd8fb92f07 -r 32cc28370a9b textproc/p5-Pod-Tree/distinfo
--- a/textproc/p5-Pod-Tree/distinfo     Tue Dec 04 08:54:07 2018 +0000
+++ b/textproc/p5-Pod-Tree/distinfo     Tue Dec 04 09:03:21 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 01:59:47 agc Exp $
+$NetBSD: distinfo,v 1.9 2018/12/04 09:03:21 wen Exp $
 
-SHA1 (Pod-Tree-1.25.tar.gz) = c948dc5f49163f5d913259bc54675591e2a0cf12
-RMD160 (Pod-Tree-1.25.tar.gz) = 310ad2b55dc8c386d160d417ae5657254711aaa5
-SHA512 (Pod-Tree-1.25.tar.gz) = b7c757f8e3ea2e9ead3437a129ce24e672b742b1e209b08780d1daccd393a8a6d61b827b4beb68223423984d0bef6ecf06be19c55d90f516e40e7393be48fa34
-Size (Pod-Tree-1.25.tar.gz) = 64140 bytes
+SHA1 (Pod-Tree-1.29.tar.gz) = 6834b8caec60be50e975e922b52052c334417674
+RMD160 (Pod-Tree-1.29.tar.gz) = c5a6dcbd2c5ee13e538dc563c8d45db3138b8068
+SHA512 (Pod-Tree-1.29.tar.gz) = 46ff73d4fb3bcb37204adbbc1f5706267a85b7bc4343776637e3cf28448de6c517a8e214379da15b5285004b30916e19086d950083fba2117c300b564dd6c303
+Size (Pod-Tree-1.29.tar.gz) = 68422 bytes



Home | Main Index | Thread Index | Old Index