svn commit: r514369 - head/www/R-cran-shiny

Antoine Brodin antoine at FreeBSD.org
Sun Oct 13 07:48:52 UTC 2019


Author: antoine
Date: Sun Oct 13 07:48:51 2019
New Revision: 514369
URL: https://svnweb.freebsd.org/changeset/ports/514369

Log:
  Mark BROKEN
  
  ERROR: dependency 'fastmap' is not available for package 'shiny'
  
  Reported by:	pkg-fallout

Modified:
  head/www/R-cran-shiny/Makefile

Modified: head/www/R-cran-shiny/Makefile
==============================================================================
--- head/www/R-cran-shiny/Makefile	Sun Oct 13 07:27:36 2019	(r514368)
+++ head/www/R-cran-shiny/Makefile	Sun Oct 13 07:48:51 2019	(r514369)
@@ -12,6 +12,8 @@ COMMENT=	Web Application Framework for R
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		ERROR: dependency 'fastmap' is not available for package 'shiny'
+
 CRAN_DEPENDS=	R-cran-httpuv>=1.5.2:www/R-cran-httpuv \
 		R-cran-mime>=0.3:misc/R-cran-mime \
 		R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \


More information about the svn-ports-head mailing list