Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 15:14:14 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
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
Message-ID:  <202005161514.04GFEEN7081918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161514.04GFEEN7081918>