Date: Thu, 28 Sep 2023 18:56:37 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6e5e1ed52c09 - main - lang/php83-extensions: Fix build Message-ID: <202309281856.38SIubpZ022326@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e5e1ed52c091b325421adea7be4d0c5413f58af commit 6e5e1ed52c091b325421adea7be4d0c5413f58af Author: Thomas Hurst <tom@hur.st> AuthorDate: 2023-09-28 06:47:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-28 18:56:24 +0000 lang/php83-extensions: Fix build This port should build with php83 and ignore with php 80, 81 and 82. PR: 274137 --- lang/php83-extensions/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php83-extensions/Makefile b/lang/php83-extensions/Makefile index 53c961e03081..5c369dd403d2 100644 --- a/lang/php83-extensions/Makefile +++ b/lang/php83-extensions/Makefile @@ -9,8 +9,8 @@ WWW= https://www.php.net/ USES= metaport php -PHP_VER= 82 -IGNORE_WITH_PHP= 80 81 +PHP_VER= 83 +IGNORE_WITH_PHP= 80 81 82 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM ENCHANT EXIF FFI \ FILEINFO FILTER FTP GD GETTEXT GMP ICONV IMAP INTL LDAP \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309281856.38SIubpZ022326>