FreeBSD Bugzilla – Attachment 167274 Details for
Bug 207209
textproc/kibana4 /usr/local/www/kibana43 ownership and permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The Patch
kibana4X-nooptimize.diff (text/plain), 9.26 KB, created by
Serhii (Sergey) Kozlov
on 2016-02-21 23:03:24 UTC
(
hide
)
Description:
The Patch
Filename:
MIME Type:
Creator:
Serhii (Sergey) Kozlov
Created:
2016-02-21 23:03:24 UTC
Size:
9.26 KB
patch
obsolete
>Index: textproc/kibana42/Makefile >=================================================================== >--- textproc/kibana42/Makefile (revision 409313) >+++ textproc/kibana42/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= kibana > PORTVERSION?= 4.2.2 > DISTVERSIONSUFFIX= -linux-x86 >+PORTREVISION?= 1 > CATEGORIES= textproc www > MASTER_SITES= https://download.elastic.co/kibana/kibana/ \ > http://download.elastic.co/kibana/kibana/ >@@ -26,6 +27,7 @@ > ${MKDIR} ${STAGEDIR}${WWWDIR} > cd ${WRKSRC} && \ > ${RM} -r bin config node && \ >+ ${RM} -r optimize/* && \ > ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} > > .include <bsd.port.mk> >Index: textproc/kibana42/pkg-plist >=================================================================== >--- textproc/kibana42/pkg-plist (revision 409313) >+++ textproc/kibana42/pkg-plist (working copy) >@@ -1,3 +1,4 @@ >+@preunexec rm -rf %D/%%WWWDIR%%/optimize/* 2>&1 >/dev/null || true > @sample etc/kibana.yml.sample > %%WWWDIR%%/LICENSE.txt > %%WWWDIR%%/README.txt >@@ -10932,33 +10933,6 @@ > %%WWWDIR%%/node_modules/whatwg-fetch/README.md > %%WWWDIR%%/node_modules/whatwg-fetch/fetch.js > %%WWWDIR%%/node_modules/whatwg-fetch/package.json >-%%WWWDIR%%/optimize/bundles/commons.bundle.js >-%%WWWDIR%%/optimize/bundles/commons.style.css >-%%WWWDIR%%/optimize/bundles/kibana.bundle.js >-%%WWWDIR%%/optimize/bundles/kibana.entry.js >-%%WWWDIR%%/optimize/bundles/kibana.style.css >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.eot >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.svg >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.ttf >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 >-%%WWWDIR%%/optimize/bundles/src/ui/public/images/elk.ico >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/cv.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/de.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/go.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ne.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ni.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/stop.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/us.png >-%%WWWDIR%%/optimize/bundles/statusPage.bundle.js >-%%WWWDIR%%/optimize/bundles/statusPage.entry.js >-%%WWWDIR%%/optimize/bundles/statusPage.style.css >-%%WWWDIR%%/optimize/bundles/webpack.records > %%WWWDIR%%/package.json > %%WWWDIR%%/src/cli/Command.js > %%WWWDIR%%/src/cli/Log.js >@@ -11779,4 +11753,5 @@ > %%WWWDIR%%/webpackShims/ui-bootstrap.js > @dir %%WWWDIR%%/installedPlugins > @dir %%WWWDIR%%/node_modules/rimraf/node_modules >+@dir(www,www) %%WWWDIR%%/optimize > @dir %%WWWDIR%%/src/ui/public/factories >Index: textproc/kibana43/Makefile >=================================================================== >--- textproc/kibana43/Makefile (revision 409313) >+++ textproc/kibana43/Makefile (working copy) >@@ -2,6 +2,7 @@ > # $FreeBSD$ > > PORTVERSION= 4.3.2 >+PORTREVISION= 1 > PKGNAMESUFFIX= 43 > MASTERDIR= ${.CURDIR}/../kibana42 > PKGDIR= ${.CURDIR} >Index: textproc/kibana43/pkg-plist >=================================================================== >--- textproc/kibana43/pkg-plist (revision 409313) >+++ textproc/kibana43/pkg-plist (working copy) >@@ -1,3 +1,4 @@ >+@preunexec rm -rf %D/%%WWWDIR%%/optimize/* 2>&1 >/dev/null || true > @sample etc/kibana.yml.sample > %%WWWDIR%%/LICENSE.txt > %%WWWDIR%%/README.txt >@@ -10856,34 +10857,6 @@ > %%WWWDIR%%/node_modules/whatwg-fetch/README.md > %%WWWDIR%%/node_modules/whatwg-fetch/fetch.js > %%WWWDIR%%/node_modules/whatwg-fetch/package.json >-%%WWWDIR%%/optimize/bundles/commons.bundle.js >-%%WWWDIR%%/optimize/bundles/commons.style.css >-%%WWWDIR%%/optimize/bundles/kibana.bundle.js >-%%WWWDIR%%/optimize/bundles/kibana.entry.js >-%%WWWDIR%%/optimize/bundles/kibana.style.css >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.eot >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.svg >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.ttf >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 >-%%WWWDIR%%/optimize/bundles/src/ui/public/images/elk.ico >-%%WWWDIR%%/optimize/bundles/src/ui/public/images/kibana.svg >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/cv.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/de.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/go.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ne.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ni.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/stop.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/us.png >-%%WWWDIR%%/optimize/bundles/statusPage.bundle.js >-%%WWWDIR%%/optimize/bundles/statusPage.entry.js >-%%WWWDIR%%/optimize/bundles/statusPage.style.css >-%%WWWDIR%%/optimize/bundles/webpack.records > %%WWWDIR%%/package.json > %%WWWDIR%%/src/cli/Command.js > %%WWWDIR%%/src/cli/Log.js >@@ -11711,4 +11684,5 @@ > %%WWWDIR%%/webpackShims/ui-bootstrap.js > @dir %%WWWDIR%%/installedPlugins > @dir %%WWWDIR%%/node_modules/rimraf/node_modules >+@dir(www,www) %%WWWDIR%%/optimize > @dir %%WWWDIR%%/src/ui/public/factories >Index: textproc/kibana44/Makefile >=================================================================== >--- textproc/kibana44/Makefile (revision 409313) >+++ textproc/kibana44/Makefile (working copy) >@@ -2,6 +2,7 @@ > # $FreeBSD$ > > PORTVERSION= 4.4.1 >+PORTREVISION= 1 > PKGNAMESUFFIX= 44 > MASTERDIR= ${.CURDIR}/../kibana42 > PKGDIR= ${.CURDIR} >Index: textproc/kibana44/pkg-plist >=================================================================== >--- textproc/kibana44/pkg-plist (revision 409313) >+++ textproc/kibana44/pkg-plist (working copy) >@@ -1,3 +1,4 @@ >+@preunexec rm -rf %D/%%WWWDIR%%/optimize/* 2>&1 >/dev/null || true > @sample etc/kibana.yml.sample > %%WWWDIR%%/LICENSE.txt > %%WWWDIR%%/README.txt >@@ -11066,34 +11067,6 @@ > %%WWWDIR%%/node_modules/wreck/node_modules/hoek/lib/index.js > %%WWWDIR%%/node_modules/wreck/node_modules/hoek/package.json > %%WWWDIR%%/node_modules/wreck/package.json >-%%WWWDIR%%/optimize/bundles/commons.bundle.js >-%%WWWDIR%%/optimize/bundles/commons.style.css >-%%WWWDIR%%/optimize/bundles/kibana.bundle.js >-%%WWWDIR%%/optimize/bundles/kibana.entry.js >-%%WWWDIR%%/optimize/bundles/kibana.style.css >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff >-%%WWWDIR%%/optimize/bundles/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.eot >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.svg >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.ttf >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff >-%%WWWDIR%%/optimize/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 >-%%WWWDIR%%/optimize/bundles/src/ui/public/images/elk.ico >-%%WWWDIR%%/optimize/bundles/src/ui/public/images/kibana.svg >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/cv.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/de.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/go.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ne.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/ni.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/stop.png >-%%WWWDIR%%/optimize/bundles/src/ui/public/stringify/icons/us.png >-%%WWWDIR%%/optimize/bundles/statusPage.bundle.js >-%%WWWDIR%%/optimize/bundles/statusPage.entry.js >-%%WWWDIR%%/optimize/bundles/statusPage.style.css >-%%WWWDIR%%/optimize/bundles/webpack.records > %%WWWDIR%%/package.json > %%WWWDIR%%/src/cli/Command.js > %%WWWDIR%%/src/cli/Log.js >@@ -11947,4 +11920,5 @@ > %%WWWDIR%%/webpackShims/ui-bootstrap.js > @dir %%WWWDIR%%/installedPlugins > @dir %%WWWDIR%%/node_modules/rimraf/node_modules >+@dir(www,www) %%WWWDIR%%/optimize > @dir %%WWWDIR%%/src/ui/public/factories
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rakuco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207209
:
167206
|
167272
|
167273
| 167274