Received: by mail.netbsd.org (Postfix, from userid 605) id 105E684D46; Sun, 13 Sep 2020 07:18:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BC8C84D45 for ; Sun, 13 Sep 2020 07:18:56 +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 JeOECWXQm8Rk for ; Sun, 13 Sep 2020 07:18:56 +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 0A07684CD8 for ; Sun, 13 Sep 2020 07:18:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98583FB28; Sun, 13 Sep 2020 07:18:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599981535153970" MIME-Version: 1.0 Date: Sun, 13 Sep 2020 07:18:55 +0000 From: "pin" Subject: CVS commit: pkgsrc/archivers/arqiver To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200913071855.98583FB28@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. --_----------=_1599981535153970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Sep 13 07:18:55 UTC 2020 Modified Files: pkgsrc/archivers/arqiver: Makefile distinfo Log Message: archivers/arqiver: update to 0.6.1 V0.6.1 -------- * Added read-only support for RAR archives through 7z. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/arqiver/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/arqiver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599981535153970 Content-Disposition: inline Content-Length: 1693 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/arqiver/Makefile diff -u pkgsrc/archivers/arqiver/Makefile:1.11 pkgsrc/archivers/arqiver/Makefile:1.12 --- pkgsrc/archivers/arqiver/Makefile:1.11 Mon Aug 17 20:18:02 2020 +++ pkgsrc/archivers/arqiver/Makefile Sun Sep 13 07:18:55 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2020/08/17 20:18:02 leot Exp $ +# $NetBSD: Makefile,v 1.12 2020/09/13 07:18:55 pin Exp $ -DISTNAME= Arqiver-0.6.0 +DISTNAME= Arqiver-0.6.1 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} GITHUB_TAG= V${PKGVERSION_NOREV} Index: pkgsrc/archivers/arqiver/distinfo diff -u pkgsrc/archivers/arqiver/distinfo:1.4 pkgsrc/archivers/arqiver/distinfo:1.5 --- pkgsrc/archivers/arqiver/distinfo:1.4 Tue Jul 28 14:28:01 2020 +++ pkgsrc/archivers/arqiver/distinfo Sun Sep 13 07:18:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/07/28 14:28:01 pin Exp $ +$NetBSD: distinfo,v 1.5 2020/09/13 07:18:55 pin Exp $ -SHA1 (Arqiver-0.6.0.tar.gz) = 978d6899c2f6cad1a3eb4c7231c976cd475f8a30 -RMD160 (Arqiver-0.6.0.tar.gz) = b875d7f76c4e5fcaf9d9ca4bdfe703c9314aed6d -SHA512 (Arqiver-0.6.0.tar.gz) = 7a9a5323ea7348ef28dfffd661f880eba5be44b1ee488e7469b77b7e0d7c65eb5fde2587b3a2b006d7e29f3ce04ff07daec01846c537db2ac906246295eb2921 -Size (Arqiver-0.6.0.tar.gz) = 122895 bytes +SHA1 (Arqiver-0.6.1.tar.gz) = 47f7d37f45a3b583128eff188dbaaa9928c4e2c1 +RMD160 (Arqiver-0.6.1.tar.gz) = 140b141dce4b10ba2c9e948f642794a0de33129c +SHA512 (Arqiver-0.6.1.tar.gz) = 7a0ad2bf164d6fa9a9f2eab7f9fca27b4e9d851b071aacda75c525ec2dad6e558c8c266792efe2cb3a4d33a45308a8e5f1334ad10f74924ddb5ca371ccac700b +Size (Arqiver-0.6.1.tar.gz) = 123068 bytes --_----------=_1599981535153970--