Date: Mon, 18 Jan 2021 15:44:43 +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: r561922 - in head/sysutils/nomad: . files Message-ID: <202101181544.10IFihFD001974@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd (src,doc committer) Date: Mon Jan 18 15:44:43 2021 New Revision: 561922 URL: https://svnweb.freebsd.org/changeset/ports/561922 Log: Update sysutils/nomad to 1.0.1 - Add reload support to the nomad rc script - Remove ONLY_FOR_ARCHS, since the i386 build issue has been resolved PR: 252351 Approved by: maintainer timeout Deleted: head/sysutils/nomad/files/patch-vendor_github.com_shirou_gopsutil_disk_disk__freebsd.go Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo head/sysutils/nomad/files/nomad.in Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Mon Jan 18 15:42:01 2021 (r561921) +++ head/sysutils/nomad/Makefile Mon Jan 18 15:44:43 2021 (r561922) @@ -2,7 +2,7 @@ PORTNAME= nomad DISTVERSIONPREFIX= v -DISTVERSION= 0.12.9 +DISTVERSION= 1.0.1 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org @@ -10,9 +10,6 @@ COMMENT= Cluster manager and scheduler LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE - -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= On i386: go compiler crashes: https://github.com/golang/go/issues/23763 USES= go USE_GITHUB= yes Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Mon Jan 18 15:42:01 2021 (r561921) +++ head/sysutils/nomad/distinfo Mon Jan 18 15:44:43 2021 (r561922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606423825 -SHA256 (hashicorp-nomad-v0.12.9_GH0.tar.gz) = 22616dcb3e254a14a367bce1090edbebcd1155424b9b5097816f6584f1260e7d -SIZE (hashicorp-nomad-v0.12.9_GH0.tar.gz) = 51467264 +TIMESTAMP = 1609605846 +SHA256 (hashicorp-nomad-v1.0.1_GH0.tar.gz) = 1dca9ebb1636fc8ef005d9c6eed8cf10fbfc3d7c9ff7307606454142d858f419 +SIZE (hashicorp-nomad-v1.0.1_GH0.tar.gz) = 51101330 Modified: head/sysutils/nomad/files/nomad.in ============================================================================== --- head/sysutils/nomad/files/nomad.in Mon Jan 18 15:42:01 2021 (r561921) +++ head/sysutils/nomad/files/nomad.in Mon Jan 18 15:44:43 2021 (r561922) @@ -39,6 +39,7 @@ load_rc_config $name pidfile=/var/run/nomad.pid procname="%%PREFIX%%/bin/nomad" command="/usr/sbin/daemon" +extra_commands="reload" nomad_command="/usr/bin/env ${nomad_env} ${procname} agent -data-dir=${nomad_dir} ${nomad_args}" command_args="-f -t ${name} -p ${pidfile} ${nomad_command}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101181544.10IFihFD001974>