diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-12-16 00:06:00 +0100 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-12-16 00:06:00 +0100 |
| commit | 75d873b56a7440351ea2bdf9e4a6017db3889f32 (patch) | |
| tree | dd0a71028812a5107c8cef9365e45d690dddfe64 /sysutils/eksctl | |
| parent | www/codeberg-pages-server: Update to 6.4 (diff) | |
many: Unpin Go ports
* Ports that were pinned to a deprecated version of Go (1.23 or older)
have been unpinned.
* Ports that were pinned to a still-supported version of Go (1.24 or
newer) have been converted to requesting that as their minimum Go
version.
* Ports that had been forcibly deprecated for pinning an expired Go
version have been undeprecated.
Diffstat (limited to 'sysutils/eksctl')
| -rw-r--r-- | sysutils/eksctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
