pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-ObjectDriver



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 22 06:40:04 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Data-ObjectDriver: Makefile

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Data-ObjectDriver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Data-ObjectDriver/Makefile
diff -u pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.2 pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.3
--- pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.2      Fri Apr 21 14:37:15 2017
+++ pkgsrc/devel/p5-Data-ObjectDriver/Makefile  Sat Apr 22 06:40:04 2017
@@ -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-Data-Inheritable>=0.0
 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