diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 73cade98d8b2..8c8665b85bec 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -1,8 +1,7 @@ -# Created by: Steve Wills # $FreeBSD$ PORTNAME= consul-template -PORTVERSION= 0.25.0 +PORTVERSION= 0.25.1 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -14,7 +13,6 @@ LICENSE= MPL20 USES= go:modules USE_GITHUB= yes -GHTAG= edf364d GH_TUPLE= hashicorp:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT/src/github.com/hashicorp/consul-template \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ armon:go-metrics:ec5e00d3c878:armon_go_metrics/vendor/github.com/armon/go-metrics \ @@ -62,7 +60,7 @@ GH_TUPLE= hashicorp:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT/src/g GO_BUILDFLAGS= -ldflags='\ -s -w -X github.com/hashicorp/consul-template/version.Name=${PORTNAME} \ - -X github.com/hashicorp/consul-template/version.GitCommit=${GHTAG}' + -X github.com/hashicorp/consul-template/version.GitCommit=release' PLIST_FILES= bin/consul-template USE_RC_SUBR= consul-template diff --git a/textproc/consul-template/distinfo b/textproc/consul-template/distinfo index e5b69b706d59..a0def3a2c3af 100644 --- a/textproc/consul-template/distinfo +++ b/textproc/consul-template/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1594747005 -SHA256 (hashicorp-consul-template-v0.25.0_GH0.tar.gz) = 570fb4a309779830e9b48c02c2a9ceb4cb21b195f02cb3402face78bd031f40f -SIZE (hashicorp-consul-template-v0.25.0_GH0.tar.gz) = 197301 +TIMESTAMP = 1596390111 +SHA256 (hashicorp-consul-template-v0.25.1_GH0.tar.gz) = f8d214733961ef3333493ce912180c5c0311c87e4b1a116308f31283b6c77419 +SIZE (hashicorp-consul-template-v0.25.1_GH0.tar.gz) = 198375 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 SHA256 (armon-go-metrics-ec5e00d3c878_GH0.tar.gz) = de6df8b15d119c393073fb1ddc53c4859d58d7163caddffe2a78b90034fb5876 diff --git a/textproc/consul-template/files/consul-template.in b/textproc/consul-template/files/consul-template.in index 447b7149b3a6..696962b6be29 100644 --- a/textproc/consul-template/files/consul-template.in +++ b/textproc/consul-template/files/consul-template.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: consul_template -# REQUIRE: LOGIN +# REQUIRE: NETWORKING SERVERS DAEMON # KEYWORD: shtudown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf