aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2025-12-15 23:06:00 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2025-12-15 23:06:00 +0000
commit75d873b56a7440351ea2bdf9e4a6017db3889f32 (patch)
treedd0a71028812a5107c8cef9365e45d690dddfe64 /sysutils
parent7dc1a81584005a32ede4c7d2e48127ac6a1dc699 (diff)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/chaoskube/Makefile2
-rw-r--r--sysutils/choria/Makefile5
-rw-r--r--sysutils/cilium/Makefile2
-rw-r--r--sysutils/cloud-nuke/Makefile5
-rw-r--r--sysutils/containerd/Makefile5
-rw-r--r--sysutils/eksctl/Makefile2
-rw-r--r--sysutils/f2/Makefile2
-rw-r--r--sysutils/gdu/Makefile2
-rw-r--r--sysutils/go-wtf/Makefile2
-rw-r--r--sysutils/gonzo/Makefile5
-rw-r--r--sysutils/govmomi/Makefile5
-rw-r--r--sysutils/infracost/Makefile5
-rw-r--r--sysutils/ipget/Makefile2
-rw-r--r--sysutils/kapp/Makefile5
-rw-r--r--sysutils/kops/Makefile2
-rw-r--r--sysutils/kubo-go/Makefile5
-rw-r--r--sysutils/kustomize/Makefile2
-rw-r--r--sysutils/mongodb_exporter/Makefile2
-rw-r--r--sysutils/nginx-ui/Makefile2
-rw-r--r--sysutils/nomad-driver-podman/Makefile2
-rw-r--r--sysutils/opa/Makefile2
-rw-r--r--sysutils/popeye/Makefile5
-rw-r--r--sysutils/terraform-docs/Makefile2
-rw-r--r--sysutils/terraform-switcher/Makefile2
-rw-r--r--sysutils/terraform/Makefile2
-rw-r--r--sysutils/terragrunt/Makefile2
-rw-r--r--sysutils/tflint/Makefile2
27 files changed, 27 insertions, 54 deletions
diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile
index c58f34e0ef2b..572600cf22b4 100644
--- a/sysutils/chaoskube/Makefile
+++ b/sysutils/chaoskube/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/linki/chaoskube
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.25,modules
+USES= go:1.25+,modules
GO_MODULE= github.com/linki/chaoskube
PLIST_FILES= bin/${PORTNAME}
diff --git a/sysutils/choria/Makefile b/sysutils/choria/Makefile
index 5672983231d5..c7c128992669 100644
--- a/sysutils/choria/Makefile
+++ b/sysutils/choria/Makefile
@@ -11,10 +11,7 @@ WWW= https://choria.io/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.22,modules
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= choria-io
diff --git a/sysutils/cilium/Makefile b/sysutils/cilium/Makefile
index a96ba38e40a0..85d55051752f 100644
--- a/sysutils/cilium/Makefile
+++ b/sysutils/cilium/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/cilium/cilium-cli
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.25,modules
+USES= go:1.25+,modules
GO_MODULE= github.com/cilium/cilium-cli
GO_BUILDFLAGS= -ldflags="\
diff --git a/sysutils/cloud-nuke/Makefile b/sysutils/cloud-nuke/Makefile
index 4d45ec8840e8..68d88da2ef48 100644
--- a/sysutils/cloud-nuke/Makefile
+++ b/sysutils/cloud-nuke/Makefile
@@ -10,10 +10,7 @@ WWW= https://github.com/gruntwork-io/cloud-nuke
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cpe go:1.23,modules
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= cpe go:modules
CPE_VENDOR= gruntwork-io
GO_MODULE= github.com/gruntwork-io/cloud-nuke
diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile
index 3e7e014ecfcd..650243f175ae 100644
--- a/sysutils/containerd/Makefile
+++ b/sysutils/containerd/Makefile
@@ -13,13 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash:shells/bash
-USES= cpe gmake go:1.23,modules,no_targets
+USES= cpe gmake go:modules,no_targets
USE_GITHUB= yes
GH_SUBDIR= src/github.com/containerd/containerd
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
CPE_VENDOR= linuxfoundation
USE_RC_SUBR= containerd
diff --git a/sysutils/eksctl/Makefile b/sysutils/eksctl/Makefile
index 259cdb1080e1..94c920b1ba86 100644
--- a/sysutils/eksctl/Makefile
+++ b/sysutils/eksctl/Makefile
@@ -12,7 +12,7 @@ LICENSE= APACHE20
RUN_DEPENDS= kubectl:sysutils/kubectl
-USES= go:1.25,modules
+USES= go:1.25+,modules
PLIST_FILES= bin/${PORTNAME}
diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile
index 6bba5770fc43..6882e9b0f0a7 100644
--- a/sysutils/f2/Makefile
+++ b/sysutils/f2/Makefile
@@ -12,7 +12,7 @@ WWW= https://f2.freshman.tech/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
-USES= go:1.25,modules
+USES= go:1.25+,modules
GO_MODULE= github.com/ayoisaiah/f2/v2
GO_TARGET= ./cmd/f2
diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile
index 3d61b70ae28c..e36ab44e427c 100644
--- a/sysutils/gdu/Makefile
+++ b/sysutils/gdu/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/dundee/gdu
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= go:1.23,modules
+USES= go:modules
GO_MODULE= github.com/dundee/${PORTNAME}/${DISTVERSIONFULL:R:R}
GO_TARGET= ./cmd/${PORTNAME}
diff --git a/sysutils/go-wtf/Makefile b/sysutils/go-wtf/Makefile
index 4cf65a76e69f..e603817354a0 100644
--- a/sysutils/go-wtf/Makefile
+++ b/sysutils/go-wtf/Makefile
@@ -11,7 +11,7 @@ WWW= https://wtfutil.com
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= cpe go:1.25,modules
+USES= cpe go:1.25+,modules
GO_MODULE= github.com/wtfutil/wtf
GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}"
diff --git a/sysutils/gonzo/Makefile b/sysutils/gonzo/Makefile
index 53bbc0a894d6..7f1f3472c062 100644
--- a/sysutils/gonzo/Makefile
+++ b/sysutils/gonzo/Makefile
@@ -10,10 +10,7 @@ WWW= https://www.controltheory.com/gonzo/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.23,modules
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= go:modules
#NOT_FOR_ARCHS= armv6 armv7 i386
diff --git a/sysutils/govmomi/Makefile b/sysutils/govmomi/Makefile
index 9535796f293c..2b52f728a9f9 100644
--- a/sysutils/govmomi/Makefile
+++ b/sysutils/govmomi/Makefile
@@ -11,12 +11,9 @@ WWW= https://github.com/vmware/govmomi/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= go:1.22,modules
+USES= go:modules
GO_MODULE= github.com/vmware/govmomi
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
GO_TARGET= ./govc \
./vcsim
diff --git a/sysutils/infracost/Makefile b/sysutils/infracost/Makefile
index e6855f9c9a88..f78fdc45f0a5 100644
--- a/sysutils/infracost/Makefile
+++ b/sysutils/infracost/Makefile
@@ -16,10 +16,7 @@ ONLY_FOR_ARCHS_REASON= Requires 64-bit processor
RUN_DEPENDS= terraform:sysutils/terraform \
terragrunt:sysutils/terragrunt
-USES= go:1.23,modules
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= go:modules
GO_MODULE= github.com/${PORTNAME}/${PORTNAME}
diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile
index d5111bfcf686..968b134066a7 100644
--- a/sysutils/ipget/Makefile
+++ b/sysutils/ipget/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/ipfs/ipget
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.25,modules
+USES= go:1.25+,modules
GO_MODULE= github.com/ipfs/ipget
diff --git a/sysutils/kapp/Makefile b/sysutils/kapp/Makefile
index 43740836df56..2cec20322507 100644
--- a/sysutils/kapp/Makefile
+++ b/sysutils/kapp/Makefile
@@ -10,14 +10,11 @@ WWW= https://github.com/carvel-dev/kapp
LICENSE= APACHE20
-USES= go:1.22,modules
+USES= go:modules
GO_MODULE= github.com/carvel-dev/${PORTNAME}
GO_TARGET= ./cmd/${PORTNAME}
GO_BUILDFLAGS= -ldflags="-X carvel.dev/kapp/pkg/kapp/version.Version=v${DISTVERSION}"
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile
index b92fd5f2716f..5e332b7daf73 100644
--- a/sysutils/kops/Makefile
+++ b/sysutils/kops/Makefile
@@ -14,7 +14,7 @@ BROKEN_i386= linking fails: mapping output file failed: cannot allocate memory
BUILD_DEPENDS= go-bindata:devel/go-bindata
-USES= go:1.25,modules
+USES= go:1.25+,modules
USE_GITHUB= yes
GH_ACCOUNT= kubernetes
diff --git a/sysutils/kubo-go/Makefile b/sysutils/kubo-go/Makefile
index ab10c5acb623..919225f23c07 100644
--- a/sysutils/kubo-go/Makefile
+++ b/sysutils/kubo-go/Makefile
@@ -14,10 +14,7 @@ LICENSE_COMB= dual
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
-USES= cpe go:1.22,modules
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= cpe go:modules
CONFLICTS_INSTALL?= ipfs-go-*
diff --git a/sysutils/kustomize/Makefile b/sysutils/kustomize/Makefile
index 87ff2fe365bd..7f515d510aa6 100644
--- a/sysutils/kustomize/Makefile
+++ b/sysutils/kustomize/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/kubernetes-sigs/kustomize
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.24,modules
+USES= go:1.24+,modules
_BUILD_DATE= $$(date -u +"%FT%T%z")
diff --git a/sysutils/mongodb_exporter/Makefile b/sysutils/mongodb_exporter/Makefile
index 909d269ecfd3..477af5cd6e09 100644
--- a/sysutils/mongodb_exporter/Makefile
+++ b/sysutils/mongodb_exporter/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/percona/mongodb_exporter
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.24,modules
+USES= go:1.24+,modules
USE_RC_SUBR= mongodb_exporter
GO_MODULE= github.com/percona/mongodb_exporter
diff --git a/sysutils/nginx-ui/Makefile b/sysutils/nginx-ui/Makefile
index 274c6f37617e..6356be4476f6 100644
--- a/sysutils/nginx-ui/Makefile
+++ b/sysutils/nginx-ui/Makefile
@@ -14,7 +14,7 @@ WWW= https://nginxui.com
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.25,modules
+USES= go:1.25+,modules
USE_GITHUB= yes
GH_ACCOUNT= 0xJacky
diff --git a/sysutils/nomad-driver-podman/Makefile b/sysutils/nomad-driver-podman/Makefile
index f1beb327ff72..90a80728afb2 100644
--- a/sysutils/nomad-driver-podman/Makefile
+++ b/sysutils/nomad-driver-podman/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= nomad:sysutils/nomad \
podman:sysutils/podman
-USES= go:1.25,modules
+USES= go:1.25+,modules
GO_MODULE= github.com/hashicorp/nomad-driver-podman
GO_TARGET= :${PREFIX}/libexec/nomad/plugins/nomad-driver-podman
diff --git a/sysutils/opa/Makefile b/sysutils/opa/Makefile
index bc9764299d25..c3fa06aaac52 100644
--- a/sysutils/opa/Makefile
+++ b/sysutils/opa/Makefile
@@ -12,7 +12,7 @@ WWW= https://www.openpolicyagent.org/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.24,modules
+USES= go:1.24+,modules
GO_MODULE= github.com/open-policy-agent/opa
diff --git a/sysutils/popeye/Makefile b/sysutils/popeye/Makefile
index c50b24ce9ef8..d058b735979b 100644
--- a/sysutils/popeye/Makefile
+++ b/sysutils/popeye/Makefile
@@ -14,10 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS_REASON= Compilation fails due to integer overflow
NOT_FOR_ARCHS= armv7 i386
-USES= go:1.23,modules
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= go:modules
_BUILD_DATE= $$(date -u +"%FT%T%z")
_BUILD_HASH= f736e64
diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile
index b86bb5a71b34..093da9bbab69 100644
--- a/sysutils/terraform-docs/Makefile
+++ b/sysutils/terraform-docs/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/terraform-docs/terraform-docs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.24,modules
+USES= go:1.24+,modules
GO_MODULE= github.com/terraform-docs/terraform-docs
PLIST_FILES= bin/${PORTNAME}
diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile
index f1061421474d..7facae55bdee 100644
--- a/sysutils/terraform-switcher/Makefile
+++ b/sysutils/terraform-switcher/Makefile
@@ -11,7 +11,7 @@ WWW= https://tfswitch.warrensbox.com/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.24,modules
+USES= go:1.24+,modules
GO_MODULE= github.com/warrensbox/${PORTNAME}
GO_BUILDFLAGS= -ldflags "\
diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile
index 05db4487056f..30dec4ac5a18 100644
--- a/sysutils/terraform/Makefile
+++ b/sysutils/terraform/Makefile
@@ -22,7 +22,7 @@ MAINTAINER= dutra@FreeBSD.org
COMMENT= Provides a common configuration to launch infrastructure
WWW= https://terraform.io/
-USES= cpe go:1.24,modules
+USES= cpe go:1.24+,modules
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
GH_PROJECT= terraform
diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile
index d5a9a7ddb544..951f327fd25d 100644
--- a/sysutils/terragrunt/Makefile
+++ b/sysutils/terragrunt/Makefile
@@ -11,7 +11,7 @@ WWW= https://terragrunt.gruntwork.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= go:1.25,modules
+USES= go:1.25+,modules
GO_MODULE= github.com/gruntwork-io/terragrunt
diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile
index 5e709f831511..7c0cc96adc33 100644
--- a/sysutils/tflint/Makefile
+++ b/sysutils/tflint/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/terraform-linters/tflint
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.25,modules
+USES= go:1.25+,modules
GO_MODULE= github.com/terraform-linters/tflint