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 1BE0A7A26C for ; Sat, 11 Mar 2017 11:20:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BF7808560E; Sat, 11 Mar 2017 11:20:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5016985601 for ; Sat, 11 Mar 2017 11:20:20 +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 RKljpux9-dxE for ; Sat, 11 Mar 2017 11:20: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 D3FB484CDD for ; Sat, 11 Mar 2017 11:20:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF583FBE4; Sat, 11 Mar 2017 11:20:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1489231219113160" MIME-Version: 1.0 Date: Sat, 11 Mar 2017 11:20:19 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-IO-Compress To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170311112019.CF583FBE4@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. --_----------=_1489231219113160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Mar 11 11:20:19 UTC 2017 Modified Files: pkgsrc/devel/p5-IO-Compress: Makefile distinfo Log Message: Update to 2.074 Upstream changes: 2.074 19 Feb 2017 * Fix bad 2.073 release 2.073 18 Feb 2017 * #120239: [PATCH] ISA fixes for c3 2.072 12 Feb 2017 * Makefile.PL #120084: Need Fix for Makefile.PL depending on . in @INC To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-IO-Compress/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-IO-Compress/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1489231219113160 Content-Disposition: inline Content-Length: 1718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-Compress/Makefile diff -u pkgsrc/devel/p5-IO-Compress/Makefile:1.35 pkgsrc/devel/p5-IO-Compress/Makefile:1.36 --- pkgsrc/devel/p5-IO-Compress/Makefile:1.35 Mon Jan 30 01:58:28 2017 +++ pkgsrc/devel/p5-IO-Compress/Makefile Sat Mar 11 11:20:19 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2017/01/30 01:58:28 wen Exp $ +# $NetBSD: Makefile,v 1.36 2017/03/11 11:20:19 wen Exp $ -DISTNAME= IO-Compress-2.070 +DISTNAME= IO-Compress-2.074 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} Index: pkgsrc/devel/p5-IO-Compress/distinfo diff -u pkgsrc/devel/p5-IO-Compress/distinfo:1.24 pkgsrc/devel/p5-IO-Compress/distinfo:1.25 --- pkgsrc/devel/p5-IO-Compress/distinfo:1.24 Mon Jan 30 01:58:28 2017 +++ pkgsrc/devel/p5-IO-Compress/distinfo Sat Mar 11 11:20:19 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2017/01/30 01:58:28 wen Exp $ +$NetBSD: distinfo,v 1.25 2017/03/11 11:20:19 wen Exp $ -SHA1 (IO-Compress-2.070.tar.gz) = c04dfa3a6cb35d8c706950c1c74bfa8a06babe51 -RMD160 (IO-Compress-2.070.tar.gz) = 8d047d0ddd948d088f26a8f280cb9f776494397b -SHA512 (IO-Compress-2.070.tar.gz) = f0c269174ac4708d2a2434ad9ad29d3f35e967b3084caba102b66352ce978ba27c4579a7e69bddbe3ed41853f6db2c1ca53880ce313995ad813ac6b96dd67748 -Size (IO-Compress-2.070.tar.gz) = 243752 bytes +SHA1 (IO-Compress-2.074.tar.gz) = c22e79a1b955b1b7da4d29d9e0d9bf96e4fe95f3 +RMD160 (IO-Compress-2.074.tar.gz) = 31e36b04cfcdccb813386216590804a5e742a834 +SHA512 (IO-Compress-2.074.tar.gz) = 52b0afb7365ec77527dbd3ec6190b49b5c5b256ac39a3e8e64398b29ebfbf72d4dfb05a1aebd525ff8697bd2aec52f69baaeddb94e9a576f54d36fc247100408 +Size (IO-Compress-2.074.tar.gz) = 243731 bytes --_----------=_1489231219113160--