From owner-svn-ports-head@freebsd.org Fri Oct 16 19:56:26 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 961CF43E3DA; Fri, 16 Oct 2020 19:56:26 +0000 (UTC) (envelope-from adridg@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 4CCcNV3S66z466Y; Fri, 16 Oct 2020 19:56:26 +0000 (UTC) (envelope-from adridg@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 59B6915764; Fri, 16 Oct 2020 19:56:26 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09GJuQEZ088281; Fri, 16 Oct 2020 19:56:26 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09GJuQ8I088280; Fri, 16 Oct 2020 19:56:26 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202010161956.09GJuQ8I088280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Fri, 16 Oct 2020 19:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552521 - head/deskutils/plasma5-sddm-kcm X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/deskutils/plasma5-sddm-kcm X-SVN-Commit-Revision: 552521 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.33 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: Fri, 16 Oct 2020 19:56:26 -0000 Author: adridg Date: Fri Oct 16 19:56:25 2020 New Revision: 552521 URL: https://svnweb.freebsd.org/changeset/ports/552521 Log: Fix build of deskutils/plasma5-sddm-kcm Typo in a USE_KDE component -- this could never have built, so leave PORTREVISION alone. Modified: head/deskutils/plasma5-sddm-kcm/Makefile Modified: head/deskutils/plasma5-sddm-kcm/Makefile ============================================================================== --- head/deskutils/plasma5-sddm-kcm/Makefile Fri Oct 16 19:52:22 2020 (r552520) +++ head/deskutils/plasma5-sddm-kcm/Makefile Fri Oct 16 19:56:25 2020 (r552521) @@ -12,7 +12,7 @@ USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgc qt:5 tar:xz xorg USE_KDE= auth archive attica codecs completion config configwidgets \ coreaddons ecm i18n jobwidgets kio newstuff service \ - widgetsaddons windowsytem xmlgui + widgetsaddons windowsystem xmlgui USE_QT= concurrent core dbus declarative designer gui network uiplugin widgets \ x11extras xml \ buildtools_build qmake_build