Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 32E057A1B9 for ; Fri, 21 Apr 2017 14:37:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D3E6184D9D; Fri, 21 Apr 2017 14:37:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6269884D99 for ; Fri, 21 Apr 2017 14:37:16 +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 KBfkNgeHzbKd for ; Fri, 21 Apr 2017 14:37:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E8C3284CDD for ; Fri, 21 Apr 2017 14:37:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3998FBE4; Fri, 21 Apr 2017 14:37:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492785435199700" MIME-Version: 1.0 Date: Fri, 21 Apr 2017 14:37:15 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Data-ObjectDriver To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170421143715.E3998FBE4@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. --_----------=_1492785435199700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Apr 21 14:37:15 UTC 2017 Modified Files: pkgsrc/devel/p5-Data-ObjectDriver: Makefile distinfo Log Message: Updated devel/p5-Data-ObjectDriver to 0.15 ------------------------------------------ 0.15 2017-04-19T01:21:41Z - Fix failed tests with Perl 5.25.11 (miniuchi) #24 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Data-ObjectDriver/Makefile \ pkgsrc/devel/p5-Data-ObjectDriver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492785435199700 Content-Disposition: inline Content-Length: 1821 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-ObjectDriver/Makefile diff -u pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.1 pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.2 --- pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.1 Mon Jan 30 14:12:59 2017 +++ pkgsrc/devel/p5-Data-ObjectDriver/Makefile Fri Apr 21 14:37:15 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/01/30 14:12:59 mef Exp $ +# $NetBSD: Makefile,v 1.2 2017/04/21 14:37:15 mef Exp $ -DISTNAME= Data-ObjectDriver-0.14 +DISTNAME= Data-ObjectDriver-0.15 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-ObjectDriver/distinfo diff -u pkgsrc/devel/p5-Data-ObjectDriver/distinfo:1.1 pkgsrc/devel/p5-Data-ObjectDriver/distinfo:1.2 --- pkgsrc/devel/p5-Data-ObjectDriver/distinfo:1.1 Mon Jan 30 14:12:59 2017 +++ pkgsrc/devel/p5-Data-ObjectDriver/distinfo Fri Apr 21 14:37:15 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/01/30 14:12:59 mef Exp $ +$NetBSD: distinfo,v 1.2 2017/04/21 14:37:15 mef Exp $ -SHA1 (Data-ObjectDriver-0.14.tar.gz) = 8c48066a7dfba293c98a5308fdb06cafa8f797e4 -RMD160 (Data-ObjectDriver-0.14.tar.gz) = 3ff3c99b612e91b525b516acb6512a11c36bd82c -SHA512 (Data-ObjectDriver-0.14.tar.gz) = 34a19e4f678fd0ebd0fa24f9f873ebf0bdac657dfb5bd480298abfa2859b53eb9cb00571a97bc0b969393530b992d112eda649fb545b49153b58c7322618683f -Size (Data-ObjectDriver-0.14.tar.gz) = 84311 bytes +SHA1 (Data-ObjectDriver-0.15.tar.gz) = c3563b0b282f4a6041f3d08c9396e0dd126343e9 +RMD160 (Data-ObjectDriver-0.15.tar.gz) = a44d93d79fb9ff9d5c0e868d33834c351ebfb92e +SHA512 (Data-ObjectDriver-0.15.tar.gz) = 5be77086f2aa646e9bc80fc8d3de2edb6726946a17149573efbce2bbe83d2ec1b294aa20cd66330f0827ee26a5113b9e02ea542111aed94804c0ccdce1e89c1b +Size (Data-ObjectDriver-0.15.tar.gz) = 84386 bytes --_----------=_1492785435199700--