aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-08-03 13:38:22 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-08-03 13:38:22 +0000
commitdd567576a4f3a45267b21cc1bf63029fd9a2462c (patch)
tree99b682bdafe5aaf8a52e58ce015e7aaa8144dd22
parent4f1b61e45ceb57ca37f1a1891c2ed34c3c19c0fd (diff)
downloadports-dd567576a4f3a45267b21cc1bf63029fd9a2462c.tar.gz
ports-dd567576a4f3a45267b21cc1bf63029fd9a2462c.zip
update sysutils/terraform to 0.10.0
This is a major release. Please read the upgrading guide: https://www.terraform.io/upgrade-guides/0-10.html Changes: https://github.com/hashicorp/terraform/blob/v0.10.0/CHANGELOG.md While here, switch LICENSE to MPL20.
Notes
Notes: svn path=/head/; revision=447211
-rw-r--r--UPDATING10
-rw-r--r--sysutils/terraform/Makefile8
-rw-r--r--sysutils/terraform/distinfo6
3 files changed, 19 insertions, 5 deletions
diff --git a/UPDATING b/UPDATING
index 843a73c12221..8729e361547c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20170803:
+ AFFECTS: users of sysutils/terraform
+ AUTHOR: lifanov@FreeBSD.org
+
+ Terraform was updated to version 0.10.0, which split out provider plugins.
+ Provider plugins are now installed in the project directory the next time
+ "terraform init" is run. Please see the complete upgrading guide:
+
+ https://www.terraform.io/upgrade-guides/0-10.html
+
20170729:
AFFECTS: users of net-p2p/bitcoin
AUTHOR: lwhsu@FreeBSD.org
diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile
index ffdde1774c34..80495a2fb84b 100644
--- a/sysutils/terraform/Makefile
+++ b/sysutils/terraform/Makefile
@@ -1,14 +1,14 @@
# $FreeBSD$
PORTNAME= terraform
-PORTVERSION= 0.9.11
+PORTVERSION= 0.10.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Provides a common configuration to launch infrastructure
-LICENSE= MPL
+LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
@@ -20,4 +20,8 @@ USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
+post-patch:
+ ${REINPLACE_CMD} 's|VersionPrerelease = "dev"|VersionPrerelease = ""|' \
+ ${WRKSRC}/terraform/version.go
+
.include <bsd.port.mk>
diff --git a/sysutils/terraform/distinfo b/sysutils/terraform/distinfo
index bf40ce11468f..4a13e47296e8 100644
--- a/sysutils/terraform/distinfo
+++ b/sysutils/terraform/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499264652
-SHA256 (hashicorp-terraform-v0.9.11_GH0.tar.gz) = 400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb
-SIZE (hashicorp-terraform-v0.9.11_GH0.tar.gz) = 17785070
+TIMESTAMP = 1501766278
+SHA256 (hashicorp-terraform-v0.10.0_GH0.tar.gz) = 37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a
+SIZE (hashicorp-terraform-v0.10.0_GH0.tar.gz) = 6962906