Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 14:16:52 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318319 - head/www/R-cran-shiny
Message-ID:  <201305161416.r4GEGqtE066037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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