summaryrefslogtreecommitdiff
path: root/sysutils/nomad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nomad/Makefile')
-rw-r--r--sysutils/nomad/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile
index 140e49f99bf9..16e358bacd39 100644
--- a/sysutils/nomad/Makefile
+++ b/sysutils/nomad/Makefile
@@ -1,12 +1,20 @@
PORTNAME= nomad
DISTVERSIONPREFIX= v
-DISTVERSION= 1.9.3
-PORTREVISION= 4
+DISTVERSION= 1.9.6
CATEGORIES= sysutils
MASTER_SITES= https://raw.githubusercontent.com/hashicorp/nomad/${DISTVERSIONFULL}/
DISTFILES= go.mod \
api/go.mod
+# Patches with fixes:
+# - Fix default client retry configuration
+# - Allow disabling "wait" again
+# - Fix runaway render loop in consul-template
+PATCH_SITES= https://github.com/hashicorp/${PORTNAME}/commit/
+PATCHFILES+= 7b89c0ee28b17a742b97ecd9c6601ba7839748cb.diff:-p1 \
+ 590b085246c58bb233b2c1a59b3f22a0bf2e2bd4.diff:-p1 \
+ 37fb418a160a380ee20dc19ea3eaecf0bbd27e64.diff:-p1
+
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Cluster manager and scheduler
WWW= https://www.nomadproject.io/