Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 18:41:30 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r558172 - in branches/2020Q4/sysutils/nomad: . files
Message-ID:  <202012151841.0BFIfUIZ028034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd (src,doc committer)
Date: Tue Dec 15 18:41:30 2020
New Revision: 558172
URL: https://svnweb.freebsd.org/changeset/ports/558172

Log:
  MFH: r558169 Update sysutils/nomad to 0.12.9
  
  PR:		251384
  Approved by:	zi (ports-secteam)
  Security:	618010ff-3044-11eb-8112-000c292ee6b8

Modified:
  branches/2020Q4/sysutils/nomad/Makefile
  branches/2020Q4/sysutils/nomad/distinfo
  branches/2020Q4/sysutils/nomad/files/nomad.in
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/sysutils/nomad/Makefile
==============================================================================
--- branches/2020Q4/sysutils/nomad/Makefile	Tue Dec 15 18:40:18 2020	(r558171)
+++ branches/2020Q4/sysutils/nomad/Makefile	Tue Dec 15 18:41:30 2020	(r558172)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nomad
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.12.5
+DISTVERSION=	0.12.9
 CATEGORIES=	sysutils
 
 MAINTAINER=	jhixson@FreeBSD.org

Modified: branches/2020Q4/sysutils/nomad/distinfo
==============================================================================
--- branches/2020Q4/sysutils/nomad/distinfo	Tue Dec 15 18:40:18 2020	(r558171)
+++ branches/2020Q4/sysutils/nomad/distinfo	Tue Dec 15 18:41:30 2020	(r558172)
@@ -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

Modified: branches/2020Q4/sysutils/nomad/files/nomad.in
==============================================================================
--- branches/2020Q4/sysutils/nomad/files/nomad.in	Tue Dec 15 18:40:18 2020	(r558171)
+++ branches/2020Q4/sysutils/nomad/files/nomad.in	Tue Dec 15 18:41:30 2020	(r558172)
@@ -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
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012151841.0BFIfUIZ028034>