From owner-dev-commits-ports-main@freebsd.org Sat May 8 19:06:36 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 1E6B963CE8B; Sat, 8 May 2021 19:06:36 +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 4Fcxcr0Lpsz3Q9W; Sat, 8 May 2021 19:06:36 +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 F309E23F1B; Sat, 8 May 2021 19:06:35 +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 148J6Z74033330; Sat, 8 May 2021 19:06:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 148J6Z45033329; Sat, 8 May 2021 19:06:35 GMT (envelope-from git) Date: Sat, 8 May 2021 19:06:35 GMT Message-Id: <202105081906.148J6Z45033329@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: 0430ecc94ec2 - main - x11/plasma5-plasma-desktop: fix screen reader configuration 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: 0430ecc94ec26c57afe137fb78f366215e7eb6e6 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: Sat, 08 May 2021 19:06:36 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=0430ecc94ec26c57afe137fb78f366215e7eb6e6 commit 0430ecc94ec26c57afe137fb78f366215e7eb6e6 Author: Tobias C. Berner AuthorDate: 2021-05-08 18:49:06 +0000 Commit: Tobias C. Berner CommitDate: 2021-05-08 18:54:40 +0000 x11/plasma5-plasma-desktop: fix screen reader configuration Add upstream fix to make screen reader configuration in SystemSettings > Accessibility > Screenreader work again PR: 255688 Reported by: Serge Volkov --- x11/plasma5-plasma-desktop/Makefile | 4 ++++ x11/plasma5-plasma-desktop/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/x11/plasma5-plasma-desktop/Makefile b/x11/plasma5-plasma-desktop/Makefile index 4dbffc2946d2..fb6b0e2542c6 100644 --- a/x11/plasma5-plasma-desktop/Makefile +++ b/x11/plasma5-plasma-desktop/Makefile @@ -1,7 +1,11 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma +PATCH_SITES= https://invent.kde.org/plasma/plasma-desktop/commit/ +PATCHFILES= 2f9371f34a2d0af98b4a0a6d6ccde1e85ac9cb39.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 plasma desktop diff --git a/x11/plasma5-plasma-desktop/distinfo b/x11/plasma5-plasma-desktop/distinfo index 1bf25db186e3..db5fdc6f540d 100644 --- a/x11/plasma5-plasma-desktop/distinfo +++ b/x11/plasma5-plasma-desktop/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1620277337 +TIMESTAMP = 1620499695 SHA256 (KDE/plasma/5.21.5/plasma-desktop-5.21.5.tar.xz) = de507e305c8021d9226381e2beded1cf45d1b224e9a5201529924cd60eb31a27 SIZE (KDE/plasma/5.21.5/plasma-desktop-5.21.5.tar.xz) = 15913496 +SHA256 (KDE/plasma/5.21.5/2f9371f34a2d0af98b4a0a6d6ccde1e85ac9cb39.diff) = 84c35179bcbf2b906d6c61897bcf0d7ac7c7bfe929aa2436095bb5245a5bdd30 +SIZE (KDE/plasma/5.21.5/2f9371f34a2d0af98b4a0a6d6ccde1e85ac9cb39.diff) = 639