pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
terraform-provider-aws3: Add SUPERSEDES
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Mar 2 11:34:44 2026 +0100
Changeset: d5c6d65c0ccfff617e6f3d30bde0f68d989bd413
Modified Files:
terraform-provider-aws3/Makefile
Removed Files:
terraform-provider-aws3/TODO
Log Message:
terraform-provider-aws3: Add SUPERSEDES
It is intended to replace net/terraform-provider-aws and also coexists
with other terraform-provider-aws* in order to have multiple versions of
aws provider installed at the same time.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d5c6d65c0ccfff617e6f3d30bde0f68d989bd413
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 +++
terraform-provider-aws3/TODO | 2 --
2 files changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/terraform-provider-aws3/Makefile b/terraform-provider-aws3/Makefile
index 0e37a59cf6..3642b4cace 100644
--- a/terraform-provider-aws3/Makefile
+++ b/terraform-provider-aws3/Makefile
@@ -12,6 +12,9 @@ HOMEPAGE= https://www.terraform.io/docs/providers/aws/
COMMENT= Terraform provider for Amazon Web Services
LICENSE= mpl-2.0
+# Previous net/terraform-provider-aws (3.x) did not have any version suffix
+SUPERSEDES+= terraform-provider-aws-[0-9]*
+
GO_BUILD_PATTERN= .
UNLIMIT_RESOURCES= datasize virtualsize
diff --git a/terraform-provider-aws3/TODO b/terraform-provider-aws3/TODO
deleted file mode 100644
index 4020e908da..0000000000
--- a/terraform-provider-aws3/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- Add SUPERSEDES for net/terraform-provider-aws due having extra version suffix
- number for the major version
Home |
Main Index |
Thread Index |
Old Index