git: 06e47125b265 - main - net/syncthing: Use default Go version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Jul 2025 14:44:39 UTC
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=06e47125b2652ac72e877118ed84ea7581cd068e
commit 06e47125b2652ac72e877118ed84ea7581cd068e
Author: Anton Saietskii <vsasjason@gmail.com>
AuthorDate: 2025-07-06 13:58:51 +0000
Commit: Dan Langille <dvl@FreeBSD.org>
CommitDate: 2025-07-06 14:44:02 +0000
net/syncthing: Use default Go version
Several port updates have been delayed due to cryptic build errors after
upstream bumped minimum Go version. Since
8cb04a4d7a4e76c9ffcb71a50aa73e64712ffc59, default one should always be
latest, so just use that.
Bump PORTREVISION for package change.
PR: 288062
---
net/syncthing/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 94c01a00ca8f..13daf7232086 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,6 +1,7 @@
PORTNAME= syncthing
DISTVERSIONPREFIX= v
DISTVERSION= 1.30.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL}
@@ -12,7 +13,7 @@ WWW= https://syncthing.net/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE
-USES= cpe go:1.23,modules
+USES= cpe go:modules
USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv \
syncthing-relaypoolsrv