aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2017-12-06 05:31:37 +0800
committerswills <swills@FreeBSD.org>2017-12-06 05:31:37 +0800
commitfb4cf3411b9a9bf3a56b01f65c4853b7596386e8 (patch)
tree8cfab9381a63326e819551e0b4f088ec79971c6a
parent9705d456da7070a4902b9abdba03839726e7dbd4 (diff)
downloadfreebsd-ports-gnome-fb4cf3411b9a9bf3a56b01f65c4853b7596386e8.tar.gz
freebsd-ports-gnome-fb4cf3411b9a9bf3a56b01f65c4853b7596386e8.tar.zst
freebsd-ports-gnome-fb4cf3411b9a9bf3a56b01f65c4853b7596386e8.zip
sysutils/consul: update to 1.0.1
While here, remove config test because it always fails on hosts with more than 1 IP.
-rw-r--r--sysutils/consul/Makefile3
-rw-r--r--sysutils/consul/distinfo6
-rw-r--r--sysutils/consul/files/consul.in9
3 files changed, 4 insertions, 14 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index 0e2bec9178bc..465d9be3ec1b 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= consul
-PORTVERSION= 0.9.3
-PORTREVISION= 1
+PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index 4e6adc9084c5..279f7e2d8754 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505222411
-SHA256 (hashicorp-consul-v0.9.3_GH0.tar.gz) = 69b76432203e046a8025ce13f7cc041b2308d72f07f240a57f2ba5d580fcff70
-SIZE (hashicorp-consul-v0.9.3_GH0.tar.gz) = 7278357
+TIMESTAMP = 1512496236
+SHA256 (hashicorp-consul-v1.0.1_GH0.tar.gz) = 3b28237dcf055445247a3fe6b9a9a575fd584df721e25477769a5e91b1f2cdce
+SIZE (hashicorp-consul-v1.0.1_GH0.tar.gz) = 7972294
diff --git a/sysutils/consul/files/consul.in b/sysutils/consul/files/consul.in
index ae88546a2764..081c07526d64 100644
--- a/sysutils/consul/files/consul.in
+++ b/sysutils/consul/files/consul.in
@@ -37,9 +37,6 @@ command="/usr/sbin/daemon"
command_args="-f -p ${pidfile} /usr/bin/env ${consul_env} ${procname} agent -data-dir=${consul_dir} -config-dir=%%PREFIX%%/etc/consul.d ${consul_args}"
start_precmd=consul_startprecmd
-restart_precmd=consul_checkconfig
-reload_precmd=consul_checkconfig
-configtest_cmd=consul_checkconfig
consul_startprecmd()
{
@@ -50,12 +47,6 @@ consul_startprecmd()
if [ ! -d ${consul_dir} ]; then
install -d -o ${consul_user} -g ${consul_group} ${consul_dir}
fi
- consul_checkconfig
-}
-
-consul_checkconfig()
-{
- ${procname} validate /usr/local/etc/consul.d
}
run_rc_command "$1"