Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2017 23:37:59 +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: r447869 - head/net/syncthing
Message-ID:  <201708122337.v7CNbxvv042591@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Aug 12 23:37:59 2017
New Revision: 447869
URL: https://svnweb.freebsd.org/changeset/ports/447869

Log:
  net/syncthing: update to 0.14.36

Modified:
  head/net/syncthing/Makefile
  head/net/syncthing/distinfo

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Sat Aug 12 23:26:50 2017	(r447868)
+++ head/net/syncthing/Makefile	Sat Aug 12 23:37:59 2017	(r447869)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing
-PORTVERSION=	0.14.32
+PORTVERSION=	0.14.36
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -21,9 +21,8 @@ USERS=		syncthing
 GROUPS=		syncthing
 
 do-build:
-	# timestamp here refers to source, not build time
 	@cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \
-		${SETENV} GOPATH=${WRKSRC} go run build.go -no-upgrade=true -version v${PORTVERSION}
+		${SETENV} go run build.go -no-upgrade=true -version v${PORTVERSION}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/bin/syncthing \

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Sat Aug 12 23:26:50 2017	(r447868)
+++ head/net/syncthing/distinfo	Sat Aug 12 23:37:59 2017	(r447869)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500534028
-SHA256 (syncthing-syncthing-v0.14.32_GH0.tar.gz) = d5b5d5bcb1b13f47d7889d9dbe7e13fed6080750fb4a93241a7fb7cf6324a463
-SIZE (syncthing-syncthing-v0.14.32_GH0.tar.gz) = 6943444
+TIMESTAMP = 1502580682
+SHA256 (syncthing-syncthing-v0.14.36_GH0.tar.gz) = 7373d1fee983529c2988f92b4137c32899d4c8233bc052df88fecf92c34d9fbd
+SIZE (syncthing-syncthing-v0.14.36_GH0.tar.gz) = 8236194



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