Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 19:19:32 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559864 - head/devel/arcanist
Message-ID:  <202101011919.101JJWHS041557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grembo
Date: Fri Jan  1 19:19:32 2021
New Revision: 559864
URL: https://svnweb.freebsd.org/changeset/ports/559864

Log:
  Give devel/arcanist its own pkg-descr.
  
  So it won't reuse the one from devel/arcanist-lib, which links
  to library documentation instead of a user manual.
  
  PR:		251937

Added:
  head/devel/arcanist/pkg-descr   (contents, props changed)
Modified:
  head/devel/arcanist/Makefile

Modified: head/devel/arcanist/Makefile
==============================================================================
--- head/devel/arcanist/Makefile	Fri Jan  1 18:10:13 2021	(r559863)
+++ head/devel/arcanist/Makefile	Fri Jan  1 19:19:32 2021	(r559864)
@@ -8,5 +8,6 @@ COMMENT=	Command line interface for Phabricator
 SLAVEPORT=	bin
 
 MASTERDIR=	${.CURDIR}/../arcanist-lib
+DESCR=		${.CURDIR}/pkg-descr
 
 .include "${MASTERDIR}/Makefile"

Added: head/devel/arcanist/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/arcanist/pkg-descr	Fri Jan  1 19:19:32 2021	(r559864)
@@ -0,0 +1,6 @@
+Arcanist is the command-line tool for Phabricator. It allows you to interact
+with Phabricator installs to send code for review, download patches, transfer
+files, view status, make API calls, and various other things. You can find
+a complete user guide here:
+
+WWW: https://secure.phabricator.com/book/phabricator/article/arcanist/



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