pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-ObjectDriver 1. Add Following line for m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b16ffd20889
branches:  trunk
changeset: 361447:8b16ffd20889
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 22 06:40:04 2017 +0000

description:
1. Add Following line for make test
  BUILD_DEPENDS+=  p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
2. Reset MAINTAINER
  ( probably I made mistake, not for sure sorry)

diffstat:

 devel/p5-Data-ObjectDriver/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c28b1c89c536 -r 8b16ffd20889 devel/p5-Data-ObjectDriver/Makefile
--- a/devel/p5-Data-ObjectDriver/Makefile       Sat Apr 22 06:35:28 2017 +0000
+++ b/devel/p5-Data-ObjectDriver/Makefile       Sat Apr 22 06:40:04 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2017/04/21 14:37:15 mef Exp $
+# $NetBSD: Makefile,v 1.3 2017/04/22 06:40:04 mef Exp $
 
 DISTNAME=      Data-ObjectDriver-0.15
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
 
-MAINTAINER=    hiramatu%boreas.dti.ne.jp@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Data-ObjectDriver/
 COMMENT=       Simple and generic abstraction to databases
 LICENSE=       artistic-2.0
@@ -15,6 +15,9 @@
 DEPENDS+=      p5-Class-Trigger>=0.14:../../devel/p5-Class-Trigger
 DEPENDS+=      p5-Text-SimpleTable>=2.0:../../textproc/p5-Text-SimpleTable
 
+# for mke test
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Data/ObjectDriver/.packlist
 PERL5_MODULE_TYPE=     Module::Build::Tiny



Home | Main Index | Thread Index | Old Index