svn commit: r516369 - head/www/grafana3

Tobias C. Berner tcberner at FreeBSD.org
Sat Nov 2 21:18:16 UTC 2019


Author: tcberner
Date: Sat Nov  2 21:18:15 2019
New Revision: 516369
URL: https://svnweb.freebsd.org/changeset/ports/516369

Log:
  www/graphana3: mark broken, fix index
  
  lang/phantomjs was removed in r516364

Modified:
  head/www/grafana3/Makefile

Modified: head/www/grafana3/Makefile
==============================================================================
--- head/www/grafana3/Makefile	Sat Nov  2 21:07:18 2019	(r516368)
+++ head/www/grafana3/Makefile	Sat Nov  2 21:18:15 2019	(r516369)
@@ -12,11 +12,11 @@ COMMENT=	Dashboard and graph editor for Graphite, Infl
 
 LICENSE=	APACHE20
 
+BROKEN=		lang/phantomjs was removed
 DEPRECATED=	Depends on expired lang/phantomjs
 EXPIRATION_DATE=2019-12-01
 
-RUN_DEPENDS=	${LOCALBASE}/bin/phantomjs:lang/phantomjs \
-		webfonts>=0:x11-fonts/webfonts
+RUN_DEPENDS=	webfonts>=0:x11-fonts/webfonts
 
 ONLY_FOR_ARCHS=	i386 amd64
 


More information about the svn-ports-all mailing list