pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
terraform-provider-local: Define TERRAFORM_PROVIDER_LEGACY_INSTALL
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Mar 2 18:36:31 2026 +0100
Changeset: 2738f1c4512f169ef0de864a63f640b365be58e1
Modified Files:
terraform-provider-local/Makefile
terraform-provider-local/PLIST
Added Files:
terraform-provider-local/COMMIT_MSG
Log Message:
terraform-provider-local: Define TERRAFORM_PROVIDER_LEGACY_INSTALL
It is present as net/terraform-provider-local and this package is
intended to replace it.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2738f1c4512f169ef0de864a63f640b365be58e1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
terraform-provider-local/COMMIT_MSG | 2 ++
terraform-provider-local/Makefile | 2 ++
terraform-provider-local/PLIST | 5 +++--
3 files changed, 7 insertions(+), 2 deletions(-)
diffs:
diff --git a/terraform-provider-local/COMMIT_MSG b/terraform-provider-local/COMMIT_MSG
new file mode 100644
index 0000000000..0a07b18692
--- /dev/null
+++ b/terraform-provider-local/COMMIT_MSG
@@ -0,0 +1,2 @@
+- According changelog the only incompatibility is with Terraform 0.11.x so it
+ should be safe to bump it to the latest 2.x version
diff --git a/terraform-provider-local/Makefile b/terraform-provider-local/Makefile
index ebdf7252cd..2b34165995 100644
--- a/terraform-provider-local/Makefile
+++ b/terraform-provider-local/Makefile
@@ -16,6 +16,8 @@ TERRAFORM_PROVIDER_BIN= terraform-provider-local
TERRAFORM_PROVIDER_NAMESPACE= hashicorp
TERRAFORM_PROVIDER_TYPE= local
+TERRAFORM_PROVIDER_LEGACY_INSTALL= yes
+
.include "go-modules.mk"
.include "../../lang/go/go-module.mk"
diff --git a/terraform-provider-local/PLIST b/terraform-provider-local/PLIST
index 34faf75555..d65db578fa 100644
--- a/terraform-provider-local/PLIST
+++ b/terraform-provider-local/PLIST
@@ -1,3 +1,4 @@
@comment $NetBSD$
-share/terraform/plugins/${OPENTOFU_PROVIDER_HOSTNAME}/${TERRAFORM_PROVIDER_NAMESPACE}/${TERRAFORM_PROVIDER_TYPE}/${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
+${PLIST.legacy}bin/terraform-provider-${TERRAFORM_PROVIDER_TYPE}_v${TERRAFORM_PROVIDER_VERSION}
+share/terraform/plugins/${OPENTOFU_PROVIDER_HOSTNAME}/${TERRAFORM_PROVIDER_NAMESPACE}/${TERRAFORM_PROVIDER_TYPE}/${TERRAFORM_PROVIDER_VERSION}/${GO_PLATFORM}/terraform-provider-${TERRAFORM_PROVIDER_TYPE}
+share/terraform/plugins/${TERRAFORM_PROVIDER_HOSTNAME}/${TERRAFORM_PROVIDER_NAMESPACE}/${TERRAFORM_PROVIDER_TYPE}/${TERRAFORM_PROVIDER_VERSION}/${GO_PLATFORM}/terraform-provider-${TERRAFORM_PROVIDER_TYPE}
Home |
Main Index |
Thread Index |
Old Index