Skip to content

Commit 9746bcc

Browse files
author
wen
committed
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.
1 parent e12a5ba commit 9746bcc

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

textproc/p5-Pod-Tree/Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.21 2018/08/22 09:46:54 wiz Exp $
1+
# $NetBSD: Makefile,v 1.22 2018/12/04 09:03:21 wen Exp $
22

3-
DISTNAME= Pod-Tree-1.25
3+
DISTNAME= Pod-Tree-1.29
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 3
65
CATEGORIES= textproc devel perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
87

@@ -17,6 +16,8 @@ DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
1716
DEPENDS+= p5-Text-Template>=1.0:../../textproc/p5-Text-Template
1817

1918
BUILD_DEPENDS+= p5-Path-Tiny>=0:../../filesystems/p5-Path-Tiny
19+
BUILD_DEPENDS+= p5-Test-Compile>=0:../../devel/p5-Test-Compile
20+
BUILD_DEPENDS+= p5-Test-Version>=1.003001:../../devel/p5-Test-Version
2021

2122
PERL5_PACKLIST= auto/Pod/Tree/.packlist
2223

textproc/p5-Pod-Tree/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.8 2015/11/04 01:59:47 agc Exp $
1+
$NetBSD: distinfo,v 1.9 2018/12/04 09:03:21 wen Exp $
22

3-
SHA1 (Pod-Tree-1.25.tar.gz) = c948dc5f49163f5d913259bc54675591e2a0cf12
4-
RMD160 (Pod-Tree-1.25.tar.gz) = 310ad2b55dc8c386d160d417ae5657254711aaa5
5-
SHA512 (Pod-Tree-1.25.tar.gz) = b7c757f8e3ea2e9ead3437a129ce24e672b742b1e209b08780d1daccd393a8a6d61b827b4beb68223423984d0bef6ecf06be19c55d90f516e40e7393be48fa34
6-
Size (Pod-Tree-1.25.tar.gz) = 64140 bytes
3+
SHA1 (Pod-Tree-1.29.tar.gz) = 6834b8caec60be50e975e922b52052c334417674
4+
RMD160 (Pod-Tree-1.29.tar.gz) = c5a6dcbd2c5ee13e538dc563c8d45db3138b8068
5+
SHA512 (Pod-Tree-1.29.tar.gz) = 46ff73d4fb3bcb37204adbbc1f5706267a85b7bc4343776637e3cf28448de6c517a8e214379da15b5285004b30916e19086d950083fba2117c300b564dd6c303
6+
Size (Pod-Tree-1.29.tar.gz) = 68422 bytes

0 commit comments

Comments
 (0)