pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Added BUILD_DEPENDS+= lines for make test
details: https://anonhg.NetBSD.org/pkgsrc/rev/96f0d0740d59
branches: trunk
changeset: 357935:96f0d0740d59
user: mef <mef%pkgsrc.org@localhost>
date: Wed Feb 01 13:31:51 2017 +0000
description:
Added BUILD_DEPENDS+= lines for make test
diffstat:
devel/p5-File-Flock/Makefile | 10 +++++++++-
graphics/p5-GDGraph/Makefile | 6 +++++-
net/p5-SOAP-Lite/Makefile | 4 +++-
net/p5-XMLRPC-Lite/Makefile | 5 ++++-
textproc/p5-XML-Parser-Lite/Makefile | 5 ++++-
www/p5-HTML-Scrubber/Makefile | 7 ++++++-
www/p5-HTTP-MultiPartParser/Makefile | 5 ++++-
www/p5-WWW-Form-UrlEncoded/Makefile | 3 ++-
8 files changed, 37 insertions(+), 8 deletions(-)
diffs (157 lines):
diff -r 04b34295cee7 -r 96f0d0740d59 devel/p5-File-Flock/Makefile
--- a/devel/p5-File-Flock/Makefile Wed Feb 01 13:28:36 2017 +0000
+++ b/devel/p5-File-Flock/Makefile Wed Feb 01 13:31:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/01/30 14:13:23 mef Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/01 13:31:52 mef Exp $
DISTNAME= File-Flock-2014.01
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,14 @@
COMMENT= File::Flock - file locking with flock
LICENSE= ${PERL5_LICENSE}
+# for make test
+BUILD_DEPENDS+= p5-Data-Structure-Util-[0-9]*:../../devel/p5-Data-Structure-Util
+BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
+BUILD_DEPENDS+= p5-Test-SharedFork-[0-9]*:../../devel/p5-Test-SharedFork
+BUILD_DEPENDS+= p5-IO-Event-[0-9]*:../../devel/p5-IO-Event
+BUILD_DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+BUILD_DEPENDS+= p5-AnyEvent-[0-9]*:../../devel/p5-AnyEvent
+
PERL5_PACKLIST= auto/File/Flock/.packlist
USE_LANGUAGES= # none
diff -r 04b34295cee7 -r 96f0d0740d59 graphics/p5-GDGraph/Makefile
--- a/graphics/p5-GDGraph/Makefile Wed Feb 01 13:28:36 2017 +0000
+++ b/graphics/p5-GDGraph/Makefile Wed Feb 01 13:31:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/08/13 00:44:00 wen Exp $
+# $NetBSD: Makefile,v 1.32 2017/02/01 13:31:52 mef Exp $
DISTNAME= GDGraph-1.53
PKGNAME= p5-${DISTNAME}
@@ -13,6 +13,10 @@
DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD
DEPENDS+= p5-GDTextUtil>=0.80:../../graphics/p5-GDTextUtil
+# for make test
+BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/GD/Graph/.packlist
diff -r 04b34295cee7 -r 96f0d0740d59 net/p5-SOAP-Lite/Makefile
--- a/net/p5-SOAP-Lite/Makefile Wed Feb 01 13:28:36 2017 +0000
+++ b/net/p5-SOAP-Lite/Makefile Wed Feb 01 13:31:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2016/07/09 02:05:35 wen Exp $
+# $NetBSD: Makefile,v 1.49 2017/02/01 13:31:52 mef Exp $
DISTNAME= SOAP-Lite-1.20
PKGNAME= p5-${DISTNAME}
@@ -24,6 +24,8 @@
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
BUILD_DEPENDS+= p5-XML-Parser-Lite>=0:../../textproc/p5-XML-Parser-Lite
+# for make test
+BUILD_DEPENDS+= p5-Test-Warn>=0:../../devel/p5-Test-Warn
SUPERSEDES+= p5-SOAP-Transport-TCP-[0-9]*
diff -r 04b34295cee7 -r 96f0d0740d59 net/p5-XMLRPC-Lite/Makefile
--- a/net/p5-XMLRPC-Lite/Makefile Wed Feb 01 13:28:36 2017 +0000
+++ b/net/p5-XMLRPC-Lite/Makefile Wed Feb 01 13:31:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/01/24 13:45:36 mef Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/01 13:31:52 mef Exp $
DISTNAME= XMLRPC-Lite-0.717
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,9 @@
COMMENT= Client and server implementation of XML-RPC protocol
LICENSE= ${PERL5_LICENSE}
+# for make test
+BUILD_DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
+
PERL5_PACKLIST= auto/XMLRPC-Lite/.packlist
USE_LANGUAGES= # none
diff -r 04b34295cee7 -r 96f0d0740d59 textproc/p5-XML-Parser-Lite/Makefile
--- a/textproc/p5-XML-Parser-Lite/Makefile Wed Feb 01 13:28:36 2017 +0000
+++ b/textproc/p5-XML-Parser-Lite/Makefile Wed Feb 01 13:31:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 19:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/02/01 13:31:52 mef Exp $
DISTNAME= XML-Parser-Lite-0.721
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,9 @@
COMMENT= Lightweight regexp-based XML parser
LICENSE= ${PERL5_LICENSE}
+# for make test
+BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+
PERL5_PACKLIST= auto/XML/Parser/Lite/.packlist
.include "../../lang/perl5/module.mk"
diff -r 04b34295cee7 -r 96f0d0740d59 www/p5-HTML-Scrubber/Makefile
--- a/www/p5-HTML-Scrubber/Makefile Wed Feb 01 13:28:36 2017 +0000
+++ b/www/p5-HTML-Scrubber/Makefile Wed Feb 01 13:31:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2016/06/08 19:25:04 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2017/02/01 13:31:52 mef Exp $
#
DISTNAME= HTML-Scrubber-0.15
@@ -15,6 +15,11 @@
DEPENDS+= p5-HTML-Parser>=3.47:../../www/p5-HTML-Parser
BUILD_DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
+# for make test
+BUILD_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
+BUILD_DEPENDS+= p5-Test-EOL-[0-9]*:../../devel/p5-Test-EOL
+BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
+
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
diff -r 04b34295cee7 -r 96f0d0740d59 www/p5-HTTP-MultiPartParser/Makefile
--- a/www/p5-HTTP-MultiPartParser/Makefile Wed Feb 01 13:28:36 2017 +0000
+++ b/www/p5-HTTP-MultiPartParser/Makefile Wed Feb 01 13:31:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/01 12:47:20 wen Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/01 13:31:51 mef Exp $
DISTNAME= HTTP-MultiPartParser-0.01
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,9 @@
COMMENT= HTTP MultiPart Parser
LICENSE= ${PERL5_LICENSE}
+# for make test
+BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/HTTP/MultiPartParser/.packlist
diff -r 04b34295cee7 -r 96f0d0740d59 www/p5-WWW-Form-UrlEncoded/Makefile
--- a/www/p5-WWW-Form-UrlEncoded/Makefile Wed Feb 01 13:28:36 2017 +0000
+++ b/www/p5-WWW-Form-UrlEncoded/Makefile Wed Feb 01 13:31:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/01 12:29:08 wen Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/01 13:31:52 mef Exp $
DISTNAME= WWW-Form-UrlEncoded-0.23
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,7 @@
COMMENT= Parser and builder for application/x-www-form-urlencoded
LICENSE= ${PERL5_LICENSE}
+BUILD_DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/WWW/Form/UrlEncoded/.packlist
PERL5_MODULE_TYPE= Module::Build
Home |
Main Index |
Thread Index |
Old Index