diff options
author | rene <rene@FreeBSD.org> | 2019-08-11 22:11:44 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-08-11 22:11:44 +0800 |
commit | 7038664eabe11489f644c69407f76eb0d9d2734a (patch) | |
tree | 946b14b5e5a699dae5e2bdd5c401054b41caca7c /www/grafana3 | |
parent | e429190ec85439b03d762272fb1b2b44f6414575 (diff) | |
download | freebsd-ports-gnome-7038664eabe11489f644c69407f76eb0d9d2734a.tar.gz freebsd-ports-gnome-7038664eabe11489f644c69407f76eb0d9d2734a.tar.zst freebsd-ports-gnome-7038664eabe11489f644c69407f76eb0d9d2734a.zip |
www/grafana3: mark for removal on 2019-12-01 due to lang/phantomjs
Diffstat (limited to 'www/grafana3')
-rw-r--r-- | www/grafana3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/grafana3/Makefile b/www/grafana3/Makefile index 3c478158e5cc..60721d8751de 100644 --- a/www/grafana3/Makefile +++ b/www/grafana3/Makefile @@ -12,6 +12,9 @@ COMMENT= Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB LICENSE= APACHE20 +DEPRECATED= Depends on expired lang/phantomjs +EXPIRATION_DATE=2019-12-01 + RUN_DEPENDS= ${LOCALBASE}/bin/phantomjs:lang/phantomjs \ webfonts>=0:x11-fonts/webfonts @@ -23,7 +26,7 @@ USES= compiler go USE_GITHUB= yes -GH_TUPLE= \ +GH_TUPLE \ BurntSushi:toml:v0.2.0:toml/src/github.com/BurntSushi/toml \ Unknwon:com:v1:com/src/github.com/Unknwon/com \ aws:aws-sdk-go:v1.1.36:aws_sdk_go/src/github.com/aws/aws-sdk-go \ |