diff options
author | wen <wen@pkgsrc.org> | 2015-08-07 01:21:01 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-08-07 01:21:01 +0000 |
commit | f7e97c34fb90d19cf59d98bde6546960faaa66f1 (patch) | |
tree | 03425a971995eb04db1da80c46d613b88884f7e4 | |
parent | 28e848fc2c72b336fbd1e6376feda4cd62d29203 (diff) | |
download | pkgsrc-f7e97c34fb90d19cf59d98bde6546960faaa66f1.tar.gz |
Update to 1.25
Upstream changes:
1.25 2015.05.25
- Rename test files to have number prefix.
- Move test reqirements to TEST_REQUIRES or BUILD_REQUIRES for older EUMM
- Older versions of EU::MM require quotes around 2-dot versions (CHORNY)
1.24 2015.05.22
- Include the rc files in the distribution to use the proper
Perl::Critic configuration.
- use Test::Version to make sure we have the same version number
in every module.
- Configure Perl::Critic to be level 4.
- Lots of other refactorings.
-rw-r--r-- | textproc/p5-Pod-Tree/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index 0aae94cf1cb..47ad5dbdfff 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:30 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/08/07 01:21:01 wen Exp $ -DISTNAME= Pod-Tree-1.23 +DISTNAME= Pod-Tree-1.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} @@ -16,6 +15,8 @@ DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String #DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.02}:../../textproc/p5-Pod-Escapes DEPENDS+= p5-Text-Template>=1.0:../../textproc/p5-Text-Template +BUILD_DEPENDS+= p5-Path-Tiny>=0:../../filesystems/p5-Path-Tiny + PERL5_PACKLIST= auto/Pod/Tree/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Pod-Tree/distinfo b/textproc/p5-Pod-Tree/distinfo index cd4814e37fa..8c9383ae6c1 100644 --- a/textproc/p5-Pod-Tree/distinfo +++ b/textproc/p5-Pod-Tree/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2015/05/23 09:42:46 mef Exp $ +$NetBSD: distinfo,v 1.7 2015/08/07 01:21:01 wen Exp $ -SHA1 (Pod-Tree-1.23.tar.gz) = 5af83cd1030e75d4163f605aff580e32f1b3acdb -RMD160 (Pod-Tree-1.23.tar.gz) = f126c9583d8190ea06913f75118a63f7be3ee919 -Size (Pod-Tree-1.23.tar.gz) = 63119 bytes +SHA1 (Pod-Tree-1.25.tar.gz) = c948dc5f49163f5d913259bc54675591e2a0cf12 +RMD160 (Pod-Tree-1.25.tar.gz) = 310ad2b55dc8c386d160d417ae5657254711aaa5 +Size (Pod-Tree-1.25.tar.gz) = 64140 bytes |