Received: by mail.netbsd.org (Postfix, from userid 605) id 68CC484DDD; Tue, 10 Apr 2018 00:46:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 646A084D4D for ; Tue, 10 Apr 2018 00:46:49 +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 s65xQFIjSr_r for ; Tue, 10 Apr 2018 00:46:48 +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 AE02B84CD5 for ; Tue, 10 Apr 2018 00:46:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7A07FBEC; Tue, 10 Apr 2018 00:46:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152332120834920" MIME-Version: 1.0 Date: Tue, 10 Apr 2018 00:46:48 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Compress-Raw-Bzip2 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180410004648.A7A07FBEC@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. --_----------=_152332120834920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Apr 10 00:46:48 UTC 2018 Modified Files: pkgsrc/devel/p5-Compress-Raw-Bzip2: Makefile distinfo Log Message: Update to 2.081 Upstream changes: 2.081 4 April 2018 * previous release used $^W instead of use warnings. Fixed. 2.080 2 April 2018 * No Changes To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152332120834920 Content-Disposition: inline Content-Length: 1953 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile diff -u pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile:1.35 pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile:1.36 --- pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile:1.35 Mon Jun 5 14:22:45 2017 +++ pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile Tue Apr 10 00:46:48 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2017/06/05 14:22:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.36 2018/04/10 00:46:48 wen Exp $ -DISTNAME= Compress-Raw-Bzip2-2.074 +DISTNAME= Compress-Raw-Bzip2-2.081 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} Index: pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo diff -u pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo:1.27 pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo:1.28 --- pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo:1.27 Wed Feb 22 12:54:36 2017 +++ pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo Tue Apr 10 00:46:48 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2017/02/22 12:54:36 mef Exp $ +$NetBSD: distinfo,v 1.28 2018/04/10 00:46:48 wen Exp $ -SHA1 (Compress-Raw-Bzip2-2.074.tar.gz) = 3206fceb2d09d527e0cda5f777039a7c0b9a8a65 -RMD160 (Compress-Raw-Bzip2-2.074.tar.gz) = fe01383d82f38975c99f5f0411be253a947f12ce -SHA512 (Compress-Raw-Bzip2-2.074.tar.gz) = 6b10b3ccc1b4956b3641cadb926c8d36e4baebee415bdf7b1ddb536156c6a324dba3226c7fe9aaa1fd67a59f55c9679473b6ef1d8e464d491b484fb30504a87b -Size (Compress-Raw-Bzip2-2.074.tar.gz) = 137502 bytes +SHA1 (Compress-Raw-Bzip2-2.081.tar.gz) = 69c7d46703f78bb456b0b49b9f5e2c6068ff4b85 +RMD160 (Compress-Raw-Bzip2-2.081.tar.gz) = 7a8055be8ae41e7b05066ae016a7755ed595aa24 +SHA512 (Compress-Raw-Bzip2-2.081.tar.gz) = fd3893677e3f76ece567f5f1f7529ee42b2c5afb7d4026a51bc17f4ddcf75b1513261c00655f28b0ae1af0144751031b7e8a53b377f7c6c69f338b18bc871e52 +Size (Compress-Raw-Bzip2-2.081.tar.gz) = 137537 bytes SHA1 (patch-Makefile.PL) = cf740129a00cb58f3bae93d96ddac67434a52f55 --_----------=_152332120834920--