Bug 243790

Summary: [NEW PORT] devel/gh: GitHub command-line tool
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/cli/cli
Attachments:
Description Flags
gh-0.5.2.diff
none
gh-0.5.2.log none

Description Lewis Cook freebsd_committer freebsd_triage 2020-02-02 01:12:19 UTC
Created attachment 211264 [details]
gh-0.5.2.diff

GitHub on the command line, and it's now available in beta.
It brings pull requests, issues, and other GitHub concepts
to the terminal next to where you are already working with
git and your code.

WWW: https://github.com/cli/cli

Testing:
   * No errors reported with portlint, built in Poudriere and
     application works as expected (logs attached).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-02-02 01:12:56 UTC
Created attachment 211265 [details]
gh-0.5.2.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-12 21:38:31 UTC
A commit references this bug:

Author: swills
Date: Wed Feb 12 21:37:57 UTC 2020
New revision: 525971
URL: https://svnweb.freebsd.org/changeset/ports/525971

Log:
  devel/gh: create port

  GitHub on the command line, and it's now available in beta.
  It brings pull requests, issues, and other GitHub concepts
  to the terminal next to where you are already working with
  git and your code.

  WWW: https://github.com/cli/cli

  PR:		243790
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/devel/Makefile
  head/devel/gh/
  head/devel/gh/Makefile
  head/devel/gh/distinfo
  head/devel/gh/pkg-descr
Comment 3 Steve Wills freebsd_committer freebsd_triage 2020-02-12 21:39:16 UTC
Committed, thanks!