View | Details | Raw Unified | Return to bug 207209 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/kibana42/Makefile (+2 lines)
Lines 4-9 Link Here
4
PORTNAME=	kibana
4
PORTNAME=	kibana
5
PORTVERSION?=	4.2.2
5
PORTVERSION?=	4.2.2
6
DISTVERSIONSUFFIX=	-linux-x86
6
DISTVERSIONSUFFIX=	-linux-x86
7
PORTREVISION?=	1
7
CATEGORIES=	textproc www
8
CATEGORIES=	textproc www
8
MASTER_SITES=	https://download.elastic.co/kibana/kibana/ \
9
MASTER_SITES=	https://download.elastic.co/kibana/kibana/ \
9
		http://download.elastic.co/kibana/kibana/
10
		http://download.elastic.co/kibana/kibana/
Lines 26-31 Link Here
26
	${MKDIR} ${STAGEDIR}${WWWDIR}
27
	${MKDIR} ${STAGEDIR}${WWWDIR}
27
	cd ${WRKSRC} && \
28
	cd ${WRKSRC} && \
28
		${RM} -r bin config node && \
29
		${RM} -r bin config node && \
30
		${RM} -r optimize/* && \
29
		${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
31
		${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
30
32
31
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)textproc/kibana42/pkg-plist (-27 / +2 lines)
Lines 1-3 Link Here
1
@preunexec rm -rf %D/%%WWWDIR%%/optimize/* 2>&1 >/dev/null || true
1
@sample etc/kibana.yml.sample
2
@sample etc/kibana.yml.sample
2
%%WWWDIR%%/LICENSE.txt
3
%%WWWDIR%%/LICENSE.txt
3
%%WWWDIR%%/README.txt
4
%%WWWDIR%%/README.txt
Lines 10932-10964 Link Here
10932
%%WWWDIR%%/node_modules/whatwg-fetch/README.md
10933
%%WWWDIR%%/node_modules/whatwg-fetch/README.md
10933
%%WWWDIR%%/node_modules/whatwg-fetch/fetch.js
10934
%%WWWDIR%%/node_modules/whatwg-fetch/fetch.js
10934
%%WWWDIR%%/node_modules/whatwg-fetch/package.json
10935
%%WWWDIR%%/node_modules/whatwg-fetch/package.json
10935
%%WWWDIR%%/optimize/bundles/commons.bundle.js
10936
%%WWWDIR%%/optimize/bundles/commons.style.css
10937
%%WWWDIR%%/optimize/bundles/kibana.bundle.js
10938
%%WWWDIR%%/optimize/bundles/kibana.entry.js
10939
%%WWWDIR%%/optimize/bundles/kibana.style.css
10940
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot
10941
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg
10942
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf
10943
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff
10944
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2
10945
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.eot
10946
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.svg
10947
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.ttf
10948
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff
10949
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff2
10950
%%WWWDIR%%/optimize/bundles/src/ui/public/images/elk.ico
10951
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/cv.png
10952
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/de.png
10953
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/go.png
10954
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ne.png
10955
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ni.png
10956
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/stop.png
10957
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/us.png
10958
%%WWWDIR%%/optimize/bundles/statusPage.bundle.js
10959
%%WWWDIR%%/optimize/bundles/statusPage.entry.js
10960
%%WWWDIR%%/optimize/bundles/statusPage.style.css
10961
%%WWWDIR%%/optimize/bundles/webpack.records
10962
%%WWWDIR%%/package.json
10936
%%WWWDIR%%/package.json
10963
%%WWWDIR%%/src/cli/Command.js
10937
%%WWWDIR%%/src/cli/Command.js
10964
%%WWWDIR%%/src/cli/Log.js
10938
%%WWWDIR%%/src/cli/Log.js
Lines 11779-11782 Link Here
11779
%%WWWDIR%%/webpackShims/ui-bootstrap.js
11753
%%WWWDIR%%/webpackShims/ui-bootstrap.js
11780
@dir %%WWWDIR%%/installedPlugins
11754
@dir %%WWWDIR%%/installedPlugins
11781
@dir %%WWWDIR%%/node_modules/rimraf/node_modules
11755
@dir %%WWWDIR%%/node_modules/rimraf/node_modules
11756
@dir(www,www) %%WWWDIR%%/optimize
11782
@dir %%WWWDIR%%/src/ui/public/factories
11757
@dir %%WWWDIR%%/src/ui/public/factories
(-)textproc/kibana43/Makefile (+1 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTVERSION=	4.3.2
4
PORTVERSION=	4.3.2
5
PORTREVISION=	1
5
PKGNAMESUFFIX=	43
6
PKGNAMESUFFIX=	43
6
MASTERDIR=	${.CURDIR}/../kibana42
7
MASTERDIR=	${.CURDIR}/../kibana42
7
PKGDIR=		${.CURDIR}
8
PKGDIR=		${.CURDIR}
(-)textproc/kibana43/pkg-plist (-28 / +2 lines)
Lines 1-3 Link Here
1
@preunexec rm -rf %D/%%WWWDIR%%/optimize/* 2>&1 >/dev/null || true
1
@sample etc/kibana.yml.sample
2
@sample etc/kibana.yml.sample
2
%%WWWDIR%%/LICENSE.txt
3
%%WWWDIR%%/LICENSE.txt
3
%%WWWDIR%%/README.txt
4
%%WWWDIR%%/README.txt
Lines 10856-10889 Link Here
10856
%%WWWDIR%%/node_modules/whatwg-fetch/README.md
10857
%%WWWDIR%%/node_modules/whatwg-fetch/README.md
10857
%%WWWDIR%%/node_modules/whatwg-fetch/fetch.js
10858
%%WWWDIR%%/node_modules/whatwg-fetch/fetch.js
10858
%%WWWDIR%%/node_modules/whatwg-fetch/package.json
10859
%%WWWDIR%%/node_modules/whatwg-fetch/package.json
10859
%%WWWDIR%%/optimize/bundles/commons.bundle.js
10860
%%WWWDIR%%/optimize/bundles/commons.style.css
10861
%%WWWDIR%%/optimize/bundles/kibana.bundle.js
10862
%%WWWDIR%%/optimize/bundles/kibana.entry.js
10863
%%WWWDIR%%/optimize/bundles/kibana.style.css
10864
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot
10865
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg
10866
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf
10867
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff
10868
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2
10869
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.eot
10870
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.svg
10871
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.ttf
10872
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff
10873
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff2
10874
%%WWWDIR%%/optimize/bundles/src/ui/public/images/elk.ico
10875
%%WWWDIR%%/optimize/bundles/src/ui/public/images/kibana.svg
10876
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/cv.png
10877
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/de.png
10878
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/go.png
10879
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ne.png
10880
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ni.png
10881
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/stop.png
10882
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/us.png
10883
%%WWWDIR%%/optimize/bundles/statusPage.bundle.js
10884
%%WWWDIR%%/optimize/bundles/statusPage.entry.js
10885
%%WWWDIR%%/optimize/bundles/statusPage.style.css
10886
%%WWWDIR%%/optimize/bundles/webpack.records
10887
%%WWWDIR%%/package.json
10860
%%WWWDIR%%/package.json
10888
%%WWWDIR%%/src/cli/Command.js
10861
%%WWWDIR%%/src/cli/Command.js
10889
%%WWWDIR%%/src/cli/Log.js
10862
%%WWWDIR%%/src/cli/Log.js
Lines 11711-11714 Link Here
11711
%%WWWDIR%%/webpackShims/ui-bootstrap.js
11684
%%WWWDIR%%/webpackShims/ui-bootstrap.js
11712
@dir %%WWWDIR%%/installedPlugins
11685
@dir %%WWWDIR%%/installedPlugins
11713
@dir %%WWWDIR%%/node_modules/rimraf/node_modules
11686
@dir %%WWWDIR%%/node_modules/rimraf/node_modules
11687
@dir(www,www) %%WWWDIR%%/optimize
11714
@dir %%WWWDIR%%/src/ui/public/factories
11688
@dir %%WWWDIR%%/src/ui/public/factories
(-)textproc/kibana44/Makefile (+1 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTVERSION=	4.4.1
4
PORTVERSION=	4.4.1
5
PORTREVISION=	1
5
PKGNAMESUFFIX=	44
6
PKGNAMESUFFIX=	44
6
MASTERDIR=	${.CURDIR}/../kibana42
7
MASTERDIR=	${.CURDIR}/../kibana42
7
PKGDIR=		${.CURDIR}
8
PKGDIR=		${.CURDIR}
(-)textproc/kibana44/pkg-plist (-28 / +2 lines)
Lines 1-3 Link Here
1
@preunexec rm -rf %D/%%WWWDIR%%/optimize/* 2>&1 >/dev/null || true
1
@sample etc/kibana.yml.sample
2
@sample etc/kibana.yml.sample
2
%%WWWDIR%%/LICENSE.txt
3
%%WWWDIR%%/LICENSE.txt
3
%%WWWDIR%%/README.txt
4
%%WWWDIR%%/README.txt
Lines 11066-11099 Link Here
11066
%%WWWDIR%%/node_modules/wreck/node_modules/hoek/lib/index.js
11067
%%WWWDIR%%/node_modules/wreck/node_modules/hoek/lib/index.js
11067
%%WWWDIR%%/node_modules/wreck/node_modules/hoek/package.json
11068
%%WWWDIR%%/node_modules/wreck/node_modules/hoek/package.json
11068
%%WWWDIR%%/node_modules/wreck/package.json
11069
%%WWWDIR%%/node_modules/wreck/package.json
11069
%%WWWDIR%%/optimize/bundles/commons.bundle.js
11070
%%WWWDIR%%/optimize/bundles/commons.style.css
11071
%%WWWDIR%%/optimize/bundles/kibana.bundle.js
11072
%%WWWDIR%%/optimize/bundles/kibana.entry.js
11073
%%WWWDIR%%/optimize/bundles/kibana.style.css
11074
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot
11075
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg
11076
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf
11077
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff
11078
%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2
11079
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.eot
11080
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.svg
11081
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.ttf
11082
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff
11083
%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff2
11084
%%WWWDIR%%/optimize/bundles/src/ui/public/images/elk.ico
11085
%%WWWDIR%%/optimize/bundles/src/ui/public/images/kibana.svg
11086
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/cv.png
11087
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/de.png
11088
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/go.png
11089
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ne.png
11090
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ni.png
11091
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/stop.png
11092
%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/us.png
11093
%%WWWDIR%%/optimize/bundles/statusPage.bundle.js
11094
%%WWWDIR%%/optimize/bundles/statusPage.entry.js
11095
%%WWWDIR%%/optimize/bundles/statusPage.style.css
11096
%%WWWDIR%%/optimize/bundles/webpack.records
11097
%%WWWDIR%%/package.json
11070
%%WWWDIR%%/package.json
11098
%%WWWDIR%%/src/cli/Command.js
11071
%%WWWDIR%%/src/cli/Command.js
11099
%%WWWDIR%%/src/cli/Log.js
11072
%%WWWDIR%%/src/cli/Log.js
Lines 11947-11950 Link Here
11947
%%WWWDIR%%/webpackShims/ui-bootstrap.js
11920
%%WWWDIR%%/webpackShims/ui-bootstrap.js
11948
@dir %%WWWDIR%%/installedPlugins
11921
@dir %%WWWDIR%%/installedPlugins
11949
@dir %%WWWDIR%%/node_modules/rimraf/node_modules
11922
@dir %%WWWDIR%%/node_modules/rimraf/node_modules
11923
@dir(www,www) %%WWWDIR%%/optimize
11950
@dir %%WWWDIR%%/src/ui/public/factories
11924
@dir %%WWWDIR%%/src/ui/public/factories

Return to bug 207209