Received: by mail.netbsd.org (Postfix, from userid 605) id 23A3E84E7E; Sat, 24 Nov 2018 04:06:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12DEF84D63 for ; Sat, 24 Nov 2018 04:06:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bfJg1jad6yGv for ; Sat, 24 Nov 2018 04:06:13 +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 4B62784C82 for ; Sat, 24 Nov 2018 04:06:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A492FB1F; Sat, 24 Nov 2018 04:06:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154303237353250" MIME-Version: 1.0 Date: Sat, 24 Nov 2018 04:06:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/databases/p5-DB_File To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181124040613.3A492FB1F@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. --_----------=_154303237353250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Nov 24 04:06:13 UTC 2018 Modified Files: pkgsrc/databases/p5-DB_File: Makefile distinfo Log Message: Update to 1.843 Upstream changes: 1.843 2 November 2018 * hints file (sourced from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/perl5/files/) Highlighed by Sevan Janiyan hints/bitrig.pl hints/netbsd.pl hints/minix.pl hints/openbsd.pl To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/p5-DB_File/Makefile cvs rdiff -u -r1.23 -r1.24 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. --_----------=_154303237353250 Content-Disposition: inline Content-Length: 1705 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.51 pkgsrc/databases/p5-DB_File/Makefile:1.52 --- pkgsrc/databases/p5-DB_File/Makefile:1.51 Wed Aug 22 09:43:18 2018 +++ pkgsrc/databases/p5-DB_File/Makefile Sat Nov 24 04:06:13 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2018/08/22 09:43:18 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2018/11/24 04:06:13 wen Exp $ -DISTNAME= DB_File-1.842 +DISTNAME= DB_File-1.843 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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.23 pkgsrc/databases/p5-DB_File/distinfo:1.24 --- pkgsrc/databases/p5-DB_File/distinfo:1.23 Tue Aug 21 09:48:44 2018 +++ pkgsrc/databases/p5-DB_File/distinfo Sat Nov 24 04:06:13 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2018/08/21 09:48:44 wiz Exp $ +$NetBSD: distinfo,v 1.24 2018/11/24 04:06:13 wen Exp $ -SHA1 (DB_File-1.842.tar.gz) = f69c24aaa544417d5587a5de49eae76707fd2275 -RMD160 (DB_File-1.842.tar.gz) = fcede2fd301928dd6277cbbc501f52fad1f06431 -SHA512 (DB_File-1.842.tar.gz) = 038eca153b49deaf7336699509ea48ec77f783655394e040ac93c5898c1a656f0cc2ff9799c279a20633df37ce2d2b9f251cdd8daccdaa7913b8f59defe0fea6 -Size (DB_File-1.842.tar.gz) = 137321 bytes +SHA1 (DB_File-1.843.tar.gz) = 0342ccaee6d895003223f2dd3678fb42d6cee4c6 +RMD160 (DB_File-1.843.tar.gz) = 7a5bfe04d70523917bf7a5cd8727e885a380312c +SHA512 (DB_File-1.843.tar.gz) = 723459cd4897bc4ae3b02d0a3cd64d5bf4e5cb7d026699b275517e79311fc91e8890d3f25f6c59816a6af8e763e564f7c053c96480a9eddcb6f5fadcf52e5921 +Size (DB_File-1.843.tar.gz) = 137684 bytes --_----------=_154303237353250--