Received: by mail.netbsd.org (Postfix, from userid 605) id D8E3B84DAF; Wed, 1 Jan 2020 03:07:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6195F84DA0 for ; Wed, 1 Jan 2020 03:07:19 +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 PQbV9wKoQ-F7 for ; Wed, 1 Jan 2020 03:07:18 +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 DB6B384CD5 for ; Wed, 1 Jan 2020 03:07:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D52ACFA97; Wed, 1 Jan 2020 03:07:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577848038163950" MIME-Version: 1.0 Date: Wed, 1 Jan 2020 03:07:18 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Compress-Raw-Bzip2 To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200101030718.D52ACFA97@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. --_----------=_1577848038163950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jan 1 03:07:18 UTC 2020 Modified Files: pkgsrc/devel/p5-Compress-Raw-Bzip2: Makefile distinfo Log Message: (devel/p5-Compress-Raw-Bzip2) Updated to 2.093 2.093 7 December 2019 * No changes 2.092 4 December 2019 * No changes To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile cvs rdiff -u -r1.30 -r1.31 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. --_----------=_1577848038163950 Content-Disposition: inline Content-Length: 1933 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.41 pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile:1.42 --- pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile:1.41 Wed Nov 27 12:20:53 2019 +++ pkgsrc/devel/p5-Compress-Raw-Bzip2/Makefile Wed Jan 1 03:07:18 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2019/11/27 12:20:53 mef Exp $ +# $NetBSD: Makefile,v 1.42 2020/01/01 03:07:18 mef Exp $ -DISTNAME= Compress-Raw-Bzip2-2.091 +DISTNAME= Compress-Raw-Bzip2-2.093 PKGNAME= p5-${DISTNAME} 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.30 pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo:1.31 --- pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo:1.30 Wed Nov 27 12:20:53 2019 +++ pkgsrc/devel/p5-Compress-Raw-Bzip2/distinfo Wed Jan 1 03:07:18 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.30 2019/11/27 12:20:53 mef Exp $ +$NetBSD: distinfo,v 1.31 2020/01/01 03:07:18 mef Exp $ -SHA1 (Compress-Raw-Bzip2-2.091.tar.gz) = 643128a277b21dfc2ad06e84a4905ce9c8c3a4f9 -RMD160 (Compress-Raw-Bzip2-2.091.tar.gz) = dd29211bbfeced7f57efa8c741916a98904a46d2 -SHA512 (Compress-Raw-Bzip2-2.091.tar.gz) = c47c67fb227cdd8480989fc4233f7d82ff89cc263b8a1d2b901a8385764f59ff457e2b3b794fd1f96e10e2cc3f01e368e5bf457e1e6e4cd94fa3613400f3844a -Size (Compress-Raw-Bzip2-2.091.tar.gz) = 138419 bytes +SHA1 (Compress-Raw-Bzip2-2.093.tar.gz) = 441130d1033d3fd603c211f99ebc750c5ecaa9c9 +RMD160 (Compress-Raw-Bzip2-2.093.tar.gz) = 256f47ad58b2f0c828e62591c16a650f738573b1 +SHA512 (Compress-Raw-Bzip2-2.093.tar.gz) = 03299251b84e457a82749411f237d92a6d77438ccbda6f8ba30a95c70ab40decf85e86d6b60cbefdda9602afd7cb74819a53d5bbe22ecca347f01e4c1a97229e +Size (Compress-Raw-Bzip2-2.093.tar.gz) = 138442 bytes SHA1 (patch-Makefile.PL) = cf740129a00cb58f3bae93d96ddac67434a52f55 --_----------=_1577848038163950--