Received: by mail.netbsd.org (Postfix, from userid 605) id 0A52784D86; Wed, 31 Oct 2018 11:45:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A46C84CDC for ; Wed, 31 Oct 2018 11:45:11 +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 RjV0-f3Zu8Kt for ; Wed, 31 Oct 2018 11:45:10 +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 62C9984CD8 for ; Wed, 31 Oct 2018 11:45:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C1DBFBEE; Wed, 31 Oct 2018 11:45:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540986310163240" MIME-Version: 1.0 Date: Wed, 31 Oct 2018 11:45:10 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/databases/p5-DBD-CSV To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181031114510.5C1DBFBEE@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. --_----------=_1540986310163240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Oct 31 11:45:10 UTC 2018 Modified Files: pkgsrc/databases/p5-DBD-CSV: Makefile distinfo Log Message: Update to 0.54 Upstream changes: 0.54 - 2018-10-29, H.Merijn Brand * Free unref scalar test fixed in Text::CSV_XS 1.35 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/p5-DBD-CSV/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/p5-DBD-CSV/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540986310163240 Content-Disposition: inline Content-Length: 1683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/p5-DBD-CSV/Makefile diff -u pkgsrc/databases/p5-DBD-CSV/Makefile:1.52 pkgsrc/databases/p5-DBD-CSV/Makefile:1.53 --- pkgsrc/databases/p5-DBD-CSV/Makefile:1.52 Wed Aug 22 09:43:14 2018 +++ pkgsrc/databases/p5-DBD-CSV/Makefile Wed Oct 31 11:45:10 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2018/08/22 09:43:14 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2018/10/31 11:45:10 wen Exp $ -DISTNAME= DBD-CSV-0.53 +DISTNAME= DBD-CSV-0.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} EXTRACT_SUFX= .tgz Index: pkgsrc/databases/p5-DBD-CSV/distinfo diff -u pkgsrc/databases/p5-DBD-CSV/distinfo:1.25 pkgsrc/databases/p5-DBD-CSV/distinfo:1.26 --- pkgsrc/databases/p5-DBD-CSV/distinfo:1.25 Sun May 20 23:10:52 2018 +++ pkgsrc/databases/p5-DBD-CSV/distinfo Wed Oct 31 11:45:10 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2018/05/20 23:10:52 wen Exp $ +$NetBSD: distinfo,v 1.26 2018/10/31 11:45:10 wen Exp $ -SHA1 (DBD-CSV-0.53.tgz) = 4f7b6ebdde1dc90feecfe0258a8140949b19fea4 -RMD160 (DBD-CSV-0.53.tgz) = d75dfa3e448b91f59feb783abf6cd770ad3829d8 -SHA512 (DBD-CSV-0.53.tgz) = f389b106778aee5edddbeeeabd4e92dc2d3429aab00d14a007126a5ebb20eadd9f0e42fc16cbbcab713edea49937506045974e130c9228b5aebe5c1d57024c2c -Size (DBD-CSV-0.53.tgz) = 40594 bytes +SHA1 (DBD-CSV-0.54.tgz) = 6693a9caeb5b5e7d31c80dcde3b17bc452b2bf26 +RMD160 (DBD-CSV-0.54.tgz) = a62def4c4187ab038ff3cd1d685baf5734a9b617 +SHA512 (DBD-CSV-0.54.tgz) = 5d3373c4956826915fbd1a3b43bcd613579ec614f7c09171cdb9012b0f644bfc4f2b8ca1c4093d89beaa92b0126765885fc4d18c3e0f3bd22717ad00d373f0c2 +Size (DBD-CSV-0.54.tgz) = 40860 bytes --_----------=_1540986310163240--