Received: by mail.netbsd.org (Postfix, from userid 605) id DFE8084E28; Sat, 16 May 2020 09:45:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 663B484D84 for ; Sat, 16 May 2020 09:45:50 +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 MQoTMnsNPays for ; Sat, 16 May 2020 09:45:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E81B084D53 for ; Sat, 16 May 2020 09:45:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E247CFB27; Sat, 16 May 2020 09:45:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589622349164560" MIME-Version: 1.0 Date: Sat, 16 May 2020 09:45:49 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel/acr To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200516094549.E247CFB27@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. --_----------=_1589622349164560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 16 09:45:49 UTC 2020 Modified Files: pkgsrc/devel/acr: Makefile distinfo Log Message: devel/acr: update to 1.9.2 Changes since 1.9.0: Fix for CHKVER To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/acr/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/acr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589622349164560 Content-Disposition: inline Content-Length: 1509 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/acr/Makefile diff -u pkgsrc/devel/acr/Makefile:1.18 pkgsrc/devel/acr/Makefile:1.19 --- pkgsrc/devel/acr/Makefile:1.18 Sat May 16 09:41:13 2020 +++ pkgsrc/devel/acr/Makefile Sat May 16 09:45:49 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/05/16 09:41:13 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2020/05/16 09:45:49 rillig Exp $ -DISTNAME= acr-1.9.0 +DISTNAME= acr-1.9.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=radare/} EXTRACT_SUFX= .zip Index: pkgsrc/devel/acr/distinfo diff -u pkgsrc/devel/acr/distinfo:1.12 pkgsrc/devel/acr/distinfo:1.13 --- pkgsrc/devel/acr/distinfo:1.12 Sat May 16 09:41:13 2020 +++ pkgsrc/devel/acr/distinfo Sat May 16 09:45:49 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/05/16 09:41:13 rillig Exp $ +$NetBSD: distinfo,v 1.13 2020/05/16 09:45:49 rillig Exp $ -SHA1 (acr-1.9.0.zip) = 831e48b41013d93e9399b45187da49bdf0bd2f2d -RMD160 (acr-1.9.0.zip) = aec9927ef80bb01ec3b83c0791103563a5a714fe -SHA512 (acr-1.9.0.zip) = 0b9aa1394635841868aabb4f90e965b51e2ed5a900df282f914e08569b0d34b6a32fcb38bedd731f43c06d201929b4b27ec6e0b0d0f5408d019c855cdb9e8cd9 -Size (acr-1.9.0.zip) = 95684 bytes +SHA1 (acr-1.9.2.zip) = 088b0bf73d61842f4e701857d579f7afd0b4b727 +RMD160 (acr-1.9.2.zip) = b40d3791de0909b9c41311725abafbf4fe883a5e +SHA512 (acr-1.9.2.zip) = b5915ae70dc5fb14bb550c634a61de0fbbaa89ec8241996dae59658c4033c21787939940f48ca261591e6a97ee70555f63ac901595447a327870c06b6cc3365a +Size (acr-1.9.2.zip) = 95741 bytes --_----------=_1589622349164560--