Received: by mail.netbsd.org (Postfix, from userid 605) id E8BF884E75; Sat, 24 Nov 2018 03:44:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E3DDB84D63 for ; Sat, 24 Nov 2018 03:44:19 +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 TbIvstgoiJ4Q for ; Sat, 24 Nov 2018 03:44:19 +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 1169884D38 for ; Sat, 24 Nov 2018 03:44:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBB5BFB1F; Sat, 24 Nov 2018 03:44:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154303105889170" MIME-Version: 1.0 Date: Sat, 24 Nov 2018 03:44:18 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/archivers/p5-Archive-Zip To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181124034418.EBB5BFB1F@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. --_----------=_154303105889170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Nov 24 03:44:18 UTC 2018 Modified Files: pkgsrc/archivers/p5-Archive-Zip: Makefile distinfo Log Message: Update to 1.64 Upstream changes: 1.64 Wed 12 Sep 2018 - Fix for year 2030 To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/archivers/p5-Archive-Zip/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/p5-Archive-Zip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154303105889170 Content-Disposition: inline Content-Length: 1757 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/p5-Archive-Zip/Makefile diff -u pkgsrc/archivers/p5-Archive-Zip/Makefile:1.62 pkgsrc/archivers/p5-Archive-Zip/Makefile:1.63 --- pkgsrc/archivers/p5-Archive-Zip/Makefile:1.62 Sun Aug 26 06:11:29 2018 +++ pkgsrc/archivers/p5-Archive-Zip/Makefile Sat Nov 24 03:44:18 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2018/08/26 06:11:29 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2018/11/24 03:44:18 wen Exp $ -DISTNAME= Archive-Zip-1.63 +DISTNAME= Archive-Zip-1.64 PKGNAME= p5-${DISTNAME} CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} Index: pkgsrc/archivers/p5-Archive-Zip/distinfo diff -u pkgsrc/archivers/p5-Archive-Zip/distinfo:1.31 pkgsrc/archivers/p5-Archive-Zip/distinfo:1.32 --- pkgsrc/archivers/p5-Archive-Zip/distinfo:1.31 Sun Aug 26 06:11:29 2018 +++ pkgsrc/archivers/p5-Archive-Zip/distinfo Sat Nov 24 03:44:18 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2018/08/26 06:11:29 wiz Exp $ +$NetBSD: distinfo,v 1.32 2018/11/24 03:44:18 wen Exp $ -SHA1 (Archive-Zip-1.63.tar.gz) = cbf2f66f34da6b23f31ba685deccddc7dce7f2a7 -RMD160 (Archive-Zip-1.63.tar.gz) = 185c5a1345efa9b7f1d31748aede2d49c8fd971a -SHA512 (Archive-Zip-1.63.tar.gz) = 53876bbda170ab8184f80bb43794d348aff1b82ba650694158ddef28b27b87f5d4ac1e4cb11be2c82c939e09787478543faec116ac76f0802064da667b4ebac2 -Size (Archive-Zip-1.63.tar.gz) = 191957 bytes +SHA1 (Archive-Zip-1.64.tar.gz) = 08b3c2cd2eac8b06393580372d5713317d7caa3c +RMD160 (Archive-Zip-1.64.tar.gz) = e89b39f25fbd3d6661b34fb9cfa1f0cddbe2f135 +SHA512 (Archive-Zip-1.64.tar.gz) = 7ae4c87ad50b30e764a79ada8f39ea2d698cfba957294d28dc15a2f3b2497923266a00574c5e43ddd59d6ec76d911f39007851920e0f09bfe3f466d46e17d6fc +Size (Archive-Zip-1.64.tar.gz) = 192005 bytes --_----------=_154303105889170--