Date: Fri, 30 Jun 2023 07:18:40 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 33b3eade5c82 - main - devel/pecl-vld: Remove IGNORE_WITH_PHP Message-ID: <202306300718.35U7IevZ065325@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=33b3eade5c82cb1cd8d5992017e78e3e4dc937d3 commit 33b3eade5c82cb1cd8d5992017e78e3e4dc937d3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:02:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:02:51 +0000 devel/pecl-vld: Remove IGNORE_WITH_PHP - Update WWW f2874589f71dcf5c284569fd4a50a65137b256b9 (0.18.0 update) adds PHP 8.2 support. And it builds fine with PHP 8.3. --- devel/pecl-vld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pecl-vld/Makefile b/devel/pecl-vld/Makefile index a40b3661827c..863855fa471d 100644 --- a/devel/pecl-vld/Makefile +++ b/devel/pecl-vld/Makefile @@ -4,7 +4,8 @@ CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dump the internal representation of PHP scripts -WWW= https://pecl.php.net/package/vld +WWW= https://pecl.php.net/package/vld \ + https://github.com/derickr/vld LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -12,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl CONFIGURE_ARGS= --enable-vld -IGNORE_WITH_PHP=82 83 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300718.35U7IevZ065325>