Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 18:17:56 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492266 - head/math/rkward-kde
Message-ID:  <201902051817.x15IHuAM052300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Feb  5 18:17:56 2019
New Revision: 492266
URL: https://svnweb.freebsd.org/changeset/ports/492266

Log:
  Remove an obsolete dependency to Soprano.
  
  Since I'm there, add an explicit dependency to Qt5-concurrent.
  
  PR:		235501
  Reported by:	tcberner

Modified:
  head/math/rkward-kde/Makefile

Modified: head/math/rkward-kde/Makefile
==============================================================================
--- head/math/rkward-kde/Makefile	Tue Feb  5 18:16:14 2019	(r492265)
+++ head/math/rkward-kde/Makefile	Tue Feb  5 18:17:56 2019	(r492266)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rkward
 DISTVERSION=	0.7.0b
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION:C/b//}/src
 PKGNAMESUFFIX=	-kde
@@ -13,11 +13,10 @@ COMMENT=	IDE/GUI for the R-project
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libR.so:math/R \
-		libsoprano.so:textproc/soprano
+LIB_DEPENDS=	libR.so:math/R
 
 USES=		cmake desktop-file-utils gettext fortran kde:5 php:cli qt:5 shared-mime-info
-USE_QT=		buildtools core dbus gui network printsupport qmake script webkit	\
+USE_QT=		buildtools concurrent core dbus gui network printsupport qmake script webkit	\
 		widgets xml
 USE_XORG=	x11
 USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons crash	\



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