git: 7734f74e7deb - main - devel/pecl-ast: Update to 1.1.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 05 Sep 2024 06:20:26 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7734f74e7deb630f5cf8731f0dfe498bdce80113

commit 7734f74e7deb630f5cf8731f0dfe498bdce80113
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:25:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:17:53 +0000

    devel/pecl-ast: Update to 1.1.2
    
    Changes:        https://pecl.php.net/package-changelog.php?package=ast
                    https://github.com/nikic/php-ast/releases
---
 devel/pecl-ast/Makefile          |  2 +-
 devel/pecl-ast/distinfo          |  6 +++---
 devel/pecl-ast/files/patch-php84 | 11 -----------
 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