From owner-svn-ports-head@FreeBSD.ORG Thu May 16 14:16:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F675720; Thu, 16 May 2013 14:16:52 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 91E4EA6E; Thu, 16 May 2013 14:16:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4GEGquj066038; Thu, 16 May 2013 14:16:52 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4GEGqtE066037; Thu, 16 May 2013 14:16:52 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201305161416.r4GEGqtE066037@svn.freebsd.org> From: TAKATSU Tomonari Date: Thu, 16 May 2013 14:16:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318319 - head/www/R-cran-shiny 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.14 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: Thu, 16 May 2013 14:16:52 -0000 Author: tota Date: Thu May 16 14:16:52 2013 New Revision: 318319 URL: http://svnweb.freebsd.org/changeset/ports/318319 Log: - Switch dependency from converters/R-cran-xtable to textproc/R-cran-xtable * The former should have not been added because it duplicated the latter and it should be removed from the ports tree Reported by: indexbuild@ Modified: head/www/R-cran-shiny/Makefile Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Thu May 16 14:10:53 2013 (r318318) +++ head/www/R-cran-shiny/Makefile Thu May 16 14:16:52 2013 (r318319) @@ -3,6 +3,7 @@ PORTNAME= shiny PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= R-cran-httpuv>=1.0.5:${PORTSDIR}/www/R-cran-httpuv \ R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools \ R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO \ - R-cran-xtable>0:${PORTSDIR}/converters/R-cran-xtable \ + R-cran-xtable>0:${PORTSDIR}/textproc/R-cran-xtable \ R-cran-digest>0:${PORTSDIR}/security/R-cran-digest USE_R_MOD= yes