Update to 3.0.1
This commit is contained in:
parent
3d9d1a0fc1
commit
ee0b3ae793
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351277
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kibana
|
||||
DISTVERSION= 3.0.0milestone5
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= http://download.elasticsearch.org/kibana/kibana/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (kibana-3.0.0milestone5.tar.gz) = c17c3c86c57b249d5188125ed20a01cd97347d32fddcbe05a35a663b76020dc3
|
||||
SIZE (kibana-3.0.0milestone5.tar.gz) = 1063395
|
||||
SHA256 (kibana-3.0.1.tar.gz) = 88d3438a907992229111b7a7961c148bb78f9b13a927a73266c69aff8a4f5274
|
||||
SIZE (kibana-3.0.1.tar.gz) = 1069929
|
||||
|
@ -41,6 +41,9 @@
|
||||
%%WWWDIR%%/app/panels/filtering/meta.html
|
||||
%%WWWDIR%%/app/panels/filtering/module.html
|
||||
%%WWWDIR%%/app/panels/filtering/module.js
|
||||
%%WWWDIR%%/app/panels/goal/editor.html
|
||||
%%WWWDIR%%/app/panels/goal/module.html
|
||||
%%WWWDIR%%/app/panels/goal/module.js
|
||||
%%WWWDIR%%/app/panels/histogram/editor.html
|
||||
%%WWWDIR%%/app/panels/histogram/module.html
|
||||
%%WWWDIR%%/app/panels/histogram/module.js
|
||||
@ -55,9 +58,6 @@
|
||||
%%WWWDIR%%/app/panels/map/lib/map.world.js
|
||||
%%WWWDIR%%/app/panels/map/module.html
|
||||
%%WWWDIR%%/app/panels/map/module.js
|
||||
%%WWWDIR%%/app/panels/pie/editor.html
|
||||
%%WWWDIR%%/app/panels/pie/module.html
|
||||
%%WWWDIR%%/app/panels/pie/module.js
|
||||
%%WWWDIR%%/app/panels/query/editor.html
|
||||
%%WWWDIR%%/app/panels/query/editors/lucene.html
|
||||
%%WWWDIR%%/app/panels/query/editors/regex.html
|
||||
@ -109,9 +109,7 @@
|
||||
%%WWWDIR%%/app/partials/querySelect.html
|
||||
%%WWWDIR%%/app/partials/roweditor.html
|
||||
%%WWWDIR%%/build.txt
|
||||
@unexec if cmp -s %D/%%WWWDIR%%/config.js %D/%%WWWDIR%%/config.js.sample; then rm -f %D/%%WWWDIR%%/config.js; fi
|
||||
%%WWWDIR%%/config.js.sample
|
||||
@exec if [ ! -f %B/config.js ]; then cp -p %B/%f %B/config.js; fi
|
||||
@sample %%WWWDIR%%/config.js.sample
|
||||
%%WWWDIR%%/css/animate.min.css
|
||||
%%WWWDIR%%/css/bootstrap-responsive.min.css
|
||||
%%WWWDIR%%/css/bootstrap.dark.less
|
||||
@ -121,11 +119,13 @@
|
||||
%%WWWDIR%%/css/font-awesome.min.css
|
||||
%%WWWDIR%%/css/normalize.min.css
|
||||
%%WWWDIR%%/css/timepicker.css
|
||||
%%WWWDIR%%/favicon.ico
|
||||
%%WWWDIR%%/font/FontAwesome.otf
|
||||
%%WWWDIR%%/font/fontawesome-webfont.eot
|
||||
%%WWWDIR%%/font/fontawesome-webfont.svg
|
||||
%%WWWDIR%%/font/fontawesome-webfont.ttf
|
||||
%%WWWDIR%%/font/fontawesome-webfont.woff
|
||||
%%WWWDIR%%/img/annotation-icon.png
|
||||
%%WWWDIR%%/img/cubes.png
|
||||
%%WWWDIR%%/img/glyphicons-halflings-white.png
|
||||
%%WWWDIR%%/img/glyphicons-halflings.png
|
||||
@ -167,11 +167,11 @@
|
||||
@dirrm %%WWWDIR%%/app/panels/query/help
|
||||
@dirrm %%WWWDIR%%/app/panels/query/editors
|
||||
@dirrm %%WWWDIR%%/app/panels/query
|
||||
@dirrm %%WWWDIR%%/app/panels/pie
|
||||
@dirrm %%WWWDIR%%/app/panels/map/lib
|
||||
@dirrm %%WWWDIR%%/app/panels/map
|
||||
@dirrm %%WWWDIR%%/app/panels/hits
|
||||
@dirrm %%WWWDIR%%/app/panels/histogram
|
||||
@dirrm %%WWWDIR%%/app/panels/goal
|
||||
@dirrm %%WWWDIR%%/app/panels/filtering
|
||||
@dirrm %%WWWDIR%%/app/panels/fields
|
||||
@dirrm %%WWWDIR%%/app/panels/derivequeries
|
||||
|
Loading…
Reference in New Issue
Block a user