Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 18:10:49 +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: r514558 - head/textproc/consul-template
Message-ID:  <201910151810.x9FIAnnI042991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Oct 15 18:10:49 2019
New Revision: 514558
URL: https://svnweb.freebsd.org/changeset/ports/514558

Log:
  textproc/consul-template: update to v0.22.0

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

Modified: head/textproc/consul-template/Makefile
==============================================================================
--- head/textproc/consul-template/Makefile	Tue Oct 15 17:38:51 2019	(r514557)
+++ head/textproc/consul-template/Makefile	Tue Oct 15 18:10:49 2019	(r514558)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	consul-template
-PORTVERSION=	0.20.0
+PORTVERSION=	0.22.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc
 
@@ -11,12 +11,51 @@ COMMENT=	Generic template rendering and notifications 
 
 LICENSE=	MPL20
 
-USES=		go
+USES=		go:modules
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	hashicorp
-GH_SUBDIR=	src/github.com/hashicorp/consul-template
+GHTAG=		6cae10fe
+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 \
+		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
+		go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
+		golang:crypto:4def268fd1a4:golang_crypto/vendor/golang.org/x/crypto \
+		golang:net:ca1201d0de80:golang_net/vendor/golang.org/x/net \
+		golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \
+		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
+		golang:time:9d24e82272b4:golang_time/vendor/golang.org/x/time \
+		hashicorp:consul:v1.1.0:hashicorp_consul/vendor/github.com/hashicorp/consul \
+		hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \
+		hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \
+		hashicorp:go-gatedio:v0.5.0:hashicorp_go_gatedio/vendor/github.com/hashicorp/go-gatedio \
+		hashicorp:go-immutable-radix:v1.1.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \
+		hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \
+		hashicorp:go-retryablehttp:v0.5.4:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \
+		hashicorp:go-rootcerts:v1.0.1:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \
+		hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \
+		hashicorp:go-syslog:v1.0.0:hashicorp_go_syslog/vendor/github.com/hashicorp/go-syslog \
+		hashicorp:go-uuid:v1.0.1:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \
+		hashicorp:golang-lru:v0.5.3:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \
+		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
+		hashicorp:logutils:v1.0.0:hashicorp_logutils/vendor/github.com/hashicorp/logutils \
+		hashicorp:serf:v0.8.3:hashicorp_serf/vendor/github.com/hashicorp/serf \
+		hashicorp:vault:746c0b111519:hashicorp_vault/vendor/github.com/hashicorp/vault \
+		mattn:go-shellwords:v1.0.5:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \
+		mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
+		mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
+		mitchellh:hashstructure:v1.0.0:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \
+		mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
+		pierrec:lz4:v2.2.5:pierrec_lz4/vendor/github.com/pierrec/lz4 \
+		pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \
+		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
+		ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \
+		square:go-jose:v2.3.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \
+		stretchr:testify:v1.3.0:stretchr_testify/vendor/github.com/stretchr/testify
 
+GO_BUILDFLAGS=	-ldflags='\
+		-s -w -X github.com/hashicorp/consul-template/version.Name=${PORTNAME} \
+		-X github.com/hashicorp/consul-template/version.GitCommit=${GHTAG}'
 PLIST_FILES=	bin/consul-template
 
 USE_RC_SUBR=	consul-template

