pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/devel/p5-Test-MockObject



Stoned Elipot <seb%netbsd.org@localhost> wrote,

> Modified Files:
>       pkgsrc/devel/p5-Test-MockObject: Makefile
> 
> Log Message:
> The perl modules UNIVERSAL::isa and UNIVERSAL::can are required at
> runtime by the module Test::MockObject. Hence make runtime, vs
> buildtime, dependencies of the packages prodiving these.
> 
> Bump PKGREVISION to 1.

--- pkgsrc/devel/p5-Test-MockObject/Makefile:1.1.1.1    Mon Jun 23 04:02:53 2008
+++ pkgsrc/devel/p5-Test-MockObject/Makefile    Thu Aug 28 16:48:05 2008
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 04:02:53 abs Exp $
+# $NetBSD: Makefile,v 1.2 2008/08/28 16:48:05 seb Exp $
 
 DISTNAME=  Test-MockObject-1.09
 PKGNAME=   p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -9,9 +10,9 @@
 HOMEPAGE=  http://search.cpan.org/dist/Test-MockObject/
 COMMENT=   Tests remote URLs or local web files
 
+DEPENDS+=  p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can
+DEPENDS+=  p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa
 BUILD_DEPENDS+=    p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
-BUILD_DEPENDS+=    p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can
-BUILD_DEPENDS+=    p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa
 BUILD_DEPENDS+=    p5-Test-Exception>=0:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=    p5-Test-Warn>=0:../../devel/p5-Test-Warn

Inside the CPAN Makefile.PL it notes:

          'PREREQ_PM' => {
                           'Scalar::Util' => '1.1.4',
                           'Test::Exception' => '',
                           'UNIVERSAL::isa' => '0.06',
                           'UNIVERSAL::can' => '1.11',
                           'Test::Simple' => '0.47'
                         }

Should we just adjust the values to the prereq on CPAN?

- Uli

Attachment: pgpjAJecUnemn.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index