Re: UPDATE: net/syncthing 0.14.5

2016-08-30 Thread Edd Barrett
On Sat, Aug 27, 2016 at 06:38:01PM -0600, Michael McConville wrote:
> This builds and runs fine for me.

Works on my setup. OK anyone?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



UPDATE: net/syncthing 0.14.5

2016-08-27 Thread Michael McConville
This builds and runs fine for me.

Thanks for your time,
Mike


Index: Makefile
===
RCS file: /cvs/ports/net/syncthing/Makefile,v
retrieving revision 1.9
diff -u -p -u -r1.9 Makefile
--- Makefile3 Aug 2016 09:34:39 -   1.9
+++ Makefile28 Aug 2016 00:32:46 -
@@ -2,10 +2,9 @@
 
 COMMENT =  open decentralized synchronization utility
 
-V =0.14.3
+V =0.14.5
 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.5
diff -u -p -u -r1.5 distinfo
--- distinfo1 Aug 2016 08:38:11 -   1.5
+++ distinfo28 Aug 2016 00:32:46 -
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v0.14.3.tar.gz) = 
6sDFRX4mbFaB4QAqdk114aTLrMepLAie6DJBxjLfh44=
-SIZE (syncthing-source-v0.14.3.tar.gz) = 7316643
+SHA256 (syncthing-source-v0.14.5.tar.gz) = 
FQRuiNP8esTRzhi1n7o+CiQJaZZhypvzULYi2oONCU0=
+SIZE (syncthing-source-v0.14.5.tar.gz) = 7333833
Index: patches/patch-build_go
===
RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v
retrieving revision 1.2
diff -u -p -u -r1.2 patch-build_go
--- patches/patch-build_go  25 May 2016 13:41:43 -  1.2
+++ patches/patch-build_go  28 Aug 2016 00:32:46 -
@@ -1,21 +1,21 @@
 $OpenBSD: patch-build_go,v 1.2 2016/05/25 13:41:43 edd Exp $
 build.go.orig  Mon May 23 22:35:03 2016
-+++ build.go   Mon May 23 22:35:42 2016
-@@ -311,7 +311,7 @@ func install(target target, tags []string) {
+--- 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) {
log.Fatal(err)
}
os.Setenv("GOBIN", filepath.Join(cwd, "bin"))
 -  args := []string{"install", "-v", "-ldflags", ldflags()}
 +  args := []string{"install", "-v", "-x", "-ldflags", ldflags()}
if len(tags) > 0 {
-   args = append(args, "-tags", strings.Join(tags, ","))
+   args = append(args, "-tags", strings.Join(tags, " "))
}
-@@ -329,7 +329,7 @@ func build(target target, tags []string) {
-   lazyRebuildAssets()
+@@ -411,7 +411,7 @@ func build(target target, tags []string) {
+   tags = append(target.tags, tags...)
  
rmr(target.binaryName)
 -  args := []string{"build", "-i", "-v", "-ldflags", ldflags()}
 +  args := []string{"build", "-i", "-v", "-x", "-ldflags", ldflags()}
if len(tags) > 0 {
-   args = append(args, "-tags", strings.Join(tags, ","))
+   args = append(args, "-tags", strings.Join(tags, " "))
}
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/syncthing/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- pkg/PLIST   23 Apr 2016 08:02:06 -  1.2
+++ pkg/PLIST   28 Aug 2016 00:32:46 -
@@ -2,6 +2,8 @@
 @newgroup _syncthing:768
 @newuser _syncthing:768:_syncthing:daemon:Syncthing 
user:${VARBASE}/syncthing:/sbin/nologin
 @bin bin/syncthing
+@man man/man1/stdiscosrv.1
+@man man/man1/strelaysrv.1
 @man man/man1/syncthing.1
 @man man/man5/syncthing-config.5
 @man man/man5/syncthing-stignore.5