aboutsummaryrefslogtreecommitdiff
path: root/textproc/kibana6
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-11-23 15:21:46 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-11-23 15:21:46 +0000
commit4f7629847cb0a7af6d8c3bd012bdad08da347188 (patch)
tree2fdca040b80af2dbf011b3d292e1aefc8c2121bb /textproc/kibana6
parent82d8aadda61b3cfe299740aa117732384135874e (diff)
downloadports-4f7629847cb0a7af6d8c3bd012bdad08da347188.tar.gz
ports-4f7629847cb0a7af6d8c3bd012bdad08da347188.zip
* Update to 6.8.4
* Fix pkg-deinstall PR: 241843 Submitted by: Juraj Lutter <juraj@lutter.sk>
Notes
Notes: svn path=/head/; revision=518245
Diffstat (limited to 'textproc/kibana6')
-rw-r--r--textproc/kibana6/Makefile2
-rw-r--r--textproc/kibana6/distinfo6
-rw-r--r--textproc/kibana6/files/pkg-deinstall.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/kibana6/Makefile b/textproc/kibana6/Makefile
index 3f5b9d26484a..6fe13f9ed502 100644
--- a/textproc/kibana6/Makefile
+++ b/textproc/kibana6/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= kibana
-PORTVERSION= 6.8.3
+PORTVERSION= 6.8.4
DISTVERSIONSUFFIX= -darwin-x86_64
PORTREVISION= 0
CATEGORIES= textproc www
diff --git a/textproc/kibana6/distinfo b/textproc/kibana6/distinfo
index f2f87347eee0..1eda645cd189 100644
--- a/textproc/kibana6/distinfo
+++ b/textproc/kibana6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568918014
-SHA256 (kibana-6.8.3-darwin-x86_64.tar.gz) = 06842d47f7e2a22838eb2f6670d0828026944da3187f384b69efdd5c91b0ede2
-SIZE (kibana-6.8.3-darwin-x86_64.tar.gz) = 184623125
+TIMESTAMP = 1573330868
+SHA256 (kibana-6.8.4-darwin-x86_64.tar.gz) = 5c5bf2e7cb55ebf9bdd69990ae05a2310c7a84c3270619c65f741721542f7e00
+SIZE (kibana-6.8.4-darwin-x86_64.tar.gz) = 188712375
diff --git a/textproc/kibana6/files/pkg-deinstall.in b/textproc/kibana6/files/pkg-deinstall.in
index 58fb9634db0d..0699ab559805 100644
--- a/textproc/kibana6/files/pkg-deinstall.in
+++ b/textproc/kibana6/files/pkg-deinstall.in
@@ -5,7 +5,6 @@ POST-DEINSTALL)
if [ -d %%WWWDIR%%/optimize ]; then
/usr/bin/find %%WWWDIR%%/optimize/ -delete
fi
- ;;
cat <<EOMSG
@@ -17,4 +16,5 @@ data that was in the cluster, then you may wish to delete the
Please ignore this if %%PORTNAME%%%%PKGNAMESUFFIX%% is being upgraded
EOMSG
+ ;;
esac