Date: Mon, 14 Apr 2014 18:45:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351277 - head/textproc/kibana Message-ID: <201404141845.s3EIjJOH079556@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Apr 14 18:45:19 2014 New Revision: 351277 URL: http://svnweb.freebsd.org/changeset/ports/351277 QAT: https://qat.redports.org/buildarchive/r351277/ Log: Update to 3.0.1 Modified: head/textproc/kibana/Makefile head/textproc/kibana/distinfo head/textproc/kibana/pkg-plist Modified: head/textproc/kibana/Makefile ============================================================================== --- head/textproc/kibana/Makefile Mon Apr 14 18:45:17 2014 (r351276) +++ head/textproc/kibana/Makefile Mon Apr 14 18:45:19 2014 (r351277) @@ -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/ Modified: head/textproc/kibana/distinfo ============================================================================== --- head/textproc/kibana/distinfo Mon Apr 14 18:45:17 2014 (r351276) +++ head/textproc/kibana/distinfo Mon Apr 14 18:45:19 2014 (r351277) @@ -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 Modified: head/textproc/kibana/pkg-plist ============================================================================== --- head/textproc/kibana/pkg-plist Mon Apr 14 18:45:17 2014 (r351276) +++ head/textproc/kibana/pkg-plist Mon Apr 14 18:45:19 2014 (r351277) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404141845.s3EIjJOH079556>