git: 3bee48c6f508 - main - ftp/sftpgo: remove go version pin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Oct 2024 17:08:40 UTC
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