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 880447A209 for ; Fri, 15 Jul 2016 23:39:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EED2B85ED0; Fri, 15 Jul 2016 23:39:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E3F285E99 for ; Fri, 15 Jul 2016 23:39:36 +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 mqZGQmQMFb8b for ; Fri, 15 Jul 2016 23:39:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0AFE185E8E for ; Fri, 15 Jul 2016 23:39:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 028ACFBB5; Fri, 15 Jul 2016 23:39:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468625975160200" MIME-Version: 1.0 Date: Fri, 15 Jul 2016 23:39:35 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/databases/p5-DBD-XBase To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160715233936.028ACFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1468625975160200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jul 15 23:39:35 UTC 2016 Modified Files: pkgsrc/databases/p5-DBD-XBase: Makefile distinfo Log Message: Update to 1.07 Upstream changes: 1.07 Tue May 3 19:45:23 CEST 2016 Resolving the xbase_lines regression of 1.06. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/p5-DBD-XBase/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/p5-DBD-XBase/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468625975160200 Content-Disposition: inline Content-Length: 1729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/p5-DBD-XBase/Makefile diff -u pkgsrc/databases/p5-DBD-XBase/Makefile:1.24 pkgsrc/databases/p5-DBD-XBase/Makefile:1.25 --- pkgsrc/databases/p5-DBD-XBase/Makefile:1.24 Wed Jun 8 19:22:25 2016 +++ pkgsrc/databases/p5-DBD-XBase/Makefile Fri Jul 15 23:39:35 2016 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2016/06/08 19:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/07/15 23:39:35 wen Exp $ # -DISTNAME= DBD-XBase-1.06 +DISTNAME= DBD-XBase-1.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} Index: pkgsrc/databases/p5-DBD-XBase/distinfo diff -u pkgsrc/databases/p5-DBD-XBase/distinfo:1.7 pkgsrc/databases/p5-DBD-XBase/distinfo:1.8 --- pkgsrc/databases/p5-DBD-XBase/distinfo:1.7 Sat Apr 16 09:13:04 2016 +++ pkgsrc/databases/p5-DBD-XBase/distinfo Fri Jul 15 23:39:35 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2016/04/16 09:13:04 wen Exp $ +$NetBSD: distinfo,v 1.8 2016/07/15 23:39:35 wen Exp $ -SHA1 (DBD-XBase-1.06.tar.gz) = de75142d2127aa0650e851311178945f01108766 -RMD160 (DBD-XBase-1.06.tar.gz) = c155213d646cec19e7c0bf8b62503bd14868cb26 -SHA512 (DBD-XBase-1.06.tar.gz) = f4d8a858e99ff8e2cc624230ba48ac0ccd3c11d2047f12782d24d833079c6c8d1d3e5a26ac18f694609f176cca1adbe5786e95d07de2e7714814f79a4c0c89e4 -Size (DBD-XBase-1.06.tar.gz) = 113595 bytes +SHA1 (DBD-XBase-1.07.tar.gz) = 19dde2a209399af0e5b4b87868513b6eefa8b5b5 +RMD160 (DBD-XBase-1.07.tar.gz) = b86f191d670ce5f787f6218b91dfe537e1e12985 +SHA512 (DBD-XBase-1.07.tar.gz) = 8928524e7ab8e73a200f23177e9f929dcd55fbcad204fe65d091c108797f15f98f137f5da13a0243389a0911deb0fac41f706f286c50d60a902e24da881a943d +Size (DBD-XBase-1.07.tar.gz) = 113691 bytes --_----------=_1468625975160200--