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 6E0091A923A for ; Sat, 26 Feb 2022 16:26:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 95A1A84F4E; Sat, 26 Feb 2022 16:26:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF94184F35 for ; Sat, 26 Feb 2022 16:26:38 +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 pVACRxD2EHeo for ; Sat, 26 Feb 2022 16:26:38 +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 498B684D69 for ; Sat, 26 Feb 2022 16:26:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DCBFFB24; Sat, 26 Feb 2022 16:26:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16458927984230" MIME-Version: 1.0 Date: Sat, 26 Feb 2022 16:26:38 +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: <20220226162638.3DCBFFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16458927984230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat Feb 26 16:26:38 UTC 2022 Modified Files: pkgsrc/devel/acr: Makefile distinfo Log Message: acr: update to 2.0.0. - Add Vinix to the list of supported unix systems - Add support for SerenityOS - Add --etcdir as an alias for --sysconfdir - Use c++ instead of g++ for defaults in CXX - Add EXEC! keyword. Like EXEC, but with explicit requirement - Aim to fix the mkdir when no vpath in use - Add USE_PKGCONFIG directive with support for BSD's pkgconf - Support pkgconf as an alternative to pkg-config - Add -qV in the help message - env_c should not describe CPPFLAGS, env_cpp already explains them in more detail. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/acr/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/acr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16458927984230 Content-Disposition: inline Content-Length: 1428 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.21 pkgsrc/devel/acr/Makefile:1.22 --- pkgsrc/devel/acr/Makefile:1.21 Mon Jan 25 07:58:51 2021 +++ pkgsrc/devel/acr/Makefile Sat Feb 26 16:26:38 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/01/25 07:58:51 fcambus Exp $ +# $NetBSD: Makefile,v 1.22 2022/02/26 16:26:38 fcambus Exp $ -DISTNAME= acr-1.9.4 +DISTNAME= acr-2.0.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=radare/} Index: pkgsrc/devel/acr/distinfo diff -u pkgsrc/devel/acr/distinfo:1.17 pkgsrc/devel/acr/distinfo:1.18 --- pkgsrc/devel/acr/distinfo:1.17 Tue Oct 26 10:14:12 2021 +++ pkgsrc/devel/acr/distinfo Sat Feb 26 16:26:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 10:14:12 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/02/26 16:26:38 fcambus Exp $ -BLAKE2s (acr-1.9.4.tar.gz) = 5cf367ea26022a32f81f029a4214a8dd0790aea367b8574f82bb2f83932521bf -SHA512 (acr-1.9.4.tar.gz) = ca9b6941b4cc402285202b25aebeb0b7c499d7c7b8e1a8bbae22671c835ff9774d8dc3d7bfc292ef41924dc91ebbb454b08b0f47886b915f5bdc3009596a9421 -Size (acr-1.9.4.tar.gz) = 78010 bytes +BLAKE2s (acr-2.0.0.tar.gz) = 25d3680f0c4f4fa86145752bf7623be55902a8a822d6fb1fcd8c3fd141fbffad +SHA512 (acr-2.0.0.tar.gz) = e4b5b882ec72ea59e62f58b665cf4c7eebd6dc9ecd2fbf0e465ca1332eeafb9fc75f9888d3adc6c01b12d473d36924ad87362b998502d48c97894dbaf29dd538 +Size (acr-2.0.0.tar.gz) = 78461 bytes --_----------=_16458927984230--