Date: Thu, 19 May 2016 14:18:08 +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: r415505 - head/net/syncthing Message-ID: <201605191418.u4JEI8Ho082599@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605191418.u4JEI8Ho082599>