Date: Tue, 14 Jul 2020 14:08:25 +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: r542218 - head/sysutils/envconsul Message-ID: <202007141408.06EE8PAE055709@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Jul 14 14:08:25 2020 New Revision: 542218 URL: https://svnweb.freebsd.org/changeset/ports/542218 Log: sysutils/envconsul: update to 0.9.3 Modified: head/sysutils/envconsul/Makefile (contents, props changed) head/sysutils/envconsul/distinfo (contents, props changed) Modified: head/sysutils/envconsul/Makefile ============================================================================== --- head/sysutils/envconsul/Makefile Tue Jul 14 13:46:01 2020 (r542217) +++ head/sysutils/envconsul/Makefile Tue Jul 14 14:08:25 2020 (r542218) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= envconsul -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -24,7 +24,7 @@ GH_TUPLE= hashicorp:${PORTNAME}:${DISTVERSIONPREFIX}${ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:time:9d24e82272b4:golang_time/vendor/golang.org/x/time \ hashicorp:consul-template:v0.21.0:hashicorp_consul_template/vendor/github.com/hashicorp/consul-template \ - hashicorp:consul:v1.1.0:hashicorp_consul/vendor/github.com/hashicorp/consul \ + hashicorp:consul:v1.1.0:hashicorp_consul_api/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 \ @@ -38,7 +38,8 @@ GH_TUPLE= hashicorp:${PORTNAME}:${DISTVERSIONPREFIX}${ 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 \ + hashicorp:vault:0dc007d98cc8:hashicorp_vault_sdk/vendor/github.com/hashicorp/vault \ + hashicorp:vault:746c0b111519:hashicorp_vault_api \ 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:hashstructure:v1.0.0:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \ @@ -59,6 +60,10 @@ GO_BUILDFLAGS= -ldflags='\ -s -w \ -X github.com/hashicorp/envconsul/version.Name=${PORTNAME} \ -X github.com/hashicorp/envconsul/version.GitCommit=${GHTAG}' + +post-extract: + @${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/vault/api + @${RLN} ${WRKSRC_hashicorp_vault_api}/api ${WRKSRC}/vendor/github.com/hashicorp/vault/api post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/envconsul/distinfo ============================================================================== --- head/sysutils/envconsul/distinfo Tue Jul 14 13:46:01 2020 (r542217) +++ head/sysutils/envconsul/distinfo Tue Jul 14 14:08:25 2020 (r542218) @@ -1,6 +1,6 @@ -TIMESTAMP = 1571164004 -SHA256 (hashicorp-envconsul-v0.9.0_GH0.tar.gz) = 3ca5424d2c42a6b6fd51311d616f09ca234f36e1cacdf732bf5afa562704eb0e -SIZE (hashicorp-envconsul-v0.9.0_GH0.tar.gz) = 57693 +TIMESTAMP = 1594735359 +SHA256 (hashicorp-envconsul-v0.9.3_GH0.tar.gz) = 06623cea4f5db035e16504efd137f4293eddacf4f79c1323b9270f4709172eb5 +SIZE (hashicorp-envconsul-v0.9.3_GH0.tar.gz) = 58056 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 @@ -47,6 +47,8 @@ SHA256 (hashicorp-logutils-v1.0.0_GH0.tar.gz) = 9e3c7c 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-0dc007d98cc8_GH0.tar.gz) = 31da33941b4ea386591da1c0ef2ec7738583dfbfde615eb6d1e7d23033d0dcd9 +SIZE (hashicorp-vault-0dc007d98cc8_GH0.tar.gz) = 27588167 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007141408.06EE8PAE055709>