Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2020 17:49:47 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543984 - in head/textproc/consul-template: . files
Message-ID:  <202008021749.072HnlSt046876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug  2 17:49:46 2020
New Revision: 543984
URL: https://svnweb.freebsd.org/changeset/ports/543984

Log:
  textproc/consul-template: update to 0.25.1

Modified:
  head/textproc/consul-template/Makefile   (contents, props changed)
  head/textproc/consul-template/distinfo   (contents, props changed)
  head/textproc/consul-template/files/consul-template.in

Modified: head/textproc/consul-template/Makefile
==============================================================================
--- head/textproc/consul-template/Makefile	Sun Aug  2 17:23:27 2020	(r543983)
+++ head/textproc/consul-template/Makefile	Sun Aug  2 17:49:46 2020	(r543984)
@@ -1,8 +1,7 @@
-# Created by: Steve Wills <swills@FreeBSD.org>
 # $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}${
 
 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

Modified: head/textproc/consul-template/distinfo
==============================================================================
--- head/textproc/consul-template/distinfo	Sun Aug  2 17:23:27 2020	(r543983)
+++ head/textproc/consul-template/distinfo	Sun Aug  2 17:49:46 2020	(r543984)
@@ -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

Modified: head/textproc/consul-template/files/consul-template.in
==============================================================================
--- head/textproc/consul-template/files/consul-template.in	Sun Aug  2 17:23:27 2020	(r543983)
+++ head/textproc/consul-template/files/consul-template.in	Sun Aug  2 17:49:46 2020	(r543984)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008021749.072HnlSt046876>