svn commit: r444772 - head/irc/konversation

Tobias C. Berner tcberner at FreeBSD.org
Fri Jun 30 17:36:32 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list