Created attachment 220705 [details] patch I have attempted to update the port, but I am encountering this build failure: # github.com/coreos/etcd/clientv3 vendor/github.com/coreos/etcd/clientv3/health_balancer.go:54:10: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:60:18: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:137:54: undefined: grpc.BalancerConfig vendor/github.com/coreos/etcd/clientv3/health_balancer.go:208:41: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:383:34: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:434:38: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:470:56: undefined: grpc.BalancerGetOptions vendor/github.com/coreos/etcd/clientv3/health_balancer.go:470:82: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:518:44: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:577:22: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:577:22: too many errors Maybe someone else will be able to fix it.
Created attachment 220706 [details] updated patch I fixed that error, but now I have: # k8s.io/klog vendor/k8s.io/klog/klog.go:1280:34: cannot use logging.logr.V(int(level)) (type logr.InfoLogger) as type logr.Logger in field value: logr.InfoLogger does not implement logr.Logger (missing Error method)
Created attachment 220707 [details] updated patch I got it working!
Created attachment 220708 [details] build log
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/236655209
Created attachment 222111 [details] updated patch New patch to update to 0.14.5
Created attachment 223222 [details] updated patch Updated patch for 0.14.8
Created attachment 224196 [details] updated patch Update to 0.14.10
Maintainer reset.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5bf2541c6327166b455d98e4d3ce94d9891dff8 commit b5bf2541c6327166b455d98e4d3ce94d9891dff8 Author: Brad Davis <brd@FreeBSD.org> AuthorDate: 2021-05-05 15:15:29 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-05-05 15:24:39 +0000 sysutils/terraform: Update to 0.14.10 PR: 251949 sysutils/terraform/Makefile | 161 +++++++++++++++++++++- sysutils/terraform/distinfo | 318 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 475 insertions(+), 4 deletions(-)
Committed, thanks!