Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2019 21:18:15 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516369 - head/www/grafana3
Message-ID:  <201911022118.xA2LIF6d004496@repo.freebsd.org>

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



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