Update to terraform-0.13.4.

This commit is contained in:
ajacoutot 2020-10-03 11:21:17 +00:00
parent ce2b3d4a97
commit c600d2c592
4 changed files with 4 additions and 36 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.43 2020/09/18 13:27:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.44 2020/10/03 11:21:17 ajacoutot Exp $
COMMENT= tool for building, changing, and versioning infrastructure
GH_TAGNAME= v0.13.3
GH_TAGNAME= v0.13.4
GH_ACCOUNT= hashicorp
GH_PROJECT= terraform

View File

@ -1,2 +1,2 @@
SHA256 (terraform-0.13.3.tar.gz) = G13KzpzJ2Fnj0kLP2z8d5NzwGYBQPGW4BY/5JhdXCG8=
SIZE (terraform-0.13.3.tar.gz) = 12801673
SHA256 (terraform-0.13.4.tar.gz) = qP0FdFlMU0s78sC3Hu6Ir/UCpVGniPYQ+ItSpxXwDBA=
SIZE (terraform-0.13.4.tar.gz) = 12800024

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-vendor_github_com_apparentlymart_go-userdirs_userdirs_app_stub_go,v 1.2 2020/09/16 12:22:52 ajacoutot Exp $
From 9e6d14ac4b89051d4362d53b2ce75fbf9dfd4a57 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@bsdfrog.org>
Date: Tue, 15 Sep 2020 19:41:16 +0200
Subject: [PATCH] Use XDG Basedir on OpenBSD too
Index: vendor/github.com/apparentlymart/go-userdirs/userdirs/app_stub.go
--- vendor/github.com/apparentlymart/go-userdirs/userdirs/app_stub.go.orig
+++ vendor/github.com/apparentlymart/go-userdirs/userdirs/app_stub.go
@@ -1,4 +1,4 @@
-// +build !linux,!windows,!darwin,!aix,!dragonfly,!freebsd,!netbsd,!solaris
+// +build !linux,!windows,!darwin,!aix,!dragonfly,!freebsd,!netbsd,!openbsd,!solaris
// The above build constraint must contain the negation of all of the build
// constraints found in the other app_*.go files, to catch any other OS

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-vendor_github_com_apparentlymart_go-userdirs_userdirs_app_unix_go,v 1.2 2020/09/16 12:22:52 ajacoutot Exp $
From 9e6d14ac4b89051d4362d53b2ce75fbf9dfd4a57 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@bsdfrog.org>
Date: Tue, 15 Sep 2020 19:41:16 +0200
Subject: [PATCH] Use XDG Basedir on OpenBSD too
Index: vendor/github.com/apparentlymart/go-userdirs/userdirs/app_unix.go
--- vendor/github.com/apparentlymart/go-userdirs/userdirs/app_unix.go.orig
+++ vendor/github.com/apparentlymart/go-userdirs/userdirs/app_unix.go
@@ -1,4 +1,4 @@
-// +build linux aix dragonfly freebsd netbsd solaris
+// +build linux aix dragonfly freebsd netbsd openbsd solaris
package userdirs