git: 07f4bfef61a6 - main - security/acmetool: remove specific golang version requirment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 08:09:31 UTC
The branch main has been updated by samm: URL: https://cgit.FreeBSD.org/ports/commit/?id=07f4bfef61a6aba9bcbf47752738939dbefab14f commit 07f4bfef61a6aba9bcbf47752738939dbefab14f Author: Oleksii Samorukov <samm@FreeBSD.org> AuthorDate: 2023-08-16 08:08:21 +0000 Commit: Oleksii Samorukov <samm@FreeBSD.org> CommitDate: 2023-08-16 08:08:56 +0000 security/acmetool: remove specific golang version requirment --- security/acmetool/Makefile | 4 ++-- 1 file 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