diff options
author | Anton Saietskii <vsasjason@gmail.com> | 2025-07-06 16:57:51 +0259 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2025-07-06 14:44:02 +0000 |
commit | 06e47125b2652ac72e877118ed84ea7581cd068e (patch) | |
tree | bbe010aab94679a84a2be158629ce5b2fa916a8f | |
parent | net/rsplib: update to 3.5.3 (diff) |
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
-rw-r--r-- | net/syncthing/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |