From owner-svn-ports-all@freebsd.org Sun Jul 24 20:36:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C07CBA3A76; Sun, 24 Jul 2016 20:36:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32CC61614; Sun, 24 Jul 2016 20:36:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OKaIGQ048799; Sun, 24 Jul 2016 20:36:18 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OKaItw048795; Sun, 24 Jul 2016 20:36:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201607242036.u6OKaItw048795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 24 Jul 2016 20:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419024 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 20:36:19 -0000 Author: swills Date: Sun Jul 24 20:36:17 2016 New Revision: 419024 URL: https://svnweb.freebsd.org/changeset/ports/419024 Log: net/syncthing: update to 0.14.0 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo head/net/syncthing/pkg-message Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Sun Jul 24 20:27:16 2016 (r419023) +++ head/net/syncthing/Makefile Sun Jul 24 20:36:17 2016 (r419024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.13.4 +PORTVERSION= 0.14.0 DISTVERSIONPREFIX= v CATEGORIES= net @@ -24,9 +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 ISSUE_TEMPLATE.md LICENSE NICKS \ + CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE NICKS debtpl \ PULL_REQUEST_TEMPLATE.md README.md assets build.go build.sh cmd \ - debian etc gui lib man script test vendor \ + etc gui lib man script test vendor \ src/github.com/${PORTNAME}/${PORTNAME} do-build: Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Sun Jul 24 20:27:16 2016 (r419023) +++ head/net/syncthing/distinfo Sun Jul 24 20:36:17 2016 (r419024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464440462 -SHA256 (syncthing-syncthing-v0.13.4_GH0.tar.gz) = c7ecb7ace4837295a03fc72d0b133d2ec149e412bd998d9247d7d4504ef0f64b -SIZE (syncthing-syncthing-v0.13.4_GH0.tar.gz) = 3937983 +TIMESTAMP = 1469385106 +SHA256 (syncthing-syncthing-v0.14.0_GH0.tar.gz) = bfa25ee766be4fb53c98df9aad99f57e562715280ed73445abe15ce2a713588e +SIZE (syncthing-syncthing-v0.14.0_GH0.tar.gz) = 6368723 Modified: head/net/syncthing/pkg-message ============================================================================== --- head/net/syncthing/pkg-message Sun Jul 24 20:27:16 2016 (r419023) +++ head/net/syncthing/pkg-message Sun Jul 24 20:36:17 2016 (r419024) @@ -1,8 +1,9 @@ -WARNING: This version is not backwards compatible with 0.12.x, 0.11.x nor -0.10.x releases! +WARNING: This version is not backwards compatible with 0.13.x, 0.12.x, 0.11.x +nor 0.10.x releases! For more information, please read: +https://forum.syncthing.net/t/syncthing-v0-14-0/7806 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