Received: by mail.netbsd.org (Postfix, from userid 605) id 0955484D9D; Sat, 15 Feb 2020 23:56:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 860A884D57 for ; Sat, 15 Feb 2020 23:56:35 +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 YhYKQq7iMnyI for ; Sat, 15 Feb 2020 23:56:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10EF084CD3 for ; Sat, 15 Feb 2020 23:56:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B016FBF4; Sat, 15 Feb 2020 23:56:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581810995227700" MIME-Version: 1.0 Date: Sat, 15 Feb 2020 23:56:35 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/archivers/R-zip To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200215235635.0B016FBF4@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. --_----------=_1581810995227700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Feb 15 23:56:34 UTC 2020 Modified Files: pkgsrc/archivers/R-zip: Makefile distinfo Log Message: (archivers/R-zip) Updated to 2.0.4 # 2.0.4 * `unzip_process()` prints better error messages to the standard error, and exits with a non-zero status, on error. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/R-zip/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/R-zip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581810995227700 Content-Disposition: inline Content-Length: 1571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/R-zip/Makefile diff -u pkgsrc/archivers/R-zip/Makefile:1.2 pkgsrc/archivers/R-zip/Makefile:1.3 --- pkgsrc/archivers/R-zip/Makefile:1.2 Thu Aug 8 19:53:36 2019 +++ pkgsrc/archivers/R-zip/Makefile Sat Feb 15 23:56:34 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:36 brook Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/15 23:56:34 mef Exp $ R_PKGNAME= zip -R_PKGVER= 2.0.3 +R_PKGVER= 2.0.4 CATEGORIES= archivers MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/archivers/R-zip/distinfo diff -u pkgsrc/archivers/R-zip/distinfo:1.1 pkgsrc/archivers/R-zip/distinfo:1.2 --- pkgsrc/archivers/R-zip/distinfo:1.1 Tue Jul 30 22:26:11 2019 +++ pkgsrc/archivers/R-zip/distinfo Sat Feb 15 23:56:34 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/07/30 22:26:11 brook Exp $ +$NetBSD: distinfo,v 1.2 2020/02/15 23:56:34 mef Exp $ -SHA1 (R/zip_2.0.3.tar.gz) = ce8568b8f10c6908208d7358ca5f15a8ab6dbb2e -RMD160 (R/zip_2.0.3.tar.gz) = 30276765c2e799207346841249277ca9f237cbd2 -SHA512 (R/zip_2.0.3.tar.gz) = a7ccb26b9c9ade2f9ffbdf2dcd5e37cde4a6364b3882e01ab62ae85a4f2a62532537b6681225edeac7647284eed2650a698fbf0158761912c59c4c35e03482d6 -Size (R/zip_2.0.3.tar.gz) = 96348 bytes +SHA1 (R/zip_2.0.4.tar.gz) = 56402539671793af07dc52d9a10efa307d7c04f1 +RMD160 (R/zip_2.0.4.tar.gz) = 62c12572e7564a5eeafdb6062f3ed97b30828471 +SHA512 (R/zip_2.0.4.tar.gz) = 04957eced3f1695585c79d276fb023417b5f7ce05351e607cc49499e18256a39928c47042325f0e1511e778fa8b9c92c8df7de8d173f1332eca87a2f955babda +Size (R/zip_2.0.4.tar.gz) = 97756 bytes --_----------=_1581810995227700--