diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-08-11 14:11:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-08-11 14:11:44 +0000 |
commit | cffb3acf347f51fcf97d6c7f5a6a86b84a29f74c (patch) | |
tree | 946b14b5e5a699dae5e2bdd5c401054b41caca7c /www | |
parent | 5740d28d23f46091f9f9b3672e22dc3c29ab30e1 (diff) | |
download | freebsd-ports-cffb3acf347f51fcf97d6c7f5a6a86b84a29f74c.zip |
www/grafana3: mark for removal on 2019-12-01 due to lang/phantomjs
Diffstat (limited to 'www')
-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 \ |