pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-MockObject The perl modules UNIVERSAL::i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94e61ce25d22
branches:  trunk
changeset: 546344:94e61ce25d22
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Aug 28 16:48:05 2008 +0000

description:
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.

diffstat:

 devel/p5-Test-MockObject/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r e7ff1da78ea7 -r 94e61ce25d22 devel/p5-Test-MockObject/Makefile
--- a/devel/p5-Test-MockObject/Makefile Thu Aug 28 14:43:13 2008 +0000
+++ b/devel/p5-Test-MockObject/Makefile Thu Aug 28 16:48:05 2008 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index