Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 15:23:27 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525380 - in head/net/syncthing: . files
Message-ID:  <202002061523.016FNRGe092313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Feb  6 15:23:27 2020
New Revision: 525380
URL: https://svnweb.freebsd.org/changeset/ports/525380

Log:
  net/syncthing: udpate to 1.3.4

Modified:
  head/net/syncthing/Makefile   (contents, props changed)
  head/net/syncthing/distinfo   (contents, props changed)
  head/net/syncthing/files/patch-syncthing_build.go   (contents, props changed)

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Thu Feb  6 15:22:57 2020	(r525379)
+++ head/net/syncthing/Makefile	Thu Feb  6 15:23:27 2020	(r525380)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.4
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/syncthing/syncthing/releases/download/v${PORTVERSION}/

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Thu Feb  6 15:22:57 2020	(r525379)
+++ head/net/syncthing/distinfo	Thu Feb  6 15:23:27 2020	(r525380)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569934504
-SHA256 (syncthing-source-v1.3.0.tar.gz) = 684c4700b6f51d4fc89b422fbc3f26cae703df4649e74e20783c2d0cf845538e
-SIZE (syncthing-source-v1.3.0.tar.gz) = 10250741
+TIMESTAMP = 1580876221
+SHA256 (syncthing-source-v1.3.4.tar.gz) = e40227f67b4317419900353be3f49f381ed36e41044df5d168b850f6b183ae08
+SIZE (syncthing-source-v1.3.4.tar.gz) = 10405731

Modified: head/net/syncthing/files/patch-syncthing_build.go
==============================================================================
--- head/net/syncthing/files/patch-syncthing_build.go	Thu Feb  6 15:22:57 2020	(r525379)
+++ head/net/syncthing/files/patch-syncthing_build.go	Thu Feb  6 15:23:27 2020	(r525380)
@@ -1,11 +1,11 @@
---- syncthing/build.go.orig	2019-04-04 16:46:36 UTC
+--- syncthing/build.go.orig	2020-02-05 04:20:26 UTC
 +++ syncthing/build.go
-@@ -398,7 +398,7 @@ func build(target target, tags []string) {
+@@ -443,7 +443,7 @@ func build(target target, tags []string) {
+ 	}
  
- 	rmr(target.BinaryName())
+ 	for _, pkg := range target.buildPkgs {
+-		args := []string{"build", "-v"}
++		args := []string{"build"}
+ 		args = appendParameters(args, tags, pkg)
  
--	args := []string{"build", "-v"}
-+	args := []string{"build"}
- 	args = appendParameters(args, tags, target)
- 
- 	os.Setenv("GOOS", goos)
+ 		runPrint(goCmd, args...)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002061523.016FNRGe092313>