aboutsummaryrefslogtreecommitdiffstats
path: root/devel/arcanist
diff options
context:
space:
mode:
authorgrembo <grembo@FreeBSD.org>2015-06-26 18:12:42 +0800
committergrembo <grembo@FreeBSD.org>2015-06-26 18:12:42 +0800
commit36a66883d3e922ebc5eec695c8877157d4d4082f (patch)
treef7c0e2308152196fb3fdc22e01337bdffa05bcec /devel/arcanist
parent51e9027d9fdc8421cb14306476430f5c95419178 (diff)
downloadfreebsd-ports-gnome-36a66883d3e922ebc5eec695c8877157d4d4082f.tar.gz
freebsd-ports-gnome-36a66883d3e922ebc5eec695c8877157d4d4082f.tar.zst
freebsd-ports-gnome-36a66883d3e922ebc5eec695c8877157d4d4082f.zip
Update devel/arcanist, devel/libphutil, devel/phabricator to 20150626.
This should fix a couple of issues (including a problem caused by a bug curl 7.43). Note that differential revision points to an earlier patch (but it's related, so I think that's fine). PR: 201121 Differential Revision: https://reviews.freebsd.org/D2894 Approved by: mentors (implicit)
Diffstat (limited to 'devel/arcanist')
-rw-r--r--devel/arcanist/Makefile4
-rw-r--r--devel/arcanist/distinfo4
-rw-r--r--devel/arcanist/pkg-plist2
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile
index da142316453b..3a378fd1ffe7 100644
--- a/devel/arcanist/Makefile
+++ b/devel/arcanist/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= arcanist
-PORTVERSION= 20150602
+PORTVERSION= 20150626
CATEGORIES= devel
PKGNAMEPREFIX= php5-
@@ -19,7 +19,7 @@ USE_PHP= curl json simplexml
USE_GITHUB= yes
NO_BUILD= yes
GH_ACCOUNT= phacility
-GH_TAGNAME= 8c589f1
+GH_TAGNAME= 29839e8
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
diff --git a/devel/arcanist/distinfo b/devel/arcanist/distinfo
index e2164babab74..e9e7a72206b9 100644
--- a/devel/arcanist/distinfo
+++ b/devel/arcanist/distinfo
@@ -1,2 +1,2 @@
-SHA256 (phacility-arcanist-20150602-8c589f1_GH0.tar.gz) = f00c87d46654d4b5d333e031d35cf923b7f0168e5fc6a2440f7688ffd1d4e27c
-SIZE (phacility-arcanist-20150602-8c589f1_GH0.tar.gz) = 458899
+SHA256 (phacility-arcanist-20150626-29839e8_GH0.tar.gz) = 272368d00a1f57d41e96982de3f0bcc722ea1d794990cca9f1061c6ae181941d
+SIZE (phacility-arcanist-20150626-29839e8_GH0.tar.gz) = 460181
diff --git a/devel/arcanist/pkg-plist b/devel/arcanist/pkg-plist
index 784b446b3bb0..d48f4a8e0bb6 100644
--- a/devel/arcanist/pkg-plist
+++ b/devel/arcanist/pkg-plist
@@ -225,6 +225,7 @@ lib/php/arcanist/src/lint/linter/__tests__/nolint/nolint.lint-test
lib/php/arcanist/src/lint/linter/__tests__/pep8/imports.lint-test
lib/php/arcanist/src/lint/linter/__tests__/phlxhp/array-combine.lint-test
lib/php/arcanist/src/lint/linter/__tests__/phlxhp/deprecated-function.lint-test
+lib/php/arcanist/src/lint/linter/__tests__/phlxhp/extends-phobject.lint-test
lib/php/arcanist/src/lint/linter/__tests__/phlxhp/pht.lint-test
lib/php/arcanist/src/lint/linter/__tests__/phlxhp/ragged-classtree-edges.lint-test
lib/php/arcanist/src/lint/linter/__tests__/phlxhp/xsprintf.lint-test
@@ -376,6 +377,7 @@ lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLintNamingHook.php
lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLintSwitchHook.php
lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLinterRule.php
lib/php/arcanist/src/lint/linter/xhpast/__tests__/ArcanistXHPASTLintNamingHookTestCase.php
+lib/php/arcanist/src/lint/linter/xhpast/__tests__/ArcanistXHPASTLinterRuleTestCase.php
lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistAliasFunctionXHPASTLinterRule.php
lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistArrayIndexSpacingXHPASTLinterRule.php
lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistArraySeparatorXHPASTLinterRule.php