From owner-svn-ports-all@freebsd.org Fri Jan 1 19:19:33 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FDE84D1744; Fri, 1 Jan 2021 19:19:33 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6vwP1MWnz3kDY; Fri, 1 Jan 2021 19:19:33 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D50C27F2E; Fri, 1 Jan 2021 19:19:33 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 101JJWOO041559; Fri, 1 Jan 2021 19:19:32 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 101JJWHS041557; Fri, 1 Jan 2021 19:19:32 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <202101011919.101JJWHS041557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Fri, 1 Jan 2021 19:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559864 - head/devel/arcanist X-SVN-Group: ports-head X-SVN-Commit-Author: grembo X-SVN-Commit-Paths: head/devel/arcanist X-SVN-Commit-Revision: 559864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2021 19:19:33 -0000 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/