From owner-svn-ports-all@freebsd.org Wed Aug 1 12:53:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CC41105B62E; Wed, 1 Aug 2018 12:53:42 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4314F72A06; Wed, 1 Aug 2018 12:53:42 +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 2521F22BDE; Wed, 1 Aug 2018 12:53:42 +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 w71CrgoP041688; Wed, 1 Aug 2018 12:53:42 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w71Crgwp041687; Wed, 1 Aug 2018 12:53:42 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201808011253.w71Crgwp041687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 1 Aug 2018 12:53:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476175 - head/x11/kde5 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11/kde5 X-SVN-Commit-Revision: 476175 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 12:53:42 -0000 Author: tcberner Date: Wed Aug 1 12:53:41 2018 New Revision: 476175 URL: https://svnweb.freebsd.org/changeset/ports/476175 Log: x11/kde5: Pull in the complete plasma5 metaport and not only the desktop. As this is the "big" meta port for the Qt5-based KDE desktop it makes sense to pull in every plasma5 component and not just the desktop. This way, ksshaskpass and so on will also be available, without having to install them afterwards manually. Modified: head/x11/kde5/Makefile Modified: head/x11/kde5/Makefile ============================================================================== --- head/x11/kde5/Makefile Wed Aug 1 11:58:21 2018 (r476174) +++ head/x11/kde5/Makefile Wed Aug 1 12:53:41 2018 (r476175) @@ -2,6 +2,7 @@ PORTNAME= kde5 DISTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde # kde-plasma MAINTAINER= kde@FreeBSD.org @@ -10,10 +11,10 @@ COMMENT= KDE Plasma Desktop and Applications (current) LICENSE= LGPL20 RUN_DEPENDS= kde-baseapps>=0:x11/kde-baseapps \ - kwalletmanager5:security/kwalletmanager + kwalletmanager5:security/kwalletmanager \ + plasma5-plasma>=0:x11/plasma5-plasma USES= kde:5 metaport qt:5 -USE_KDE= plasma-desktop_run USE_QT= # empty OPTIONS_DEFINE= KDEADMIN KDEEDU \