aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-05 05:25:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-05 06:17:53 +0000
commit7734f74e7deb630f5cf8731f0dfe498bdce80113 (patch)
tree6a93b2626366c7a09a14b2f9c3041402081e413e
parentfa63b4a3f18c1fe68e6c9581963eb63b505dbcf6 (diff)
devel/pecl-ast: Update to 1.1.2
-rw-r--r--devel/pecl-ast/Makefile2
-rw-r--r--devel/pecl-ast/distinfo6
-rw-r--r--devel/pecl-ast/files/patch-php8411
3 files changed, 4 insertions, 15 deletions
diff --git a/devel/pecl-ast/Makefile b/devel/pecl-ast/Makefile
index f1bb2f8f7964..ad87b5572d3d 100644
--- a/devel/pecl-ast/Makefile
+++ b/devel/pecl-ast/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ast
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/devel/pecl-ast/distinfo b/devel/pecl-ast/distinfo
index bcdbd1b819b2..fbc5f808f6dd 100644
--- a/devel/pecl-ast/distinfo
+++ b/devel/pecl-ast/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699985571
-SHA256 (PECL/ast-1.1.1.tgz) = 0c55e09a4da43b9cc1da72ecb4ae892941f73e157b73d46326bc6a5ed7fc44b1
-SIZE (PECL/ast-1.1.1.tgz) = 52081
+TIMESTAMP = 1724084566
+SHA256 (PECL/ast-1.1.2.tgz) = 8742427ff7c07ba93f940968f7363972ea040d97d847da3b79b4283c2a369dea
+SIZE (PECL/ast-1.1.2.tgz) = 54465
diff --git a/devel/pecl-ast/files/patch-php84 b/devel/pecl-ast/files/patch-php84
deleted file mode 100644
index ac7b520e4a28..000000000000
--- a/devel/pecl-ast/files/patch-php84
+++ /dev/null
@@ -1,11 +0,0 @@
---- ast.c.orig 2023-11-12 11:25:48 UTC
-+++ ast.c
-@@ -89,7 +89,7 @@
- # define ZEND_BIND_REF 1
- #endif
-
--#if PHP_VERSION_ID < 70400
-+#if PHP_VERSION_ID < 70400 || PHP_VERSION_ID >= 80400
- # define ZEND_DIM_ALTERNATIVE_SYNTAX (1<<1)
- # define ZEND_PARENTHESIZED_CONDITIONAL 1
- #endif