freebsd-ports/devel/arcanist-lib/files/patch-src-toolset-workflow-ArcanistVersionWorkflow.php
Michael Gmelin 1373a7ea7f Update arcanist(-lib) and phabricator to the latest stable versions.
PORTVERSIONs are the dates of the latest commits on the respective
stable branches.

Deprecate devel/libphutil, as all of its functionality has
been moved into arcanist and phabricator by upstream and
the library has been fully deprecated.
2020-05-15 18:07:15 +00:00

15 lines
475 B
PHP

--- src/toolset/workflow/ArcanistVersionWorkflow.php.orig 2020-05-14 16:16:36 UTC
+++ src/toolset/workflow/ArcanistVersionWorkflow.php
@@ -36,6 +36,12 @@ EOTEXT
$console = PhutilConsole::getConsole();
+ $versions = array("%%PKGNAME%% %%PKGVERSION%% (%%PKGORIGIN%%)");
+ foreach ($versions as $pkg) {
+ $console->writeOut($pkg."\n");
+ }
+ return;
+
if (!Filesystem::binaryExists('git')) {
throw new ArcanistUsageException(
pht(