From owner-dev-commits-ports-main@freebsd.org Mon May 3 09:59:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 B67B462D409; Mon, 3 May 2021 09:59:54 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FYdkL4gjcz4fGs; Mon, 3 May 2021 09:59:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9336E1BFCC; Mon, 3 May 2021 09:59:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1439xsWx008724; Mon, 3 May 2021 09:59:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1439xs4Q008723; Mon, 3 May 2021 09:59:54 GMT (envelope-from git) Date: Mon, 3 May 2021 09:59:54 GMT Message-Id: <202105030959.1439xs4Q008723@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 007cc8340fda - main - x11/konsole: add usptream patch fix highlight colour contrast MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 007cc8340fda05f4100d2467448102a25f5c5173 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2021 09:59:54 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=007cc8340fda05f4100d2467448102a25f5c5173 commit 007cc8340fda05f4100d2467448102a25f5c5173 Author: Tobias C. Berner AuthorDate: 2021-05-03 09:56:16 +0000 Commit: Tobias C. Berner CommitDate: 2021-05-03 09:59:49 +0000 x11/konsole: add usptream patch fix highlight colour contrast The recent update to x11/konsole included a change which made the highlight colour very close to the background one in some instances. The included upstream commit improves the situation again, making the highlights a higher contrast. See upstream bug [1] for details. [1] https://bugs.kde.org/show_bug.cgi?id=435309 Reported by: avg Obtained from: https://invent.kde.org/utilities/konsole/-/merge_requests/380 --- x11/konsole/Makefile | 4 ++++ x11/konsole/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile index 98802a7d3653..5a8d83951943 100644 --- a/x11/konsole/Makefile +++ b/x11/konsole/Makefile @@ -1,7 +1,11 @@ PORTNAME= konsole DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-applications # kde kde-applications-applications +PATCH_SITES= https://invent.kde.org/utilities/konsole/commit/ +PATCHFILES= 2b441030a745a17f76d8f010a299a74532e3f211.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= KDE terminal emulator diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index 679f33d63fad..b4ea5a444b15 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1618579257 +TIMESTAMP = 1620035138 SHA256 (KDE/release-service/21.04.0/konsole-21.04.0.tar.xz) = 260a1748a065c22d3bb63ffe57bd4bc79067e24a24f6332e5c91317d0e0799b6 SIZE (KDE/release-service/21.04.0/konsole-21.04.0.tar.xz) = 1276124 +SHA256 (KDE/release-service/21.04.0/2b441030a745a17f76d8f010a299a74532e3f211.diff) = 443bfdc60fc0b152870fd7878f8ea6d20e9ba628128b4e28ccc66da5905646dc +SIZE (KDE/release-service/21.04.0/2b441030a745a17f76d8f010a299a74532e3f211.diff) = 2688