mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update to the real version 4.4.1; r408807 was actually a beta.
Here's what happened (see also GitHub issue #6250 for elastic/kibana): - The tag for 4.4.1 appeared on GitHub - The port was updated to 4.4.1 using the release tarball from elastic.co, with a matching name - The tarball was actually a beta from a commit that was not pushed - The port broke once the tarball from the actual release came up for download, with exactly the same name The commit id from package.json now matches the commit from the upstream repo. This should be used in the future to check if tarballs actually match releases. Approved by: maintainer (by mail)
This commit is contained in:
parent
ea1081e47a
commit
bcbf138f72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409019
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kibana-4.4.1-linux-x86.tar.gz) = 3ca545f50aff9fa45421ac16ad40116bcf027de1cb37aab99038e7ab2c713592
|
||||
SIZE (kibana-4.4.1-linux-x86.tar.gz) = 30221928
|
||||
SHA256 (kibana-4.4.1-linux-x86.tar.gz) = b0b413db7f50d4cd547a0682ee4475c2fbdef8a44c4b9c3f4a89181a6fe4d733
|
||||
SIZE (kibana-4.4.1-linux-x86.tar.gz) = 30207961
|
||||
|
|
|
@ -11489,6 +11489,7 @@
|
|||
%%WWWDIR%%/src/ui/public/chrome/config/filter.html
|
||||
%%WWWDIR%%/src/ui/public/chrome/config/interval.html
|
||||
%%WWWDIR%%/src/ui/public/chrome/context.js
|
||||
%%WWWDIR%%/src/ui/public/chrome/directives/active_http_spinner.html
|
||||
%%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.html
|
||||
%%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.js
|
||||
%%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.less
|
||||
|
|
Loading…
Add table
Reference in a new issue