Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109662536
D47376.id146282.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
937 B
Referenced Files
None
Subscribers
None
D47376.id146282.diff
View Options
diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile
--- a/devel/arcanist-lib/Makefile
+++ b/devel/arcanist-lib/Makefile
@@ -1,6 +1,6 @@
PORTNAME?= arcanist
PORTVERSION?= 20220518
-PORTREVISION?= 6
+PORTREVISION?= 7
CATEGORIES?= devel
PKGNAMESUFFIX= ${SLAVE_PKGNAMESUFFIX}${PHP_PKGNAMESUFFIX}
diff --git a/devel/arcanist-lib/files/patch-src_future_FutureProxy.php b/devel/arcanist-lib/files/patch-src_future_FutureProxy.php
new file mode 100644
--- /dev/null
+++ b/devel/arcanist-lib/files/patch-src_future_FutureProxy.php
@@ -0,0 +1,11 @@
+--- src/future/FutureProxy.php.orig 2022-05-17 23:20:14 UTC
++++ src/future/FutureProxy.php
+@@ -8,7 +8,7 @@ abstract class FutureProxy extends Future {
+
+ private $proxied;
+
+- public function __construct(Future $proxied = null) {
++ public function __construct(?Future $proxied = null) {
+ if ($proxied) {
+ $this->setProxiedFuture($proxied);
+ }
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 9, 2:19 AM (9 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16540372
Default Alt Text
D47376.id146282.diff (937 B)
Attached To
Mode
D47376: Make phabricator access work with php 8.4.0RC3.
Attached
Detach File
Event Timeline
Log In to Comment