Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2020 18:50:36 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539780 - head/devel/gh
Message-ID:  <202006211850.05LIoaJa051026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Sun Jun 21 18:50:36 2020
New Revision: 539780
URL: https://svnweb.freebsd.org/changeset/ports/539780

Log:
  devel/gh: Trivial changes to COMMENT and pkg-descr
  
  PR:		247436
  Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)

Modified:
  head/devel/gh/Makefile
  head/devel/gh/pkg-descr

Modified: head/devel/gh/Makefile
==============================================================================
--- head/devel/gh/Makefile	Sun Jun 21 18:47:56 2020	(r539779)
+++ head/devel/gh/Makefile	Sun Jun 21 18:50:36 2020	(r539780)
@@ -6,7 +6,7 @@ DISTVERSION=	0.10.0
 CATEGORIES=	devel
 
 MAINTAINER=	vulcan@wired.sh
-COMMENT=	GitHub command-line tool
+COMMENT=	GitHub's official command line tool
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/devel/gh/pkg-descr
==============================================================================
--- head/devel/gh/pkg-descr	Sun Jun 21 18:47:56 2020	(r539779)
+++ head/devel/gh/pkg-descr	Sun Jun 21 18:50:36 2020	(r539780)
@@ -3,4 +3,8 @@ It brings pull requests, issues, and other GitHub conc
 to the terminal next to where you are already working with
 git and your code.
 
+While in beta, GitHub CLI is available for repos hosted on
+GitHub.com only. It currently does not support repositories
+hosted on GitHub Enterprise Server or other hosting providers.
+
 WWW: https://cli.github.com



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