Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2019 19:21:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490588 - head/security/kbfs
Message-ID:  <201901171921.x0HJLb8H010450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 17 19:21:36 2019
New Revision: 490588
URL: https://svnweb.freebsd.org/changeset/ports/490588

Log:
  Update to 2.13.1
  
  - Update WWW
  
  Changes:	https://github.com/keybase/client/releases

Modified:
  head/security/kbfs/Makefile
  head/security/kbfs/distinfo
  head/security/kbfs/pkg-descr

Modified: head/security/kbfs/Makefile
==============================================================================
--- head/security/kbfs/Makefile	Thu Jan 17 19:21:31 2019	(r490587)
+++ head/security/kbfs/Makefile	Thu Jan 17 19:21:36 2019	(r490588)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	kbfs
-PORTVERSION=	2.11.0
+PORTVERSION=	2.13.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 
@@ -16,11 +16,12 @@ 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 <bsd.port.mk>

Modified: head/security/kbfs/distinfo
==============================================================================
--- head/security/kbfs/distinfo	Thu Jan 17 19:21:31 2019	(r490587)
+++ head/security/kbfs/distinfo	Thu Jan 17 19:21:36 2019	(r490588)
@@ -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

Modified: head/security/kbfs/pkg-descr
==============================================================================
--- head/security/kbfs/pkg-descr	Thu Jan 17 19:21:31 2019	(r490587)
+++ head/security/kbfs/pkg-descr	Thu Jan 17 19:21:36 2019	(r490588)
@@ -7,4 +7,4 @@ Keybase service, and remotely with three types of KBFS
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901171921.x0HJLb8H010450>