From owner-svn-ports-head@freebsd.org Sat May 16 15:14:14 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 844952F4C0A; Sat, 16 May 2020 15:14:14 +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) server-signature RSA-PSS (4096 bits) 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 49PTMV335cz4c2Q; Sat, 16 May 2020 15:14:14 +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 639D2FDD6; Sat, 16 May 2020 15:14:14 +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 04GFEEpk081920; Sat, 16 May 2020 15:14:14 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04GFEEN7081918; Sat, 16 May 2020 15:14:14 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202005161514.04GFEEN7081918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 16 May 2020 15:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535466 - in head: devel/kf5-kio x11/kf5-kded X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/kf5-kio x11/kf5-kded X-SVN-Commit-Revision: 535466 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: Sat, 16 May 2020 15:14:14 -0000 Author: tcberner Date: Sat May 16 15:14:13 2020 New Revision: 535466 URL: https://svnweb.freebsd.org/changeset/ports/535466 Log: Fix dependencies of kf5-kio and kf5-kded Modified: head/devel/kf5-kio/Makefile head/x11/kf5-kded/Makefile Modified: head/devel/kf5-kio/Makefile ============================================================================== --- head/devel/kf5-kio/Makefile Sat May 16 14:45:38 2020 (r535465) +++ head/devel/kf5-kio/Makefile Sat May 16 15:14:13 2020 (r535466) @@ -2,6 +2,7 @@ PORTNAME= kio DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -12,7 +13,7 @@ USES= cmake compiler:c++11-lib desktop-file-utils \ USE_GNOME= libxml2 libxslt USE_KDE= archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools ecm \ - i18n iconthemes itemviews jobwidgets \ + i18n iconthemes itemviews jobwidgets kded \ notifications service solid sonnet textwidgets wallet \ widgetsaddons windowsystem xmlgui USE_QT= buildtools_build concurrent core dbus gui network \ Modified: head/x11/kf5-kded/Makefile ============================================================================== --- head/x11/kf5-kded/Makefile Sat May 16 14:45:38 2020 (r535465) +++ head/x11/kf5-kded/Makefile Sat May 16 15:14:13 2020 (r535466) @@ -2,6 +2,7 @@ PORTNAME= kded DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -9,7 +10,7 @@ COMMENT= KF5 extensible daemon for providing system le USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= config coreaddons crash dbusaddons doctools ecm \ - init service + service USE_QT= buildtools_build core dbus gui qmake_build widgets .include