Hello.
Straight-forward update to get synthing to the latest release. I've been
running this for a couple of days (and .22 for a while before this), Ran
it by $MAINTAINER who said to bring it to ports@.
Tim.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/syncthing/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile 26 Dec 2016 09:59:16 -0000 1.13
+++ Makefile 2 Mar 2017 02:28:01 -0000
@@ -2,7 +2,7 @@
COMMENT = open decentralized synchronization utility
-V = 0.14.16
+V = 0.14.23
DISTNAME = syncthing-${V}
DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/syncthing/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo 26 Dec 2016 09:59:16 -0000 1.9
+++ distinfo 2 Mar 2017 02:28:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v0.14.16.tar.gz) =
6eO8psrox12AJCq3HUb6G3bZ1akL+fmAJvVBiFxWKI4=
-SIZE (syncthing-source-v0.14.16.tar.gz) = 6902293
+SHA256 (syncthing-source-v0.14.23.tar.gz) =
eL5Ae0+fFmqrMOACt0H4D2DF5qEscWfOEjIr82UB/YI=
+SIZE (syncthing-source-v0.14.23.tar.gz) = 7739799
Index: patches/patch-build_go
===================================================================
RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v
retrieving revision 1.3
diff -u -p -r1.3 patch-build_go
--- patches/patch-build_go 30 Aug 2016 21:05:50 -0000 1.3
+++ patches/patch-build_go 2 Mar 2017 02:28:01 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-build_go,v 1.3 2016/08/30 21:05:50 edd Exp $
---- build.go.orig Tue Aug 23 02:45:26 2016
-+++ build.go Sat Aug 27 18:28:04 2016
-@@ -391,7 +391,7 @@ func install(target target, tags []string) {
+--- build.go.orig Wed Mar 1 21:27:02 2017
++++ build.go Wed Mar 1 21:27:02 2017
+@@ -436,7 +436,7 @@ func install(target target, tags []string) {
log.Fatal(err)
}
os.Setenv("GOBIN", filepath.Join(cwd, "bin"))
@@ -10,7 +10,7 @@ $OpenBSD: patch-build_go,v 1.3 2016/08/3
if len(tags) > 0 {
args = append(args, "-tags", strings.Join(tags, " "))
}
-@@ -411,7 +411,7 @@ func build(target target, tags []string) {
+@@ -456,7 +456,7 @@ func build(target target, tags []string) {
tags = append(target.tags, tags...)
rmr(target.binaryName)