<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a8cf694caeb578a200f4d157c8fcd36c975151a5">https://github.com/macports/macports-ports/commit/a8cf694caeb578a200f4d157c8fcd36c975151a5</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new a8cf694caeb nomad: update to 1.2.2
</span>a8cf694caeb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a8cf694caeb578a200f4d157c8fcd36c975151a5
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Nov 27 19:22:10 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nomad: update to 1.2.2
</span>---
 net/nomad/Portfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/nomad/Portfile b/net/nomad/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3df4b9a3d5d..5c5a862e9bc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/nomad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/nomad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem          1.0
 PortGroup           golang 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup            github.com/hashicorp/nomad 1.2.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup            github.com/hashicorp/nomad 1.2.2 v
</span> revision            0
 
 homepage            https://www.nomadproject.io
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,9 +28,6 @@ platforms           darwin
</span> # Nomad's build process requires the git repository.
 fetch.type          git
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:golangci-lint
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # The "dev" build target must be used to build just the binary for this
 # platform, instead of for ALL platforms
 # - https://www.nomadproject.io/docs/install/index.html#compiling-from-source
</pre><pre style='margin:0'>

</pre>