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 AA0A07A218 for ; Fri, 20 Jan 2017 13:49:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1EABA85572; Fri, 20 Jan 2017 13:49:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1D2E84CEE for ; Fri, 20 Jan 2017 13:49:51 +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 mix4sWqhvR-O for ; Fri, 20 Jan 2017 13:49:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2DA318556D for ; Fri, 20 Jan 2017 13:49:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28544FBA6; Fri, 20 Jan 2017 13:49:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484920191140430" MIME-Version: 1.0 Date: Fri, 20 Jan 2017 13:49:51 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/archivers/p5-Archive-Extract To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170120134951.28544FBA6@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. --_----------=_1484920191140430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jan 20 13:49:51 UTC 2017 Modified Files: pkgsrc/archivers/p5-Archive-Extract: Makefile distinfo Log Message: Updated archivers/p5-Archive-Extract to 0.80 -------------------------------------------- 0.80 Wed Jan 18 23:14:32 GMT 2017 * Change Linux unzip heuristic to match FreeBSD's [rt#119905] To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/p5-Archive-Extract/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/p5-Archive-Extract/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484920191140430 Content-Disposition: inline Content-Length: 1825 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/p5-Archive-Extract/Makefile diff -u pkgsrc/archivers/p5-Archive-Extract/Makefile:1.5 pkgsrc/archivers/p5-Archive-Extract/Makefile:1.6 --- pkgsrc/archivers/p5-Archive-Extract/Makefile:1.5 Sat Aug 13 13:36:53 2016 +++ pkgsrc/archivers/p5-Archive-Extract/Makefile Fri Jan 20 13:49:50 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/08/13 13:36:53 wen Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/20 13:49:50 mef Exp $ -DISTNAME= Archive-Extract-0.78 +DISTNAME= Archive-Extract-0.80 PKGNAME= p5-${DISTNAME} CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} Index: pkgsrc/archivers/p5-Archive-Extract/distinfo diff -u pkgsrc/archivers/p5-Archive-Extract/distinfo:1.4 pkgsrc/archivers/p5-Archive-Extract/distinfo:1.5 --- pkgsrc/archivers/p5-Archive-Extract/distinfo:1.4 Sat Aug 13 13:36:53 2016 +++ pkgsrc/archivers/p5-Archive-Extract/distinfo Fri Jan 20 13:49:50 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/08/13 13:36:53 wen Exp $ +$NetBSD: distinfo,v 1.5 2017/01/20 13:49:50 mef Exp $ -SHA1 (Archive-Extract-0.78.tar.gz) = 5aeb83fcf35af4657bffd535f770e2177e5ed5af -RMD160 (Archive-Extract-0.78.tar.gz) = f7321d34a55133b55a6856a1bd1993a590097267 -SHA512 (Archive-Extract-0.78.tar.gz) = fe99018bc3b832f4ac607faf4d074341a567f41c584c4f9497527f6d22ebd5a3280b1620e69b9d894d5765eb6faabd3fdbafa597e5f979ba5eae86d1b952e53d -Size (Archive-Extract-0.78.tar.gz) = 28297 bytes +SHA1 (Archive-Extract-0.80.tar.gz) = 5b0ca7dea8867323bc10e0c71c5a5d3a8893665a +RMD160 (Archive-Extract-0.80.tar.gz) = 5d232bc5bafc9566945d3d6068128a0020f167e9 +SHA512 (Archive-Extract-0.80.tar.gz) = 2f216ea29639c4d8b7b19e4b23542b6f69e970cfb0188dca55ff7ce7d3a3021e43129dbdf81b82f7d97d0080d00f858c6af3595520b6bacac30073a8b25ea4f0 +Size (Archive-Extract-0.80.tar.gz) = 27813 bytes --_----------=_1484920191140430--