svn commit: r447211 - in head: . sysutils/terraform

Nikolai Lifanov lifanov at FreeBSD.org
Thu Aug 3 13:38:24 UTC 2017


Author: lifanov
Date: Thu Aug  3 13:38:22 2017
New Revision: 447211
URL: https://svnweb.freebsd.org/changeset/ports/447211

Log:
  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.

Modified:
  head/UPDATING
  head/sysutils/terraform/Makefile
  head/sysutils/terraform/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Aug  3 13:34:57 2017	(r447210)
+++ head/UPDATING	Thu Aug  3 13:38:22 2017	(r447211)
@@ -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 at 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 at FreeBSD.org

Modified: head/sysutils/terraform/Makefile
==============================================================================
--- head/sysutils/terraform/Makefile	Thu Aug  3 13:34:57 2017	(r447210)
+++ head/sysutils/terraform/Makefile	Thu Aug  3 13:38:22 2017	(r447211)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	terraform
-PORTVERSION=	0.9.11
+PORTVERSION=	0.10.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
 MAINTAINER=	lifanov at FreeBSD.org
 COMMENT=	Provides a common configuration to launch infrastructure
 
-LICENSE=	MPL
+LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
@@ -19,5 +19,9 @@ PLIST_FILES=	bin/${PORTNAME}
 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>

Modified: head/sysutils/terraform/distinfo
==============================================================================
--- head/sysutils/terraform/distinfo	Thu Aug  3 13:34:57 2017	(r447210)
+++ head/sysutils/terraform/distinfo	Thu Aug  3 13:38:22 2017	(r447211)
@@ -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


More information about the svn-ports-head mailing list