devel/arcanist: Fix QA warnings

- shebangfix
- regen port patch
- RUN_DEPENDS earlier for portlint

MFH:		2018Q1
This commit is contained in:
Mark Felder 2018-01-17 15:12:12 +00:00
parent 9d5a4ab439
commit 6b6e1b8f30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459263
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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();