Date: Tue, 15 Dec 2020 18:11:33 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558169 - in head/sysutils/nomad: . files Message-ID: <202012151811.0BFIBXef010120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd (src,doc committer) Date: Tue Dec 15 18:11:33 2020 New Revision: 558169 URL: https://svnweb.freebsd.org/changeset/ports/558169 Log: Update nomad to 0.12.9 and improve the rc script. PR: 251384 Approved by: maintainer timeout, zi Security: 618010ff-3044-11eb-8112-000c292ee6b8 Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo head/sysutils/nomad/files/nomad.in Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Tue Dec 15 17:56:00 2020 (r558168) +++ head/sysutils/nomad/Makefile Tue Dec 15 18:11:33 2020 (r558169) @@ -2,7 +2,7 @@ PORTNAME= nomad DISTVERSIONPREFIX= v -DISTVERSION= 0.12.5 +DISTVERSION= 0.12.9 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Tue Dec 15 17:56:00 2020 (r558168) +++ head/sysutils/nomad/distinfo Tue Dec 15 18:11:33 2020 (r558169) @@ -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: head/sysutils/nomad/files/nomad.in ============================================================================== --- head/sysutils/nomad/files/nomad.in Tue Dec 15 17:56:00 2020 (r558168) +++ head/sysutils/nomad/files/nomad.in Tue Dec 15 18:11:33 2020 (r558169) @@ -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?202012151811.0BFIBXef010120>