pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
terraform: Remove version.mk
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu Feb 26 10:50:23 2026 +0100
Changeset: 5fb9390eadebbfa086f2af1029510e3a1f176d82
Modified Files:
opentofu110/Makefile
terraform/provider.mk
terraform012/Makefile
terraform013/Makefile
terraform014/Makefile
terraform015/Makefile
terraform11/Makefile
terraform13/Makefile
terraform15/Makefile
Removed Files:
terraform/version.mk
Log Message:
terraform: Remove version.mk
It was used only in the various terraform/opentofu (non-provider)
packages and only adds an useless layer of indirection.
NFCI.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5fb9390eadebbfa086f2af1029510e3a1f176d82
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opentofu110/Makefile | 6 ++----
terraform/provider.mk | 2 --
terraform/version.mk | 13 -------------
terraform012/Makefile | 4 ++--
terraform013/Makefile | 6 ++----
terraform014/Makefile | 6 ++----
terraform015/Makefile | 6 ++----
terraform11/Makefile | 6 ++----
terraform13/Makefile | 6 ++----
terraform15/Makefile | 6 ++----
10 files changed, 16 insertions(+), 45 deletions(-)
diffs:
diff --git a/opentofu110/Makefile b/opentofu110/Makefile
index 23de56fb17..7a70b46807 100644
--- a/opentofu110/Makefile
+++ b/opentofu110/Makefile
@@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.16 2021/01/27 13:35:58 leot Exp $
-.include "../../wip/terraform/version.mk"
-
-DISTNAME= opentofu-${OPENTOFU110_VERSION}
-PKGNAME= opentofu110-${OPENTOFU110_VERSION}
+DISTNAME= opentofu-1.10.6
+PKGNAME= opentofu110-1.10.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=opentofu/}
GITHUB_PROJECT= opentofu
diff --git a/terraform/provider.mk b/terraform/provider.mk
index cd55fdc92f..694ed0fe9f 100644
--- a/terraform/provider.mk
+++ b/terraform/provider.mk
@@ -48,8 +48,6 @@
# Keywords: opentofu terraform
#
-.include "../../wip/terraform/version.mk"
-
TERRAFORM_PROVIDER_HOSTNAME?= registry.terraform.io
TERRAFORM_PROVIDER_VERSION?= ${PKGVERSION_NOREV}
TERRAFORM_PROVIDER_DIR?= share/terraform/plugins/${TERRAFORM_PROVIDER_HOSTNAME}/${TERRAFORM_PROVIDER_NAMESPACE}/${TERRAFORM_PROVIDER_TYPE}/${TERRAFORM_PROVIDER_VERSION}/${GO_PLATFORM}
diff --git a/terraform/version.mk b/terraform/version.mk
deleted file mode 100644
index a564c972a3..0000000000
--- a/terraform/version.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-OPENTOFU110_VERSION= 1.10.6
-TERRAFORM15_VERSION= 1.5.7
-TERRAFORM13_VERSION= 1.3.10
-TERRAFORM11_VERSION= 1.1.9
-TERRAFORM015_VERSION= 0.15.5
-TERRAFORM014_VERSION= 0.14.11
-TERRAFORM013_VERSION= 0.13.7
-TERRAFORM012_VERSION= 0.12.31
-
-.include "../../lang/go/go-vars.mk"
-.include "../../mk/bsd.prefs.mk"
diff --git a/terraform012/Makefile b/terraform012/Makefile
index d901a87393..defba0222b 100644
--- a/terraform012/Makefile
+++ b/terraform012/Makefile
@@ -2,8 +2,8 @@
.include "../../wip/terraform/version.mk"
-DISTNAME= terraform-${TERRAFORM012_VERSION}
-PKGNAME= terraform012-${TERRAFORM012_VERSION}
+DISTNAME= terraform-0.12.31
+PKGNAME= terraform012-0.12.31
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
GITHUB_PROJECT= terraform
diff --git a/terraform013/Makefile b/terraform013/Makefile
index 766ebff53a..461520ef31 100644
--- a/terraform013/Makefile
+++ b/terraform013/Makefile
@@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.16 2021/01/27 13:35:58 leot Exp $
-.include "../../wip/terraform/version.mk"
-
-DISTNAME= terraform-${TERRAFORM013_VERSION}
-PKGNAME= terraform013-${TERRAFORM013_VERSION}
+DISTNAME= terraform-0.13.7
+PKGNAME= terraform013-0.13.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
GITHUB_PROJECT= terraform
diff --git a/terraform014/Makefile b/terraform014/Makefile
index 7192eea399..fb493e40ad 100644
--- a/terraform014/Makefile
+++ b/terraform014/Makefile
@@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.16 2021/01/27 13:35:58 leot Exp $
-.include "../../wip/terraform/version.mk"
-
-DISTNAME= terraform-${TERRAFORM014_VERSION}
-PKGNAME= terraform014-${TERRAFORM014_VERSION}
+DISTNAME= terraform-0.14.11
+PKGNAME= terraform014-0.14.11
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
GITHUB_PROJECT= terraform
diff --git a/terraform015/Makefile b/terraform015/Makefile
index 2de9297828..734e8d33e6 100644
--- a/terraform015/Makefile
+++ b/terraform015/Makefile
@@ -1,9 +1,7 @@
# $NetBSD$
-.include "../../wip/terraform/version.mk"
-
-DISTNAME= terraform-${TERRAFORM015_VERSION}
-PKGNAME= terraform015-${TERRAFORM015_VERSION}
+DISTNAME= terraform-0.15.5
+PKGNAME= terraform015-0.15.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
GITHUB_PROJECT= terraform
diff --git a/terraform11/Makefile b/terraform11/Makefile
index 4229f0ab4b..dd59ef32bc 100644
--- a/terraform11/Makefile
+++ b/terraform11/Makefile
@@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.16 2021/01/27 13:35:58 leot Exp $
-.include "../../wip/terraform/version.mk"
-
-DISTNAME= terraform-${TERRAFORM11_VERSION}
-PKGNAME= terraform11-${TERRAFORM11_VERSION}
+DISTNAME= terraform-1.1.9
+PKGNAME= terraform11-1.1.9
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
GITHUB_PROJECT= terraform
diff --git a/terraform13/Makefile b/terraform13/Makefile
index dc9c1fa2c5..b6b19748e3 100644
--- a/terraform13/Makefile
+++ b/terraform13/Makefile
@@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.16 2021/01/27 13:35:58 leot Exp $
-.include "../../wip/terraform/version.mk"
-
-DISTNAME= terraform-${TERRAFORM13_VERSION}
-PKGNAME= terraform13-${TERRAFORM13_VERSION}
+DISTNAME= terraform-1.3.10
+PKGNAME= terraform13-1.3.10
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
GITHUB_PROJECT= terraform
diff --git a/terraform15/Makefile b/terraform15/Makefile
index 4adf70a978..ad7164852d 100644
--- a/terraform15/Makefile
+++ b/terraform15/Makefile
@@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.16 2021/01/27 15:35:58 leot Exp $
-.include "../../wip/terraform/version.mk"
-
-DISTNAME= terraform-${TERRAFORM15_VERSION}
-PKGNAME= terraform15-${TERRAFORM15_VERSION}
+DISTNAME= terraform-1.5.7
+PKGNAME= terraform15-1.5.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
GITHUB_PROJECT= terraform
Home |
Main Index |
Thread Index |
Old Index