Skip to content

Commit

Permalink
Update to 1.29
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wen committed Dec 4, 2018
1 parent e12a5ba commit 9746bcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions textproc/p5-Pod-Tree/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -17,6 +16,8 @@ DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
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

Expand Down
10 changes: 5 additions & 5 deletions textproc/p5-Pod-Tree/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9746bcc

Please sign in to comment.