pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Test-YAML Fixes missing runtime dependency...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b82033723814
branches:  trunk
changeset: 643368:b82033723814
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 15 09:31:53 2014 +0000

description:
Fixes missing runtime dependency on p5-Test-Base>=0.86.

diffstat:

 textproc/p5-Test-YAML/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r de27a5a469be -r b82033723814 textproc/p5-Test-YAML/Makefile
--- a/textproc/p5-Test-YAML/Makefile    Mon Dec 15 09:25:16 2014 +0000
+++ b/textproc/p5-Test-YAML/Makefile    Mon Dec 15 09:31:53 2014 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2014/09/06 14:45:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/12/15 09:31:53 obache Exp $
 
 DISTNAME=      Test-YAML-1.05
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    perl5 textproc
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
 
@@ -10,6 +11,8 @@
 COMMENT=       Testing Module for YAML Implementations
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-Test-Base>=0.86:../../devel/p5-Test-Base
+
 PERL5_PACKLIST=                auto/Test/YAML/.packlist
 
 USE_TOOLS+=    bash:run



Home | Main Index | Thread Index | Old Index