svn commit: r415505 - head/net/syncthing

Steve Wills swills at FreeBSD.org
Thu May 19 14:18:10 UTC 2016


Author: swills
Date: Thu May 19 14:18:08 2016
New Revision: 415505
URL: https://svnweb.freebsd.org/changeset/ports/415505

Log:
  net/syncthing: update to 0.13.1

Modified:
  head/net/syncthing/Makefile
  head/net/syncthing/distinfo
  head/net/syncthing/pkg-message

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Thu May 19 12:13:25 2016	(r415504)
+++ head/net/syncthing/Makefile	Thu May 19 14:18:08 2016	(r415505)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing
-PORTVERSION=	0.12.22
+PORTVERSION=	0.13.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -24,8 +24,9 @@ STRIP=		# stripping can break go binarie
 post-patch:
 	@cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \
 		${MV} .gitattributes .gitignore .mailmap AUTHORS CONDUCT.md \
-		CONTRIBUTING.md Godeps LICENSE NICKS README.md appveyor.yaml \
-		assets build.go build.sh cmd debian etc gui lib man script test \
+		CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE NICKS \
+		PULL_REQUEST_TEMPLATE.md README.md assets build.go build.sh cmd \
+		debian etc gui lib man script test vendor \
 		src/github.com/${PORTNAME}/${PORTNAME}
 
 do-build:

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Thu May 19 12:13:25 2016	(r415504)
+++ head/net/syncthing/distinfo	Thu May 19 14:18:08 2016	(r415505)
@@ -1,2 +1,3 @@
-SHA256 (syncthing-syncthing-v0.12.22_GH0.tar.gz) = 104402fcd1a2d02344e32cebd9f9d6249494827e87ddd2c7d01ee43148c82d2a
-SIZE (syncthing-syncthing-v0.12.22_GH0.tar.gz) = 4047399
+TIMESTAMP = 1463660924
+SHA256 (syncthing-syncthing-v0.13.1_GH0.tar.gz) = 5ff881a1d96915a997b01adce98b5189408656dec228214f631efe82d35a83ea
+SIZE (syncthing-syncthing-v0.13.1_GH0.tar.gz) = 3929361

Modified: head/net/syncthing/pkg-message
==============================================================================
--- head/net/syncthing/pkg-message	Thu May 19 12:13:25 2016	(r415504)
+++ head/net/syncthing/pkg-message	Thu May 19 14:18:08 2016	(r415505)
@@ -1,7 +1,8 @@
-WARNING: This version is not backwards compatible with 0.10.x nor 0.11.x
-releases!
+WARNING: This version is not backwards compatible with 0.12.x, 0.11.x nor
+0.10.x releases!
 
 For more information, please read:
 
+https://github.com/syncthing/syncthing/releases/tag/v0.13.0
 https://forum.syncthing.net/t/syncthing-v0-11-0-release-notes/2426
 https://forum.syncthing.net/t/syncthing-syncthing-v0-12-0-beryllium-bedbug/6026


More information about the svn-ports-all mailing list