Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2024 17:08:40 GMT
From:      Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3bee48c6f508 - main - ftp/sftpgo: remove go version pin
Message-ID:  <202410011708.491H8e3q028497@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by skozlov:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bee48c6f50820ded7c298ef3fae1ca9969b38b1

commit 3bee48c6f50820ded7c298ef3fae1ca9969b38b1
Author:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
AuthorDate: 2024-10-01 17:04:04 +0000
Commit:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
CommitDate: 2024-10-01 17:04:04 +0000

    ftp/sftpgo: remove go version pin
    
    The port actually builds fine for 1.23 as well.
    
    PR:                             281795
    Reported by:    Jordan Ostreff <jordan@ostreff.info>
---
 ftp/sftpgo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile
index 2784051397e6..fe93897454d2 100644
--- a/ftp/sftpgo/Makefile
+++ b/ftp/sftpgo/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/drakkan/sftpgo
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.22,modules tar:xz
+USES=		go:modules tar:xz
 USE_RC_SUBR=	${PORTNAME}
 
 NO_WRKSUBDIR=	yes


home | help

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