svn commit: r318319 - head/www/R-cran-shiny
TAKATSU Tomonari
tota at FreeBSD.org
Thu May 16 14:16:52 UTC 2013
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
More information about the svn-ports-head
mailing list