Received: by mail.netbsd.org (Postfix, from userid 605) id 127B184D7E; Tue, 26 Mar 2019 15:18:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AC5F84D27 for ; Tue, 26 Mar 2019 15:18:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id K869Vb7CvU87 for ; Tue, 26 Mar 2019 15:18:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0A3EB84CF1 for ; Tue, 26 Mar 2019 15:18:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04E42FB16; Tue, 26 Mar 2019 15:18:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155361351366980" MIME-Version: 1.0 Date: Tue, 26 Mar 2019 15:18:33 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/p5-MaxMind-DB-Writer To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190326151834.04E42FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155361351366980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_155361351366980 Content-Disposition: inline Content-Length: 2597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_155361351366980--