pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

terraform-provider-local: Adjust to renamed/new terraform/provider.mk variables



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Mar 28 13:13:41 2021 +0200
Changeset:	402afa4ecbb64be353575dc854977b788f335585

Modified Files:
	terraform-provider-local/Makefile
	terraform-provider-local/PLIST

Log Message:
terraform-provider-local: Adjust to renamed/new terraform/provider.mk variables

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=402afa4ecbb64be353575dc854977b788f335585

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 terraform-provider-local/Makefile | 3 ++-
 terraform-provider-local/PLIST    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/terraform-provider-local/Makefile b/terraform-provider-local/Makefile
index 6b9683e83e..2faadc208e 100644
--- a/terraform-provider-local/Makefile
+++ b/terraform-provider-local/Makefile
@@ -15,7 +15,8 @@ GO_BUILD_PATTERN=	.
 UNLIMIT_RESOURCES=	datasize virtualsize
 
 TERRAFORM_PROVIDER_BIN=		terraform-provider-local
-TERRAFORM_PROVIDER_NAME=	hashicorp/local
+TERRAFORM_PROVIDER_NAMESPACE=	hashicorp
+TERRAFORM_PROVIDER_TYPE=	local
 
 .include "go-modules.mk"
 
diff --git a/terraform-provider-local/PLIST b/terraform-provider-local/PLIST
index 6c856b238d..d714ade775 100644
--- a/terraform-provider-local/PLIST
+++ b/terraform-provider-local/PLIST
@@ -1,2 +1,2 @@
 @comment $NetBSD$
-share/terraform/plugins/${TERRAFORM_PROVIDER_REGISTRY}/${TERRAFORM_PROVIDER_NAME}/${TERRAFORM_PROVIDER_VERSION}/${GO_PLATFORM}/terraform-provider-local
+share/terraform/plugins/${TERRAFORM_PROVIDER_HOSTNAME}/${TERRAFORM_PROVIDER_NAMESPACE}/${TERRAFORM_PROVIDER_TYPE}/${TERRAFORM_PROVIDER_VERSION}/${GO_PLATFORM}/terraform-provider-local


Home | Main Index | Thread Index | Old Index