From 72b9f78e8ad7701103e3c9ae956900358f883549 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 15 Dec 2020 18:41:30 +0000 Subject: MFH: r558169 Update sysutils/nomad to 0.12.9 PR: 251384 Approved by: zi (ports-secteam) Security: 618010ff-3044-11eb-8112-000c292ee6b8 --- sysutils/nomad/Makefile | 2 +- sysutils/nomad/distinfo | 6 +++--- sysutils/nomad/files/nomad.in | 4 ++-- 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 } -- cgit v1.2.3