svn commit: r519084 - head/devel/ghq

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 5 15:36:16 UTC 2019


Author: tobik
Date: Thu Dec  5 15:36:15 2019
New Revision: 519084
URL: https://svnweb.freebsd.org/changeset/ports/519084

Log:
  devel/ghq: Attempt to improve COMMENT and pkg-descr

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

Modified: head/devel/ghq/Makefile
==============================================================================
--- head/devel/ghq/Makefile	Thu Dec  5 15:33:00 2019	(r519083)
+++ head/devel/ghq/Makefile	Thu Dec  5 15:36:15 2019	(r519084)
@@ -6,7 +6,7 @@ DISTVERSION=	0.14.0
 CATEGORIES=	devel
 
 MAINTAINER=	tobik at FreeBSD.org
-COMMENT=	Remote repository management made easy
+COMMENT=	Repository management tool (Git, Hg, SVN, Fossil, Bazaar, Darcs)
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/devel/ghq/pkg-descr
==============================================================================
--- head/devel/ghq/pkg-descr	Thu Dec  5 15:33:00 2019	(r519083)
+++ head/devel/ghq/pkg-descr	Thu Dec  5 15:36:15 2019	(r519084)
@@ -6,4 +6,7 @@ repository URL's host and path.
 You can also list local repositories, jump into local repositories,
 and bulk get repositories by list of URLs.
 
+It supports many contemporary VCS like Git, Mercurial, Fossil, SVN,
+Bazaar, Darcs.
+
 WWW: https://github.com/motemen/ghq


More information about the svn-ports-head mailing list