aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorOleksii Samorukov <samm@FreeBSD.org>2023-08-16 08:08:21 +0000
committerOleksii Samorukov <samm@FreeBSD.org>2023-08-16 08:08:56 +0000
commit07f4bfef61a6aba9bcbf47752738939dbefab14f (patch)
tree87adbb586c26ec5d364c43d17f94ece442818f23 /security
parentac23c86af20cc5b487d40116672329c0c4d7a7b6 (diff)
downloadports-07f4bfef61a6aba9bcbf47752738939dbefab14f.tar.gz
ports-07f4bfef61a6aba9bcbf47752738939dbefab14f.zip
security/acmetool: remove specific golang version requirment
Diffstat (limited to 'security')
-rw-r--r--security/acmetool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile
index 4e7159ae4392..514eb24eb249 100644
--- a/security/acmetool/Makefile
+++ b/security/acmetool/Makefile
@@ -1,7 +1,7 @@
PORTNAME= acmetool
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MAINTAINER= samm@FreeBSD.org
@@ -10,7 +10,7 @@ WWW= https://github.com/hlandau/acme/
LICENSE= MIT
-USES= go:1.20
+USES= go
USE_GITHUB= yes
GH_ACCOUNT= hlandau