https://github.com/syncthing/syncthing/releases/tag/v1.23.0
builds and runs fine with go-1.19.4p1 on amd64. Feedback? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/net/syncthing/Makefile,v retrieving revision 1.44 diff -u -p -r1.44 Makefile --- Makefile 8 Nov 2022 11:17:01 -0000 1.44 +++ Makefile 15 Jan 2023 19:51:13 -0000 @@ -1,11 +1,8 @@ COMMENT = open decentralized synchronization utility -# Using a release candidate until there's a release that supports go-1.19. -V = 1.21.0-rc.1 -PKGNAME = syncthing-1.21.0rc1 +V = 1.23.0 DISTNAME = syncthing-${V} DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX} -REVISION = 0 CATEGORIES = net HOMEPAGE = https://syncthing.net/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/syncthing/distinfo,v retrieving revision 1.30 diff -u -p -r1.30 distinfo --- distinfo 28 Aug 2022 09:06:56 -0000 1.30 +++ distinfo 15 Jan 2023 19:46:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (syncthing-source-v1.21.0-rc.1.tar.gz) = RmKjiV8KFCEl0dNu3LRaump/TaGG3P+KXAHPVGZX5fM= -SIZE (syncthing-source-v1.21.0-rc.1.tar.gz) = 13884569 +SHA256 (syncthing-source-v1.23.0.tar.gz) = D2bT3Sp5FabzymdzwdwCNFREsmRKUzIRzh7lezca5Fg= +SIZE (syncthing-source-v1.23.0.tar.gz) = 13936173 Index: patches/patch-build_go =================================================================== RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v retrieving revision 1.18 diff -u -p -r1.18 patch-build_go --- patches/patch-build_go 12 Mar 2022 11:49:45 -0000 1.18 +++ patches/patch-build_go 15 Jan 2023 19:47:11 -0000 @@ -1,7 +1,7 @@ Index: build.go --- build.go.orig +++ build.go -@@ -544,7 +544,7 @@ func appendParameters(args []string, tags []string, pk +@@ -547,7 +547,7 @@ func appendParameters(args []string, tags []string, pk if !debugBinary { // Regular binaries get version tagged and skip some debug symbols