pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 22 14:05:17 UTC 2020

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

Log Message:
(devel/p5-Data-Serializer) Add or Convert more TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Data-Serializer/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-Serializer/Makefile
diff -u pkgsrc/devel/p5-Data-Serializer/Makefile:1.19 pkgsrc/devel/p5-Data-Serializer/Makefile:1.20
--- pkgsrc/devel/p5-Data-Serializer/Makefile:1.19       Sat Feb 22 13:47:12 2020
+++ pkgsrc/devel/p5-Data-Serializer/Makefile    Sat Feb 22 14:05:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/02/22 13:47:12 mef Exp $
+# $NetBSD: Makefile,v 1.20 2020/02/22 14:05:16 mef Exp $
 
 DISTNAME=      Data-Serializer-0.65
 PKGNAME=       p5-${DISTNAME}
@@ -23,20 +23,21 @@ PERL5_PACKLIST=             auto/Data/Serializer/.p
 #DEPENDS+=     p5-Config-General-[0-9]*:../../devel/p5-Config-General
 #DEPENDS+=     p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
 #DEPENDS+=     p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
-#DEPENDS+=     p5-Data-Denter-[0-9]*:../../devel/p5-Data-Denter
-#DEPENDS+=     p5-Data-Taxi-[0-9]*:../../devel/p5-Data-Taxi
 #DEPENDS+=     p5-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw
 #DEPENDS+=     p5-IO-Compress-[0-9]*:../../devel/p5-Compress-Zlib
 #DEPENDS+=     p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
 #DEPENDS+=     p5-JSON-[0-9]*:../../converters/p5-JSON
 #DEPENDS+=     p5-MIME-Base64-[0-9]*:converters/p5-MIME-Base64
 #DEPENDS+=     p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
-#DEPENDS+=     p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
 #DEPENDS+=     p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
 #DEPENDS+=     p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
 #DEPENDS+=     p5-YAML-[0-9]*:../../textproc/p5-YAML
 
 TEST_DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
+TEST_DEPENDS+= p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
+TEST_DEPENDS+= p5-Data-Taxi-[0-9]*:../../devel/p5-Data-Taxi
+TEST_DEPENDS+= p5-Data-Denter-[0-9]*:../../devel/p5-Data-Denter
+TEST_DEPENDS+= p5-Test-Kwalitee-[0-9]*:../../devel/p5-Test-Kwalitee
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index