Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7BBC11A923B for ; Mon, 25 Jan 2021 07:58:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3E66784D54; Mon, 25 Jan 2021 07:58:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7997384D47 for ; Mon, 25 Jan 2021 07:58:52 +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 izkJIIUTxY11 for ; Mon, 25 Jan 2021 07:58:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 00BB384CDC for ; Mon, 25 Jan 2021 07:58:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDBE8FA9D; Mon, 25 Jan 2021 07:58:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161156153176760" MIME-Version: 1.0 Date: Mon, 25 Jan 2021 07:58:51 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/acr To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210125075851.EDBE8FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161156153176760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Jan 25 07:58:51 UTC 2021 Modified Files: pkgsrc/devel/acr: Makefile distinfo Log Message: acr: update to 1.9.4. ChangeLog: - Add --quiet and --quiet-version - Setup CI - Create Debian package To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/acr/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/acr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161156153176760 Content-Disposition: inline Content-Length: 1605 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.20 pkgsrc/devel/acr/Makefile:1.21 --- pkgsrc/devel/acr/Makefile:1.20 Fri Jun 12 17:23:51 2020 +++ pkgsrc/devel/acr/Makefile Mon Jan 25 07:58:51 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2020/06/12 17:23:51 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2021/01/25 07:58:51 fcambus Exp $ -DISTNAME= acr-1.9.3 +DISTNAME= acr-1.9.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=radare/} -EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/radare/acr Index: pkgsrc/devel/acr/distinfo diff -u pkgsrc/devel/acr/distinfo:1.14 pkgsrc/devel/acr/distinfo:1.15 --- pkgsrc/devel/acr/distinfo:1.14 Fri Jun 12 17:23:51 2020 +++ pkgsrc/devel/acr/distinfo Mon Jan 25 07:58:51 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/06/12 17:23:51 rillig Exp $ +$NetBSD: distinfo,v 1.15 2021/01/25 07:58:51 fcambus Exp $ -SHA1 (acr-1.9.3.zip) = 9c1b8978c11c62f15c1cfe13a51ed63383cb378b -RMD160 (acr-1.9.3.zip) = 57b7a173413ef26a442ff2ed25cf12cefd1268f1 -SHA512 (acr-1.9.3.zip) = e1fd2d03766e4bcff6b3f733f63df337c4565388228c684b02fcefae11aea07ab671bf33515bd7a2cce9106befabe0f77c2552d86989a3ec77bec35a29238c80 -Size (acr-1.9.3.zip) = 95738 bytes +SHA1 (acr-1.9.4.tar.gz) = 00f14d13ce8eff80723ff7f21c1c87fc2fef71d6 +RMD160 (acr-1.9.4.tar.gz) = 144c98a8267e1c4ebe9ad656e87ad0173dd0fde4 +SHA512 (acr-1.9.4.tar.gz) = ca9b6941b4cc402285202b25aebeb0b7c499d7c7b8e1a8bbae22671c835ff9774d8dc3d7bfc292ef41924dc91ebbb454b08b0f47886b915f5bdc3009596a9421 +Size (acr-1.9.4.tar.gz) = 78010 bytes --_----------=_161156153176760--