Updating devel/p5-PPI from 1.208 to 1.210
pkgsrc changes: - Update dependencies - Adjust module type Upstream changes: 1.210 Mon 15 Feb 2010 Summary: - Packaging fixes Details: - No functional changes - Upgrading to Module::Install 0.93 - Added missing test_requires dependency for Class::Inspector 1.209 Sat 6 Feb 2010 Summary: - Small optimisation release Details: - No functional changes - Upgrading to Module::Install 0.92 - Moved the Test::ClassAPI test to only run during RELEASE_TESTING to reduce the dependency load (and occasionally Test::ClassAPI seems to FAIL on CPAN Testers.
This commit is contained in:
parent
1d7b22110e
commit
65f6ed20b5
2 changed files with 11 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2010/01/16 16:34:40 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2010/02/16 08:43:30 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PPI-1.208
|
||||
DISTNAME= PPI-1.210
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/}
|
||||
|
@ -24,14 +24,16 @@ DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-U
|
|||
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
||||
DEPENDS+= {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-ClassAPI>=1.04:../../devel/p5-Test-ClassAPI
|
||||
BUILD_DEPENDS+= p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector
|
||||
BUILD_DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
|
||||
BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
|
||||
BUILD_DEPENDS+= p5-Test-Object>=0.07:../../devel/p5-Test-Object
|
||||
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple
|
||||
BUILD_DEPENDS+= p5-Test-SubCalls>=1.07:../../devel/p5-Test-SubCalls
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/PPI/.packlist
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/PPI/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/01/16 16:34:40 sno Exp $
|
||||
$NetBSD: distinfo,v 1.6 2010/02/16 08:43:30 sno Exp $
|
||||
|
||||
SHA1 (PPI-1.208.tar.gz) = 6eef3e5a6219defbbd6a876d289b05588a24415f
|
||||
RMD160 (PPI-1.208.tar.gz) = 8b7d655f4076e6a8d0a929bc4b6f6d7fd513a532
|
||||
Size (PPI-1.208.tar.gz) = 222582 bytes
|
||||
SHA1 (PPI-1.210.tar.gz) = 02a22a7f2b0de2c3922899f7c6d16620cc93a480
|
||||
RMD160 (PPI-1.210.tar.gz) = 8b389b7c38887882458c203ca35ec66ad5937290
|
||||
Size (PPI-1.210.tar.gz) = 223268 bytes
|
||||
|
|
Loading…
Reference in a new issue