diff options
author | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2024-10-01 17:04:04 +0000 |
---|---|---|
committer | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2024-10-01 17:04:04 +0000 |
commit | 3bee48c6f50820ded7c298ef3fae1ca9969b38b1 (patch) | |
tree | af539169dd50513846c4c4247fdbbe1034b1d1f3 | |
parent | 07f9ae470f6528530f175dc312d402dece8986d2 (diff) | |
download | ports-3bee48c6f50820ded7c298ef3fae1ca9969b38b1.tar.gz ports-3bee48c6f50820ded7c298ef3fae1ca9969b38b1.zip |
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>
-rw-r--r-- | ftp/sftpgo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |