From owner-dev-commits-ports-all@freebsd.org Sat May 29 07:49:09 2021 Return-Path: Delivered-To: dev-commits-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 1968463B17C; Sat, 29 May 2021 07:49:09 +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 4FsYbT04G5z3vcZ; Sat, 29 May 2021 07:49:09 +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 DE421263D8; Sat, 29 May 2021 07:49:08 +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 14T7n898084643; Sat, 29 May 2021 07:49:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14T7n8YL084642; Sat, 29 May 2021 07:49:08 GMT (envelope-from git) Date: Sat, 29 May 2021 07:49:08 GMT Message-Id: <202105290749.14T7n8YL084642@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: 69f781f0d80d - main - x11/konsole: add usptream patch to fix alpha channel in scrollbar colors 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: 69f781f0d80de3d83439242835243a0121f887a9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2021 07:49:09 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=69f781f0d80de3d83439242835243a0121f887a9 commit 69f781f0d80de3d83439242835243a0121f887a9 Author: Tobias C. Berner AuthorDate: 2021-05-29 07:44:43 +0000 Commit: Tobias C. Berner CommitDate: 2021-05-29 07:44:46 +0000 x11/konsole: add usptream patch to fix alpha channel in scrollbar colors Obtained from: https://invent.kde.org/utilities/konsole/-/commit/585f9a561a07ec1cf5c20af37229667a3009362a --- 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..56aac7fb5fee 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= 585f9a561a07ec1cf5c20af37229667a3009362a.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= KDE terminal emulator diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index 463907958114..d921ac58131b 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1620752706 +TIMESTAMP = 1622274244 SHA256 (KDE/release-service/21.04.1/konsole-21.04.1.tar.xz) = 46802bbddca8dd4c264107a411a58c86cc7707c9210ddfbd38d8a971ea735293 SIZE (KDE/release-service/21.04.1/konsole-21.04.1.tar.xz) = 1277552 +SHA256 (KDE/release-service/21.04.1/585f9a561a07ec1cf5c20af37229667a3009362a.diff) = f2fb1a996459e5092dabeb142ffc095be9d321bdefaae664369510683cc892de +SIZE (KDE/release-service/21.04.1/585f9a561a07ec1cf5c20af37229667a3009362a.diff) = 644