pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-MaxMind-DB-Writer



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Mar 26 15:18:33 UTC 2019

Modified Files:
        pkgsrc/net/p5-MaxMind-DB-Writer: Makefile

Log Message:
p5-MaxMind-DB-Writer: avoid wip references

XXX: devel/p5-Test-Bits and devel/p5-Test-HexDifferences are temporarily
XXX: commented out because not yet imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/p5-MaxMind-DB-Writer/Makefile

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

Modified files:

Index: pkgsrc/net/p5-MaxMind-DB-Writer/Makefile
diff -u pkgsrc/net/p5-MaxMind-DB-Writer/Makefile:1.1 pkgsrc/net/p5-MaxMind-DB-Writer/Makefile:1.2
--- pkgsrc/net/p5-MaxMind-DB-Writer/Makefile:1.1        Thu Mar 21 10:31:51 2019
+++ pkgsrc/net/p5-MaxMind-DB-Writer/Makefile    Tue Mar 26 15:18:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/21 10:31:51 he Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/26 15:18:33 leot Exp $
 
 DISTNAME=      MaxMind-DB-Writer-0.300003
 PKGNAME=       p5-${DISTNAME}
@@ -13,26 +13,26 @@ LICENSE=    ${PERL5_LICENSE}
 DEPENDS+=      p5-Sereal-Decoder>=0:../../converters/p5-Sereal-Decoder
 DEPENDS+=      p5-Sereal-Encoder>=3.002:../../converters/p5-Sereal-Encoder
 DEPENDS+=      p5-Data-Dumper-Concise>=0:../../devel/p5-Data-Dumper-Concise
-DEPENDS+=      p5-Data-IEEE754>=0:../../wip/p5-Data-IEEE754
+DEPENDS+=      p5-Data-IEEE754>=0:../../devel/p5-Data-IEEE754
 DEPENDS+=      p5-Moose>=0:../../devel/p5-Moose
 DEPENDS+=      p5-MooseX-Params-Validate>=0:../../devel/p5-MooseX-Params-Validate
 DEPENDS+=      p5-MooseX-StrictConstructor>=0:../../devel/p5-MooseX-StrictConstructor
 DEPENDS+=      p5-Test-Deep>=0:../../devel/p5-Test-Deep
 DEPENDS+=      p5-namespace-autoclean>=0:../../devel/p5-namespace-autoclean
 DEPENDS+=      p5-Math-Int64>=0.51:../../math/p5-Math-Int64
-DEPENDS+=      p5-Math-Int128>=0.21:../../wip/p5-Math-Int128
-DEPENDS+=      p5-MaxMind-DB-Common>=0.031003:../../wip/p5-MaxMind-DB-Common
-DEPENDS+=      p5-MaxMind-DB-Reader>=0:../../wip/p5-MaxMind-DB-Reader
-DEPENDS+=      p5-Net-Works>=0:../../wip/p5-Net-Works
+DEPENDS+=      p5-Math-Int128>=0.21:../../math/p5-Math-Int128
+DEPENDS+=      p5-MaxMind-DB-Common>=0.031003:../../net/p5-MaxMind-DB-Common
+DEPENDS+=      p5-MaxMind-DB-Reader>=0:../../net/p5-MaxMind-DB-Reader
+DEPENDS+=      p5-Net-Works>=0:../../net/p5-Net-Works
 DEPENDS+=      p5-Digest-SHA1>=0:../../security/p5-Digest-SHA1
 TEST_DEPENDS+= p5-JSON>=0:../../converters/p5-JSON
 TEST_DEPENDS+= p5-Data-Printer>=0:../../devel/p5-Data-Printer
 TEST_DEPENDS+= p5-Devel-Refcount>=0:../../devel/p5-Devel-Refcount
 TEST_DEPENDS+= p5-List-AllUtils>=0:../../devel/p5-List-AllUtils
-TEST_DEPENDS+= p5-Test-Bits>=0:../../devel/p5-Test-Bits
+#TEST_DEPENDS+=        p5-Test-Bits>=0:../../devel/p5-Test-Bits # XXX: import from wip
 TEST_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal
 TEST_DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires
-TEST_DEPENDS+= p5-Test-HexDifferences>=0:../../devel/p5-Test-HexDifferences
+#TEST_DEPENDS+=        p5-Test-HexDifferences>=0:../../devel/p5-Test-HexDifferences # XXX: import from wip
 TEST_DEPENDS+= p5-Test-Warnings>=0:../../devel/p5-Test-Warnings
 
 PERL5_MODULE_TYPE=     Module::Build



Home | Main Index | Thread Index | Old Index