Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 08:09:31 GMT
From:      Oleksii Samorukov <samm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 07f4bfef61a6 - main - security/acmetool: remove specific golang version requirment
Message-ID:  <202308160809.37G89Vav077339@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308160809.37G89Vav077339>