Bug 227206 - security/kbfs: git-remote-keybase not present.
Summary: security/kbfs: git-remote-keybase not present.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-02 16:07 UTC by Hoverbear
Modified: 2018-04-03 10:01 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Updated Makefile (578 bytes, text/plain)
2018-04-02 16:29 UTC, Hoverbear
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hoverbear 2018-04-02 16:07:05 UTC
Currently there are manual steps involved in order to enable using Keybase git repositories.

When the `keybase://` remote is used and error is thrown:

```
$ git clone keybase://test
Cloning into 'test'...
fatal: Unable to find remote helper for 'keybase'
```

According to https://github.com/keybase/kbfs/issues/1245 most `kbfs` packages should include the `git-remote-keybase` binary which enables this functionality. The current package does not include this.

```
$ pkg info -l kbfs
kbfs-1.0.44:
        /usr/local/bin/kbfsfuse
        /usr/local/bin/kbfstool
        /usr/local/share/licenses/kbfs-1.0.44/BSD3CLAUSE
        /usr/local/share/licenses/kbfs-1.0.44/LICENSE
        /usr/local/share/licenses/kbfs-1.0.44/catalog.mk
```
Comment 1 Hoverbear 2018-04-02 16:29:59 UTC
Created attachment 192109 [details]
Updated Makefile

Updated Makefile.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-04-03 09:47:03 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Apr  3 09:46:43 UTC 2018
New revision: 466300
URL: https://svnweb.freebsd.org/changeset/ports/466300

Log:
  Add git-remote-keybase

  - Bump PORTREVISION for package change

  PR:		227206
  Submitted by:	Hoverbear <andrew@hoverbear.org>

Changes:
  head/security/kbfs/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-04-03 10:01:06 UTC
Committed. Thanks!