pkgsrc-WIP-changes archive

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

terraform-provider-postgresql: Fix copypastos



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri May 14 12:35:50 2021 +0200
Changeset:	e2780630b9802a77c39acefad24525ea6a9e3c45

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

Log Message:
terraform-provider-postgresql: Fix copypastos

Now it properly uses wip/terraform/ infrastructure.

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

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

diffstat:
 terraform-provider-postgresql/Makefile | 6 +++---
 terraform-provider-postgresql/PLIST    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/terraform-provider-postgresql/Makefile b/terraform-provider-postgresql/Makefile
index ee00fd163b..09c6bad9ef 100644
--- a/terraform-provider-postgresql/Makefile
+++ b/terraform-provider-postgresql/Makefile
@@ -12,9 +12,9 @@ LICENSE=	mpl-2.0
 
 GO_BUILD_PATTERN=	.
 
-TERRAFORM_PROVIDER_BIN=		terraform-provider-aws
-TERRAFORM_PROVIDER_NAMESPACE=	hashicorp
-TERRAFORM_PROVIDER_TYPE=	aws
+TERRAFORM_PROVIDER_BIN=		terraform-provider-postgresql
+TERRAFORM_PROVIDER_NAMESPACE=	cyrilgdn
+TERRAFORM_PROVIDER_TYPE=	postgresql
 
 .include "go-modules.mk"
 
diff --git a/terraform-provider-postgresql/PLIST b/terraform-provider-postgresql/PLIST
index a017e17f35..a525b4ed1d 100644
--- a/terraform-provider-postgresql/PLIST
+++ b/terraform-provider-postgresql/PLIST
@@ -1,2 +1,2 @@
 @comment $NetBSD$
-bin/terraform-provider-postgresql
+share/terraform/plugins/${TERRAFORM_PROVIDER_HOSTNAME}/${TERRAFORM_PROVIDER_NAMESPACE}/${TERRAFORM_PROVIDER_TYPE}/${TERRAFORM_PROVIDER_VERSION}/${GO_PLATFORM}/terraform-provider-postgresql


Home | Main Index | Thread Index | Old Index