From owner-svn-ports-all@freebsd.org Mon Sep 21 16:49:39 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 755813F6235; Mon, 21 Sep 2020 16:49:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bw9QW2Yrkz4V5b; Mon, 21 Sep 2020 16:49:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2338411615; Mon, 21 Sep 2020 16:49:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08LGndS1041904; Mon, 21 Sep 2020 16:49:39 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08LGncbo041901; Mon, 21 Sep 2020 16:49:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202009211649.08LGncbo041901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 21 Sep 2020 16:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549460 - head/x11/radare-cutter X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/x11/radare-cutter X-SVN-Commit-Revision: 549460 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2020 16:49:39 -0000 Author: swills Date: Mon Sep 21 16:49:38 2020 New Revision: 549460 URL: https://svnweb.freebsd.org/changeset/ports/549460 Log: x11/radare-cutter: update to 1.12.0 PR: 249093 Modified: head/x11/radare-cutter/Makefile (contents, props changed) head/x11/radare-cutter/distinfo (contents, props changed) head/x11/radare-cutter/pkg-plist (contents, props changed) Modified: head/x11/radare-cutter/Makefile ============================================================================== --- head/x11/radare-cutter/Makefile Mon Sep 21 16:48:41 2020 (r549459) +++ head/x11/radare-cutter/Makefile Mon Sep 21 16:49:38 2020 (r549460) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= radare-cutter -PORTVERSION= 1.11.1 +PORTVERSION= 1.12.0 DISTVERSIONPREFIX= v CATEGORIES= x11 Modified: head/x11/radare-cutter/distinfo ============================================================================== --- head/x11/radare-cutter/distinfo Mon Sep 21 16:48:41 2020 (r549459) +++ head/x11/radare-cutter/distinfo Mon Sep 21 16:49:38 2020 (r549460) @@ -1,5 +1,5 @@ -TIMESTAMP = 1597516225 -SHA256 (radareorg-cutter-v1.11.1_GH0.tar.gz) = 07ed1b71a7f4ea8a99aab56839893c1d59aabbf5c8a4ffbd6ecf36bbb00f6ab3 -SIZE (radareorg-cutter-v1.11.1_GH0.tar.gz) = 1991132 +TIMESTAMP = 1599177005 +SHA256 (radareorg-cutter-v1.12.0_GH0.tar.gz) = 868213d2ea0b4a29b9b03c9b605c2b2155c4c03b62735a9bd376a0dadcb4fe1b +SIZE (radareorg-cutter-v1.12.0_GH0.tar.gz) = 2323732 SHA256 (radareorg-cutter-translations-d576ccc_GH0.tar.gz) = 9d9702fe014bda84532f7b13bda57a8e2c61c7538ea2595e67f81033c7e06d5b SIZE (radareorg-cutter-translations-d576ccc_GH0.tar.gz) = 554221 Modified: head/x11/radare-cutter/pkg-plist ============================================================================== --- head/x11/radare-cutter/pkg-plist Mon Sep 21 16:48:41 2020 (r549459) +++ head/x11/radare-cutter/pkg-plist Mon Sep 21 16:49:38 2020 (r549460) @@ -17,10 +17,11 @@ include/cutter/common/CutterLayout.h include/cutter/common/CutterSeekable.h include/cutter/common/Decompiler.h include/cutter/common/DirectionalComboBox.h +include/cutter/common/DecompilerHighlighter.h +include/cutter/dialogs/preferences/AnalOptionsWidget.h +include/cutter/menus/DecompilerContextMenu.h include/cutter/common/FunctionsTask.h include/cutter/common/Helpers.h -include/cutter/common/HexAsciiHighlighter.h -include/cutter/common/HexHighlighter.h include/cutter/common/HighDpiPixmap.h include/cutter/common/Highlighter.h include/cutter/common/IOModesController.h