Date: Thu, 5 Dec 2019 15:36:16 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519084 - head/devel/ghq Message-ID: <201912051536.xB5FaGA9056113@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912051536.xB5FaGA9056113>