diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-15 02:45:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-15 02:45:19 +0800 |
commit | bbc23c1b47b261c3594a0a09b40939ddee3f31a2 (patch) | |
tree | 13825260b327f5a67e1fec1484945a4ed815b7b3 /textproc | |
parent | ff53ad1992a417d9d1e778d28c93dc42c579e566 (diff) | |
download | freebsd-ports-gnome-bbc23c1b47b261c3594a0a09b40939ddee3f31a2.tar.gz freebsd-ports-gnome-bbc23c1b47b261c3594a0a09b40939ddee3f31a2.tar.zst freebsd-ports-gnome-bbc23c1b47b261c3594a0a09b40939ddee3f31a2.zip |
Update to 3.0.1
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/kibana/Makefile | 2 | ||||
-rw-r--r-- | textproc/kibana/distinfo | 4 | ||||
-rw-r--r-- | textproc/kibana/pkg-plist | 14 |
3 files changed, 10 insertions, 10 deletions
diff --git a/textproc/kibana/Makefile b/textproc/kibana/Makefile index b54083f33f7a..6768f4d68396 100644 --- a/textproc/kibana/Makefile +++ b/textproc/kibana/Makefile @@ -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/ diff --git a/textproc/kibana/distinfo b/textproc/kibana/distinfo index 2faedf1706aa..cf694b6d5d40 100644 --- a/textproc/kibana/distinfo +++ b/textproc/kibana/distinfo @@ -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 diff --git a/textproc/kibana/pkg-plist b/textproc/kibana/pkg-plist index 0bb0e69ccdc2..03ae96a6e46d 100644 --- a/textproc/kibana/pkg-plist +++ b/textproc/kibana/pkg-plist @@ -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 |