View | Details | Raw Unified | Return to bug 251384 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/nomad/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	nomad
3
PORTNAME=	nomad
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.12.5
5
DISTVERSION=	0.12.9
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
8
MAINTAINER=	jhixson@FreeBSD.org
8
MAINTAINER=	jhixson@FreeBSD.org
(-)sysutils/nomad/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1600979864
1
TIMESTAMP = 1606423825
2
SHA256 (hashicorp-nomad-v0.12.5_GH0.tar.gz) = 7fef52a2ffa81620d55d5ca73fa28ffa872acfd6a0b90a82451b2a0620f9a612
2
SHA256 (hashicorp-nomad-v0.12.9_GH0.tar.gz) = 22616dcb3e254a14a367bce1090edbebcd1155424b9b5097816f6584f1260e7d
3
SIZE (hashicorp-nomad-v0.12.5_GH0.tar.gz) = 51464001
3
SIZE (hashicorp-nomad-v0.12.9_GH0.tar.gz) = 51467264
(-)sysutils/nomad/files/nomad.in (-2 / +2 lines)
Lines 40-46 Link Here
40
procname="%%PREFIX%%/bin/nomad"
40
procname="%%PREFIX%%/bin/nomad"
41
command="/usr/sbin/daemon"
41
command="/usr/sbin/daemon"
42
nomad_command="/usr/bin/env ${nomad_env} ${procname} agent -data-dir=${nomad_dir} ${nomad_args}"
42
nomad_command="/usr/bin/env ${nomad_env} ${procname} agent -data-dir=${nomad_dir} ${nomad_args}"
43
command_args="-f -p ${pidfile} ${nomad_command}"
43
command_args="-f -t ${name} -p ${pidfile} ${nomad_command}"
44
44
45
start_precmd=nomad_startprecmd
45
start_precmd=nomad_startprecmd
46
46
Lines 54-60 Link Here
54
		install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir}
54
		install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir}
55
	fi
55
	fi
56
	if [ "${nomad_debug}" != "NO" ]; then
56
	if [ "${nomad_debug}" != "NO" ]; then
57
		command_args="-S -T ${name} -p ${pidfile} ${nomad_command}"
57
		command_args="-T ${name} ${command_args}"
58
	fi
58
	fi
59
}
59
}
60
60

Return to bug 251384