pkgsrc-WIP-changes archive

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

terraform-provider-aws3: Rename package



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Nov 13 17:42:07 2022 +0100
Changeset:	515af171308504182cbd3230638cef4029aaa1b1

Modified Files:
	terraform-provider-aws3/Makefile

Log Message:
terraform-provider-aws3: Rename package

Unfortunately this ended accidentally as part of commit
8daea67fa37c4b8902e0645f972ac3d44ba2068d, sorry.

Rename the package from terraform-provider-aws to
terraform-provider-aws3 so that we can import latest
terraform-provider-aws as terraform-provider-aws.

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

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

diffstat:
 terraform-provider-aws3/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/terraform-provider-aws3/Makefile b/terraform-provider-aws3/Makefile
index 1875a47371..b3d2606390 100644
--- a/terraform-provider-aws3/Makefile
+++ b/terraform-provider-aws3/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD: Makefile,v 1.25 2021/03/19 17:37:03 bsiegert Exp $
 
 DISTNAME=	terraform-provider-aws-3.75.1
+PKGNAME=	${DISTNAME:S/aws/aws3/}
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=terraform-providers/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -14,6 +15,8 @@ GO_BUILD_PATTERN=	.
 
 UNLIMIT_RESOURCES=	datasize virtualsize
 
+WRKSRC=	${WRKDIR}/${DISTNAME}
+
 TERRAFORM_PROVIDER_BIN=		terraform-provider-aws
 TERRAFORM_PROVIDER_NAMESPACE=	hashicorp
 TERRAFORM_PROVIDER_TYPE=	aws


Home | Main Index | Thread Index | Old Index