From owner-svn-ports-head@freebsd.org Thu Sep 22 14:09:23 2016 Return-Path: Delivered-To: svn-ports-head@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 39510BE5E66; Thu, 22 Sep 2016 14:09:23 +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 E64DC9E1; Thu, 22 Sep 2016 14:09:22 +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 u8ME9M7p032953; Thu, 22 Sep 2016 14:09:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8ME9MWc032951; Thu, 22 Sep 2016 14:09:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201609221409.u8ME9MWc032951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 22 Sep 2016 14:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422617 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 14:09:23 -0000 Author: swills Date: Thu Sep 22 14:09:21 2016 New Revision: 422617 URL: https://svnweb.freebsd.org/changeset/ports/422617 Log: net/syncthing: update to 0.14.7 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Thu Sep 22 14:09:00 2016 (r422616) +++ head/net/syncthing/Makefile Thu Sep 22 14:09:21 2016 (r422617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.7 DISTVERSIONPREFIX= v CATEGORIES= net @@ -12,6 +12,7 @@ COMMENT= Encrypted file sync tool BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes +GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} USE_RC_SUBR= syncthing PLIST_FILES= bin/syncthing PORTDOCS= * @@ -21,14 +22,6 @@ GROUPS= syncthing STRIP= # stripping can break go binaries -post-patch: - @cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \ - ${MV} .gitattributes .gitignore .mailmap AUTHORS CONDUCT.md \ - CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE NICKS debtpl \ - PULL_REQUEST_TEMPLATE.md README.md assets build.go build.sh cmd \ - etc gui lib man script test vendor \ - src/github.com/${PORTNAME}/${PORTNAME} - do-build: # timestamp here refers to source, not build time @cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \ Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Thu Sep 22 14:09:00 2016 (r422616) +++ head/net/syncthing/distinfo Thu Sep 22 14:09:21 2016 (r422617) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470838074 -SHA256 (syncthing-syncthing-v0.14.3_GH0.tar.gz) = 1c7ce74db4bf780463c04ed3d5677296ad2bb347f3e35fe4229eb26893a6604a -SIZE (syncthing-syncthing-v0.14.3_GH0.tar.gz) = 6380761 +TIMESTAMP = 1474551929 +SHA256 (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 5586f24e10e695bf2a3db1f2bfd2b8bf986753ecbc9919c922e2ba10c0bbb119 +SIZE (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 6434379