Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2020 14:03:50 +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: r541493 - in head/net/syncthing: . files
Message-ID:  <202007081403.068E3oIF075845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jul  8 14:03:50 2020
New Revision: 541493
URL: https://svnweb.freebsd.org/changeset/ports/541493

Log:
  net/syncthing: update to 1.6.1

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	Wed Jul  8 14:01:16 2020	(r541492)
+++ head/net/syncthing/Makefile	Wed Jul  8 14:03:50 2020	(r541493)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing
-PORTVERSION=	1.4.0
+PORTVERSION=	1.6.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/syncthing/syncthing/releases/download/v${PORTVERSION}/

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Wed Jul  8 14:01:16 2020	(r541492)
+++ head/net/syncthing/distinfo	Wed Jul  8 14:03:50 2020	(r541493)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585322339
-SHA256 (syncthing-source-v1.4.0.tar.gz) = 0c45955445752dac43d56bc321fae2140b5b05ad6d41a574ed37813607493edd
-SIZE (syncthing-source-v1.4.0.tar.gz) = 10432971
+TIMESTAMP = 1594059270
+SHA256 (syncthing-source-v1.6.1.tar.gz) = f42518d453f7475022b5632420f21a6e0ab8d77f19c29b65ad582bc98e00a0a5
+SIZE (syncthing-source-v1.6.1.tar.gz) = 10825929

Modified: head/net/syncthing/files/patch-syncthing_build.go
==============================================================================
--- head/net/syncthing/files/patch-syncthing_build.go	Wed Jul  8 14:01:16 2020	(r541492)
+++ head/net/syncthing/files/patch-syncthing_build.go	Wed Jul  8 14:03:50 2020	(r541493)
@@ -1,11 +1,11 @@
---- syncthing/build.go.orig	2020-02-05 04:20:26 UTC
+--- syncthing/build.go.orig	2020-06-02 09:38:39 UTC
 +++ syncthing/build.go
-@@ -443,7 +443,7 @@ func build(target target, tags []string) {
+@@ -404,7 +404,7 @@
+ 		defer shouldCleanupSyso(sysoPath)
  	}
  
- 	for _, pkg := range target.buildPkgs {
--		args := []string{"build", "-v"}
-+		args := []string{"build"}
- 		args = appendParameters(args, tags, pkg)
- 
- 		runPrint(goCmd, args...)
+-	args := []string{"install", "-v"}
++	args := []string{"install"}
+ 	args = appendParameters(args, tags, target.buildPkgs...)
+ 	runPrint(goCmd, args...)
+ }



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