Date: Wed, 17 Jan 2018 15:12:12 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459263 - in head/devel/arcanist: . files Message-ID: <201801171512.w0HFCCoS030650@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Wed Jan 17 15:12:12 2018 New Revision: 459263 URL: https://svnweb.freebsd.org/changeset/ports/459263 Log: devel/arcanist: Fix QA warnings - shebangfix - regen port patch - RUN_DEPENDS earlier for portlint MFH: 2018Q1 Modified: head/devel/arcanist/Makefile head/devel/arcanist/files/patch-src-workflow-ArcanistVersionWorkflow.php Modified: head/devel/arcanist/Makefile ============================================================================== --- head/devel/arcanist/Makefile Wed Jan 17 15:07:51 2018 (r459262) +++ head/devel/arcanist/Makefile Wed Jan 17 15:12:12 2018 (r459263) @@ -12,11 +12,13 @@ COMMENT= Command line interface for Phabricator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= php-libphutil>0:devel/libphutil + CONFLICTS= arc-* PHP_DESTDIR= lib/php/arcanist -RUN_DEPENDS= php-libphutil>0:devel/libphutil -USES= php +USES= php python:2.7,env shebangfix +SHEBANG_FILES= scripts/breakout.py USE_PHP= curl dom hash json simplexml USE_GITHUB= yes NO_BUILD= yes Modified: head/devel/arcanist/files/patch-src-workflow-ArcanistVersionWorkflow.php ============================================================================== --- head/devel/arcanist/files/patch-src-workflow-ArcanistVersionWorkflow.php Wed Jan 17 15:07:51 2018 (r459262) +++ head/devel/arcanist/files/patch-src-workflow-ArcanistVersionWorkflow.php Wed Jan 17 15:12:12 2018 (r459263) @@ -1,6 +1,6 @@ ---- src/workflow/ArcanistVersionWorkflow.php.orig 2015-07-14 00:07:20.409019999 +0200 -+++ src/workflow/ArcanistVersionWorkflow.php 2015-07-14 00:27:09.586063998 +0200 -@@ -27,6 +27,13 @@ +--- src/workflow/ArcanistVersionWorkflow.php.orig 2017-06-09 15:12:37 UTC ++++ src/workflow/ArcanistVersionWorkflow.php +@@ -27,6 +27,13 @@ EOTEXT public function run() { $console = PhutilConsole::getConsole();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801171512.w0HFCCoS030650>