From owner-svn-ports-head@FreeBSD.ORG Mon Jan 26 13:44:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D446819; Mon, 26 Jan 2015 13:44:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 18985350; Mon, 26 Jan 2015 13:44:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0QDiALN057653; Mon, 26 Jan 2015 13:44:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0QDiAsj057652; Mon, 26 Jan 2015 13:44:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501261344.t0QDiAsj057652@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 26 Jan 2015 13:44:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377933 - head/deskutils/kdepim4-runtime X-SVN-Group: ports-head 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.18-1 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: Mon, 26 Jan 2015 13:44:11 -0000 Author: rakuco Date: Mon Jan 26 13:44:10 2015 New Revision: 377933 URL: https://svnweb.freebsd.org/changeset/ports/377933 QAT: https://qat.redports.org/buildarchive/r377933/ Log: Adjust and clean up dependencies in the port. * Explicitly depend on textproc/libkolabxml and devel/qjson, which were already pulled in indirectly. The port looks for and links against these libraries. * Stop depending on nepomuk and its dependencies; the code using Nepomuk was removed from kdepim4-runtime a few releases ago upstream. Modified: head/deskutils/kdepim4-runtime/Makefile Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Mon Jan 26 12:53:12 2015 (r377932) +++ head/deskutils/kdepim4-runtime/Makefile Mon Jan 26 13:44:10 2015 (r377933) @@ -3,6 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -13,13 +14,15 @@ COMMENT= KDE PIM tools and services LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libkgapi2.so:${PORTSDIR}/devel/libkgapi \ libkolab.so:${PORTSDIR}/devel/libkolab \ - libkfbapi.so:${PORTSDIR}/net/libkfbapi + libkolabxml.so:${PORTSDIR}/textproc/libkolabxml \ + libkfbapi.so:${PORTSDIR}/net/libkfbapi \ + libqjson.so:${PORTSDIR}/devel/qjson CONFLICTS_INSTALL= kdepim-runtime44-4.* USE_GNOME= libxml2 libxslt:build -USE_KDE4= kdelibs kdeprefix pimlibs nepomuk-core \ - akonadi automoc4 ontologies soprano strigi +USE_KDE4= kdelibs kdeprefix pimlibs \ + akonadi automoc4 USES= cmake:outsource shared-mime-info tar:xz USE_QT4= corelib dbus declarative designer_build gui network qtestlib \ script xml xmlpatterns \