Modified: head/textproc/consul-template/distinfo
==============================================================================
--- head/textproc/consul-template/distinfo	Tue Oct 15 17:38:51 2019	(r514557)
+++ head/textproc/consul-template/distinfo	Tue Oct 15 18:10:49 2019	(r514558)
@@ -1,3 +1,75 @@
-TIMESTAMP = 1556282972
-SHA256 (hashicorp-consul-template-v0.20.0_GH0.tar.gz) = 892f93c4e1c7aaed01bc2479b8f6dc51e4bd5d521a0f96f10c1c28df8b5ffea7
-SIZE (hashicorp-consul-template-v0.20.0_GH0.tar.gz) = 46430965
+TIMESTAMP = 1571161680
+SHA256 (hashicorp-consul-template-v0.22.0_GH0.tar.gz) = 81f81ab5bcd91184eba1955f2729382fe800ef8e23b059f4f65a6a64dd4d6039
+SIZE (hashicorp-consul-template-v0.22.0_GH0.tar.gz) = 186074
+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
+SIZE (armon-go-metrics-ec5e00d3c878_GH0.tar.gz) = 27431
+SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
+SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
+SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff
+SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656
+SHA256 (golang-crypto-4def268fd1a4_GH0.tar.gz) = eaf2ba9df95911f41a340478d1fbb540d7bc21939e4688273995dabf58e8c7b0
+SIZE (golang-crypto-4def268fd1a4_GH0.tar.gz) = 1693117
+SHA256 (golang-net-ca1201d0de80_GH0.tar.gz) = 1d0b1f44b64c6248ce65f4d78add4228f15ffbdbe4a559a6d1effa410ce01071
+SIZE (golang-net-ca1201d0de80_GH0.tar.gz) = 1099216
+SHA256 (golang-snappy-v0.0.1_GH0.tar.gz) = b1d97f47fcb61cb0cdd54bc424eda980c47838effb0ec9e322506514a50fee85
+SIZE (golang-snappy-v0.0.1_GH0.tar.gz) = 62605
+SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
+SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
+SHA256 (golang-time-9d24e82272b4_GH0.tar.gz) = 7452a7b879ee5984709b2165f6212ad9464977f06d440140b8690e61695aa404
+SIZE (golang-time-9d24e82272b4_GH0.tar.gz) = 9313
+SHA256 (hashicorp-consul-v1.1.0_GH0.tar.gz) = 8e2539561eb07b2623d9828587e68f5ef46cee882227c7331ff26dddcdc0e9df
+SIZE (hashicorp-consul-v1.1.0_GH0.tar.gz) = 11125956
+SHA256 (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128
+SIZE (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 8346
+SHA256 (hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 24dedefe5edc4698dfa7e15a472369078a3447e8096e6d856549341c873c4a0b
+SIZE (hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 8069
+SHA256 (hashicorp-go-gatedio-v0.5.0_GH0.tar.gz) = e31af667617112541f3c79999defaea9eee316969ab867674dfd2fa6f3dc5b77
+SIZE (hashicorp-go-gatedio-v0.5.0_GH0.tar.gz) = 8250
+SHA256 (hashicorp-go-immutable-radix-v1.1.0_GH0.tar.gz) = 7c8eb6ecabcf4428e2f3b6bbb99c74d6c5e568ea1c42a029b284ae96dbccd57f
+SIZE (hashicorp-go-immutable-radix-v1.1.0_GH0.tar.gz) = 22073
+SHA256 (hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 5ae83eea62b2c845d41087c38c878741337e092db114b9a7ca9aebe5bf1dd264
+SIZE (hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 10066
+SHA256 (hashicorp-go-retryablehttp-v0.5.4_GH0.tar.gz) = 78e41c14e041a83878fc57d4d90e3642f91ea8031cbba348bd07f656085be69e
+SIZE (hashicorp-go-retryablehttp-v0.5.4_GH0.tar.gz) = 15129
+SHA256 (hashicorp-go-rootcerts-v1.0.1_GH0.tar.gz) = 62eb5aa833acd6befcce8037023d0ec028df330b1abdcf10fe392a2b78072dd0
+SIZE (hashicorp-go-rootcerts-v1.0.1_GH0.tar.gz) = 11786
+SHA256 (hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = ce70228b6c0ac432b97c2a98697600668bf7ac8b4cd21e7c6767bed1e755ae7f
+SIZE (hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = 663049
+SHA256 (hashicorp-go-syslog-v1.0.0_GH0.tar.gz) = be4bda814c068311ea8e185e2d108077f167897cfa868ada7f56d97a10f3d602
+SIZE (hashicorp-go-syslog-v1.0.0_GH0.tar.gz) = 4517
+SHA256 (hashicorp-go-uuid-v1.0.1_GH0.tar.gz) = 2e4e3f95caaf954f54a01b82094533ae3e2cdd754c81f7a977b86aa23cbf4135
+SIZE (hashicorp-go-uuid-v1.0.1_GH0.tar.gz) = 6847
+SHA256 (hashicorp-golang-lru-v0.5.3_GH0.tar.gz) = dd98197fc84fbf636b6811ff3c14ef1ea0fe732fe782b8034cf082b3ff274af3
+SIZE (hashicorp-golang-lru-v0.5.3_GH0.tar.gz) = 13348
+SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
+SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658
+SHA256 (hashicorp-logutils-v1.0.0_GH0.tar.gz) = 9e3c7cee3552acacd2ad1d212f87c682d227179e34b306afdce945b41799e4b6
+SIZE (hashicorp-logutils-v1.0.0_GH0.tar.gz) = 7753
+SHA256 (hashicorp-serf-v0.8.3_GH0.tar.gz) = 9437b8b1a7f7c2e43e5df5ccd1385134e3e7dd33ca34771e461490daf1beefce
+SIZE (hashicorp-serf-v0.8.3_GH0.tar.gz) = 1970313
+SHA256 (hashicorp-vault-746c0b111519_GH0.tar.gz) = cc03f8337a6d36904f080a891e5e69a22168f1c904076864317d3d32ea99ba4b
+SIZE (hashicorp-vault-746c0b111519_GH0.tar.gz) = 27586132
+SHA256 (mattn-go-shellwords-v1.0.5_GH0.tar.gz) = 58b3312528c83d57fca0b56f19a2af48de36403e450ac0339e961efdab17482f
+SIZE (mattn-go-shellwords-v1.0.5_GH0.tar.gz) = 4261
+SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
+SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362
+SHA256 (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 6f32e180f1244fe5c512e6c1361fab865202cc1330e0ec9a6d6687d004f98c68
+SIZE (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 2808
+SHA256 (mitchellh-hashstructure-v1.0.0_GH0.tar.gz) = 48cad81434c28dc8c04518e8d80ccc387dfaac25e0412021ba048cc9a4683424
+SIZE (mitchellh-hashstructure-v1.0.0_GH0.tar.gz) = 6507
+SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b
+SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
+SHA256 (pierrec-lz4-v2.2.5_GH0.tar.gz) = 59d3ef5e5c19e62b5dcad92ba9210145cfe26cd8777f1dad6dac75707b13aa5e
+SIZE (pierrec-lz4-v2.2.5_GH0.tar.gz) = 20499382
+SHA256 (pkg-errors-v0.8.1_GH0.tar.gz) = 7a428967c6fc2e80cd84a0d9469ab6bd4dbe6b13493ba6294322a933a5a7e356
+SIZE (pkg-errors-v0.8.1_GH0.tar.gz) = 11009
+SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
+SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
+SHA256 (ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 4e2b03027a6de87825fcf450a728c86b83d9c30b062310323c6009e298da6711
+SIZE (ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 2969
+SHA256 (square-go-jose-v2.3.1_GH0.tar.gz) = 325bc36d91cc97d724c5c7d107adb7d75c1de32a18e9ff75a3b8341a995c3b6a
+SIZE (square-go-jose-v2.3.1_GH0.tar.gz) = 299480
+SHA256 (stretchr-testify-v1.3.0_GH0.tar.gz) = 0cd9c199a72b8d80621624b37c0ed5ac724352d458506a31dfa86710551e7fc5
+SIZE (stretchr-testify-v1.3.0_GH0.tar.gz) = 102859



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