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 3EBE37A218 for ; Sun, 1 Jan 2017 14:02:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E3F7C8571E; Sun, 1 Jan 2017 14:02:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 767AA85710 for ; Sun, 1 Jan 2017 14:02:55 +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 1jDdF90ZntFu for ; Sun, 1 Jan 2017 14:02:55 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 055D784CE7 for ; Sun, 1 Jan 2017 14:02:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03E64FBA6; Sun, 1 Jan 2017 14:02:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148327937556120" MIME-Version: 1.0 Date: Sun, 1 Jan 2017 14:02:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/p5-DB_File To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170101140255.03E64FBA6@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. --_----------=_148327937556120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 1 14:02:54 UTC 2017 Modified Files: pkgsrc/databases/p5-DB_File: Makefile distinfo Log Message: Updated p5-DB_File to 1.840. 1.840 29 Dec 2016 * #119569: Failed to install DB_File-1.839 into Linux 1.839 29 Dec 2016 * #119557: DB_File.xs: unused-parameter warnings * #107642: unused arg To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/p5-DB_File/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/p5-DB_File/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148327937556120 Content-Disposition: inline Content-Length: 1687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/p5-DB_File/Makefile diff -u pkgsrc/databases/p5-DB_File/Makefile:1.46 pkgsrc/databases/p5-DB_File/Makefile:1.47 --- pkgsrc/databases/p5-DB_File/Makefile:1.46 Mon Jul 25 07:36:54 2016 +++ pkgsrc/databases/p5-DB_File/Makefile Sun Jan 1 14:02:54 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2016/07/25 07:36:54 wen Exp $ +# $NetBSD: Makefile,v 1.47 2017/01/01 14:02:54 wiz Exp $ -DISTNAME= DB_File-1.838 +DISTNAME= DB_File-1.840 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File/} Index: pkgsrc/databases/p5-DB_File/distinfo diff -u pkgsrc/databases/p5-DB_File/distinfo:1.20 pkgsrc/databases/p5-DB_File/distinfo:1.21 --- pkgsrc/databases/p5-DB_File/distinfo:1.20 Mon Jul 25 07:36:54 2016 +++ pkgsrc/databases/p5-DB_File/distinfo Sun Jan 1 14:02:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2016/07/25 07:36:54 wen Exp $ +$NetBSD: distinfo,v 1.21 2017/01/01 14:02:54 wiz Exp $ -SHA1 (DB_File-1.838.tar.gz) = 007422734b7117974983745a75ec8227f778b037 -RMD160 (DB_File-1.838.tar.gz) = 316ebe2874cd18d0d5b7239b62bd26d6ed0655f3 -SHA512 (DB_File-1.838.tar.gz) = 1e74d4472649a43b9bda821d39cdae372b34e8ab3b0d21c8a70087f8ada4b4ae2425683d72003854802b6afdba3acce1ea0a5065c07acb9fa45458f6aa6f0aa9 -Size (DB_File-1.838.tar.gz) = 135563 bytes +SHA1 (DB_File-1.840.tar.gz) = a7b62c1ba3f53bbc09d0a6a07a2f903d292e65ed +RMD160 (DB_File-1.840.tar.gz) = 6e50fb80a65cba2df056ab871d19fab4db11fa2b +SHA512 (DB_File-1.840.tar.gz) = c9af4382a6759fcf2ad4982d922d5be3bf026927bd103204c9c38666e6a26afc06ee5456a567c396806d0ca3762af146b60c10998b17343a3bfd47bda4ec3fe2 +Size (DB_File-1.840.tar.gz) = 135706 bytes --_----------=_148327937556120--