Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 17:36:30 +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: r444772 - head/irc/konversation
Message-ID:  <201706301736.v5UHaU9Q029196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Jun 30 17:36:30 2017
New Revision: 444772
URL: https://svnweb.freebsd.org/changeset/ports/444772

Log:
  Add kf5-kinit as a runtime dependency to irc/konversation
  
  * The URL handler needs klauncher5 which is part of kf5-kinit.
  
  Reported by:	Gleb Popov <6yearold@gmail.com>
  Reviewed by:	rakuco
  Differential Revision:	https://reviews.freebsd.org/D11425

Modified:
  head/irc/konversation/Makefile

Modified: head/irc/konversation/Makefile
==============================================================================
--- head/irc/konversation/Makefile	Fri Jun 30 16:52:44 2017	(r444771)
+++ head/irc/konversation/Makefile	Fri Jun 30 17:36:30 2017	(r444772)
@@ -3,6 +3,7 @@
 
 PORTNAME=	konversation
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 CATEGORIES=	irc kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}/src
 
@@ -19,7 +20,8 @@ USE_KDE=	archive auth bookmarks codecs completion conf
 		configwidgets coreaddons crash dbusaddons doctools ecm \
 		emoticons globalaccel i18n iconthemes idletime itemviews \
 		jobwidgets kio notifications notifyconfig parts service solid \
-		sonnet textwidgets wallet widgetsaddons windowsystem xmlgui
+		sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
+		init_run
 USE_QT5=	core dbus gui network phonon4 widgets xml \
 		buildtools_build qmake_build
 



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