mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
update sysutils/terraform to 0.12.8 and unbreak with go1.13
PR: 240290 Submitted by: Dmitri Goutnik <dg@syrec.org>
This commit is contained in:
parent
9acc4db3a7
commit
f70b7a5851
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511320
2 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= terraform
|
PORTNAME= terraform
|
||||||
PORTVERSION= 0.12.6
|
PORTVERSION= 0.12.8
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
|
@ -16,9 +16,7 @@ GH_ACCOUNT= hashicorp
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
USES= go
|
USES= go:modules
|
||||||
|
|
||||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} 's|Prerelease = "dev"|Prerelease = ""|' \
|
${REINPLACE_CMD} 's|Prerelease = "dev"|Prerelease = ""|' \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1565566051
|
TIMESTAMP = 1567781888
|
||||||
SHA256 (hashicorp-terraform-v0.12.6_GH0.tar.gz) = df108a45f5ba2658eed844c3a6647117324c99770e06cbd549b26dd7c20ee623
|
SHA256 (hashicorp-terraform-v0.12.8_GH0.tar.gz) = f1c69a264c76de20afbca92943419668f02a46005111347959d25ea285c2f5cc
|
||||||
SIZE (hashicorp-terraform-v0.12.6_GH0.tar.gz) = 9728742
|
SIZE (hashicorp-terraform-v0.12.8_GH0.tar.gz) = 9945904
|
||||||
|
|
Loading…
Add table
Reference in a new issue