From owner-svn-ports-all@freebsd.org Tue Dec 15 20:41:38 2015 Return-Path: Delivered-To: svn-ports-all@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 6FC2FA48F14; Tue, 15 Dec 2015 20:41:38 +0000 (UTC) (envelope-from thierry@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 39F7F1B00; Tue, 15 Dec 2015 20:41:38 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFKfbcX078654; Tue, 15 Dec 2015 20:41:37 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFKfbtj078653; Tue, 15 Dec 2015 20:41:37 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201512152041.tBFKfbtj078653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 15 Dec 2015 20:41:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403804 - head/math/rkward-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 20:41:38 -0000 Author: thierry Date: Tue Dec 15 20:41:37 2015 New Revision: 403804 URL: https://svnweb.freebsd.org/changeset/ports/403804 Log: Re-add the dependency to math/R-cran-car, since it has been fixed (PR ports/204587). Modified: head/math/rkward-kde4/Makefile Modified: head/math/rkward-kde4/Makefile ============================================================================== --- head/math/rkward-kde4/Makefile Tue Dec 15 20:37:05 2015 (r403803) +++ head/math/rkward-kde4/Makefile Tue Dec 15 20:41:37 2015 (r403804) @@ -3,6 +3,7 @@ PORTNAME= rkward PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 @@ -49,7 +50,8 @@ RUN_DEPENDS+= ${LR_MOD_DIR}/R2HTML/INDEX ${LR_MOD_DIR}/XML/INDEX:${PORTSDIR}/textproc/R-cran-XML \ ${LR_MOD_DIR}/mvtnorm/INDEX:${PORTSDIR}/math/R-cran-mvtnorm \ ${LR_MOD_DIR}/outliers/INDEX:${PORTSDIR}/math/R-cran-outliers \ - ${LR_MOD_DIR}/tseries/INDEX:${PORTSDIR}/finance/R-cran-tseries + ${LR_MOD_DIR}/tseries/INDEX:${PORTSDIR}/finance/R-cran-tseries \ + ${LR_MOD_DIR}/car/INDEX:${PORTSDIR}/math/R-cran-car .endif pre-configure: