From owner-svn-ports-head@freebsd.org Sat Dec 19 16:51:09 2020 Return-Path: Delivered-To: svn-ports-head@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 AFD8E4CBC94; Sat, 19 Dec 2020 16:51:09 +0000 (UTC) (envelope-from tcberner@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 4CysF94bNFz3vSW; Sat, 19 Dec 2020 16:51:09 +0000 (UTC) (envelope-from tcberner@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 908A72075F; Sat, 19 Dec 2020 16:51:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BJGp9Za074007; Sat, 19 Dec 2020 16:51:09 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJGp9bC074005; Sat, 19 Dec 2020 16:51:09 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202012191651.0BJGp9bC074005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 19 Dec 2020 16:51:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558458 - head/x11/kf5-plasma-framework X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11/kf5-plasma-framework X-SVN-Commit-Revision: 558458 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 16:51:09 -0000 Author: tcberner Date: Sat Dec 19 16:51:08 2020 New Revision: 558458 URL: https://svnweb.freebsd.org/changeset/ports/558458 Log: x11/kf5-plasma-framework: add upstream patch https://invent.kde.org/frameworks/plasma-framework/commit/b1364fa601866792ecf69cf61b8ab48732150857 This fixes https://bugs.kde.org/show_bug.cgi?id=430390 Modified: head/x11/kf5-plasma-framework/Makefile head/x11/kf5-plasma-framework/distinfo Modified: head/x11/kf5-plasma-framework/Makefile ============================================================================== --- head/x11/kf5-plasma-framework/Makefile Sat Dec 19 16:50:38 2020 (r558457) +++ head/x11/kf5-plasma-framework/Makefile Sat Dec 19 16:51:08 2020 (r558458) @@ -2,7 +2,11 @@ PORTNAME= plasma-framework DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks + +PATCH_SITES= https://invent.kde.org/frameworks/plasma-framework/commit/ +PATCHFILES= b1364fa601866792ecf69cf61b8ab48732150857.diff:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin based UI runtime used to write user interfaces Modified: head/x11/kf5-plasma-framework/distinfo ============================================================================== --- head/x11/kf5-plasma-framework/distinfo Sat Dec 19 16:50:38 2020 (r558457) +++ head/x11/kf5-plasma-framework/distinfo Sat Dec 19 16:51:08 2020 (r558458) @@ -1,3 +1,5 @@ -TIMESTAMP = 1607195494 +TIMESTAMP = 1608396465 SHA256 (KDE/frameworks/5.77.0/plasma-framework-5.77.0.tar.xz) = 11678e5274d10a4ca3730a2441c8b555eb527d2a66606bd35fa1f15f667ae985 SIZE (KDE/frameworks/5.77.0/plasma-framework-5.77.0.tar.xz) = 3152748 +SHA256 (KDE/frameworks/5.77.0/b1364fa601866792ecf69cf61b8ab48732150857.diff) = caf1b3e2b81fdfce6d67917c28f4c4fac92e710d4dfb92cde583262b1c98a7e8 +SIZE (KDE/frameworks/5.77.0/b1364fa601866792ecf69cf61b8ab48732150857.diff) = 20985