Index: head/security/kbfs/Makefile =================================================================== --- head/security/kbfs/Makefile (revision 490587) +++ head/security/kbfs/Makefile (revision 490588) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= kbfs -PORTVERSION= 2.11.0 +PORTVERSION= 2.13.1 DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org COMMENT= Keybase Filesystem (KBFS) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= skipv:initial-git-on-android 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 +GO_TARGET= -tags production ${GO_PKGNAME}/go/kbfs/kbfsfuse ${GO_PKGNAME}/go/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/go/kbfs/kbfstool PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool GH_ACCOUNT= keybase +GH_PROJECT= client USE_GITHUB= yes .include Index: head/security/kbfs/distinfo =================================================================== --- head/security/kbfs/distinfo (revision 490587) +++ head/security/kbfs/distinfo (revision 490588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544007086 -SHA256 (keybase-kbfs-v2.11.0_GH0.tar.gz) = 0e97cab1c90592035ec6763e22c78c08a95dd3467419d15b9e45b3d0887b594d -SIZE (keybase-kbfs-v2.11.0_GH0.tar.gz) = 4520872 +TIMESTAMP = 1547717915 +SHA256 (keybase-client-v2.13.1_GH0.tar.gz) = 9b78ddee9c51f58ea7039a4220f4bccfcbd27ef85a1342e88d726876fc41782b +SIZE (keybase-client-v2.13.1_GH0.tar.gz) = 41319007 Index: head/security/kbfs/pkg-descr =================================================================== --- head/security/kbfs/pkg-descr (revision 490587) +++ head/security/kbfs/pkg-descr (revision 490588) @@ -1,10 +1,10 @@ kbfs is the official Keybase implementation of the client-side code for the Keybase filesystem (KBFS). This client allows you to mount KBFS as a proper filesystem at some mountpoint on your local device (by default, /keybase/). It communicates locally with the Keybase service, and remotely with three types of KBFS servers (block servers, metadata servers, and key servers). WWW: https://keybase.io/docs/kbfs -WWW: https://github.com/keybase/kbfs +WWW: https://github.com/keybase/client/tree/master/go/kbfs