aboutsummaryrefslogtreecommitdiff
path: root/security/acmetool
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-08-03 20:51:17 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-08-03 21:35:13 +0000
commitfcbe735f93fd788ec441228a34c5b7046c039fc9 (patch)
treee521f95d2d4018cabff7366cbdba3f6dbf8ba95a /security/acmetool
parentb42522214dcc52b9a932af5661d38d426a5b8adb (diff)
downloadports-fcbe735f93fd788ec441228a34c5b7046c039fc9.tar.gz
ports-fcbe735f93fd788ec441228a34c5b7046c039fc9.zip
all: Keep ports that need go1.18 on 1.18
Some ports are not (yet) buildable with go1.19, keep them on 1.18 for now.
Diffstat (limited to 'security/acmetool')
-rw-r--r--security/acmetool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile
index 138f077d5abc..9c227e7a1356 100644
--- a/security/acmetool/Makefile
+++ b/security/acmetool/Makefile
@@ -9,7 +9,7 @@ COMMENT= CLI tool for automatically acquiring certificates from ACME servers
LICENSE= MIT
-USES= go
+USES= go:1.18
USE_GITHUB= yes
GH_ACCOUNT= hlandau