aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2020-12-15 18:41:30 +0000
committerBrad Davis <brd@FreeBSD.org>2020-12-15 18:41:30 +0000
commit72b9f78e8ad7701103e3c9ae956900358f883549 (patch)
treebe43bdcd9cf5e6fd42731a2c2b44de00f2c71d8f
parent76dd8427c86635b5d0620f095ad9b484c23e453b (diff)
downloadports-72b9f78e8ad7701103e3c9ae956900358f883549.tar.gz
ports-72b9f78e8ad7701103e3c9ae956900358f883549.zip
MFH: r558169 Update sysutils/nomad to 0.12.9
PR: 251384 Approved by: zi (ports-secteam) Security: 618010ff-3044-11eb-8112-000c292ee6b8
Notes
Notes: svn path=/branches/2020Q4/; revision=558172
-rw-r--r--sysutils/nomad/Makefile2
-rw-r--r--sysutils/nomad/distinfo6
-rw-r--r--sysutils/nomad/files/nomad.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile
index bddc2cb42aea..12ac16d0c02b 100644
--- a/sysutils/nomad/Makefile
+++ b/sysutils/nomad/Makefile
@@ -2,7 +2,7 @@
PORTNAME= nomad
DISTVERSIONPREFIX= v
-DISTVERSION= 0.12.5
+DISTVERSION= 0.12.9
CATEGORIES= sysutils
MAINTAINER= jhixson@FreeBSD.org
diff --git a/sysutils/nomad/distinfo b/sysutils/nomad/distinfo
index 12d8b730c69a..7189052acc4c 100644
--- a/sysutils/nomad/distinfo
+++ b/sysutils/nomad/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600979864
-SHA256 (hashicorp-nomad-v0.12.5_GH0.tar.gz) = 7fef52a2ffa81620d55d5ca73fa28ffa872acfd6a0b90a82451b2a0620f9a612
-SIZE (hashicorp-nomad-v0.12.5_GH0.tar.gz) = 51464001
+TIMESTAMP = 1606423825
+SHA256 (hashicorp-nomad-v0.12.9_GH0.tar.gz) = 22616dcb3e254a14a367bce1090edbebcd1155424b9b5097816f6584f1260e7d
+SIZE (hashicorp-nomad-v0.12.9_GH0.tar.gz) = 51467264
diff --git a/sysutils/nomad/files/nomad.in b/sysutils/nomad/files/nomad.in
index 3181da8a8fde..16e8aa882c1f 100644
--- a/sysutils/nomad/files/nomad.in
+++ b/sysutils/nomad/files/nomad.in
@@ -40,7 +40,7 @@ pidfile=/var/run/nomad.pid
procname="%%PREFIX%%/bin/nomad"
command="/usr/sbin/daemon"
nomad_command="/usr/bin/env ${nomad_env} ${procname} agent -data-dir=${nomad_dir} ${nomad_args}"
-command_args="-f -p ${pidfile} ${nomad_command}"
+command_args="-f -t ${name} -p ${pidfile} ${nomad_command}"
start_precmd=nomad_startprecmd
@@ -54,7 +54,7 @@ nomad_startprecmd()
install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir}
fi
if [ "${nomad_debug}" != "NO" ]; then
- command_args="-S -T ${name} -p ${pidfile} ${nomad_command}"
+ command_args="-T ${name} ${command_args}"
fi
}