From owner-svn-ports-head@freebsd.org Fri Sep 7 23:59:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FA14FCDC76; Fri, 7 Sep 2018 23:59:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BC547C641; Fri, 7 Sep 2018 23:59:59 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DF8622E19; Fri, 7 Sep 2018 23:59:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w87Nxxph049707; Fri, 7 Sep 2018 23:59:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w87Nxwlt049705; Fri, 7 Sep 2018 23:59:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809072359.w87Nxwlt049705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Sep 2018 23:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479209 - head/security/kbfs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/kbfs X-SVN-Commit-Revision: 479209 X-SVN-Commit-Repository: ports 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.27 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: Fri, 07 Sep 2018 23:59:59 -0000 Author: sunpoet Date: Fri Sep 7 23:59:58 2018 New Revision: 479209 URL: https://svnweb.freebsd.org/changeset/ports/479209 Log: Update to 2.5.2 Changes: https://github.com/keybase/kbfs/commits/master Modified: head/security/kbfs/Makefile head/security/kbfs/distinfo Modified: head/security/kbfs/Makefile ============================================================================== --- head/security/kbfs/Makefile Fri Sep 7 22:13:27 2018 (r479208) +++ head/security/kbfs/Makefile Fri Sep 7 23:59:58 2018 (r479209) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kbfs -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.2 DISTVERSIONPREFIX= v CATEGORIES= security @@ -11,9 +11,10 @@ COMMENT= Keybase Filesystem (KBFS) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USES= go + GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= -tags production ${GO_PKGNAME}/kbfsfuse ${GO_PKGNAME}/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfstool -USES= go PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool Modified: head/security/kbfs/distinfo ============================================================================== --- head/security/kbfs/distinfo Fri Sep 7 22:13:27 2018 (r479208) +++ head/security/kbfs/distinfo Fri Sep 7 23:59:58 2018 (r479209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533748506 -SHA256 (keybase-kbfs-v2.5.0_GH0.tar.gz) = 0f9f785dfa95f4b93a24d18dff4d6a0a8e637139873370eb3f2a8c8d67505dd4 -SIZE (keybase-kbfs-v2.5.0_GH0.tar.gz) = 5788528 +TIMESTAMP = 1536362440 +SHA256 (keybase-kbfs-v2.5.2_GH0.tar.gz) = 0e19c31b95170e4656ec8a867055f5b49e9cbbbcb8597303426db32d43bd9cfd +SIZE (keybase-kbfs-v2.5.2_GH0.tar.gz) = 5788848