From owner-svn-ports-head@freebsd.org Fri Jun 30 17:36:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AC66D96AB3; Fri, 30 Jun 2017 17:36:32 +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 mx1.freebsd.org (Postfix) with ESMTPS id C848376731; Fri, 30 Jun 2017 17:36:31 +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 v5UHaUrd029197; Fri, 30 Jun 2017 17:36:30 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UHaU9Q029196; Fri, 30 Jun 2017 17:36:30 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706301736.v5UHaU9Q029196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 30 Jun 2017 17:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444772 - head/irc/konversation X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/irc/konversation X-SVN-Commit-Revision: 444772 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.23 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: Fri, 30 Jun 2017 17:36:32 -0000 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