svn commit: r539780 - head/devel/gh
Dmitri Goutnik
dmgk at FreeBSD.org
Sun Jun 21 18:50:37 UTC 2020
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 at 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 at 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
More information about the svn-ports-all
mailing list