Date: Wed, 27 Sep 2023 08:56:14 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: 6f9d7d82f986 - main - lang/php83: Update version 8.3.0RC2=>8.3.0RC3 Message-ID: <202309270856.38R8uEY1026764@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=6f9d7d82f98609abc21fd2d9b38e0c0a32daf608 commit 6f9d7d82f98609abc21fd2d9b38e0c0a32daf608 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-27 08:42:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-27 08:55:58 +0000 lang/php83: Update version 8.3.0RC2=>8.3.0RC3 Changelog: https://github.com/php/php-src/blob/php-8.3.0RC3/NEWS --- lang/php83/Makefile | 3 +-- lang/php83/distinfo | 6 +++--- lang/php83/files/patch-build_php.m4 | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/lang/php83/Makefile b/lang/php83/Makefile index f480bb4cd77b..90ca4ef3b915 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -1,6 +1,5 @@ PORTNAME= php83 -DISTVERSION= 8.3.0RC2 -PORTREVISION= 1 +DISTVERSION= 8.3.0RC3 CATEGORIES?= lang devel www MASTER_SITES= https://downloads.php.net/~jakub/ \ https://downloads.php.net/~eric/ diff --git a/lang/php83/distinfo b/lang/php83/distinfo index c21398960c6d..43a556a21ecc 100644 --- a/lang/php83/distinfo +++ b/lang/php83/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695210581 -SHA256 (php-8.3.0RC2.tar.xz) = d0ba3d9ac4f28df53d92eab4424bd4bf8c9eb21336b548b33096fda0282032dc -SIZE (php-8.3.0RC2.tar.xz) = 12418876 +TIMESTAMP = 1695801656 +SHA256 (php-8.3.0RC3.tar.xz) = eb82705d547b5b37de5e1ab9a8e5b472aa73717d3d1bdb7d47675a43247244c4 +SIZE (php-8.3.0RC3.tar.xz) = 12419060 diff --git a/lang/php83/files/patch-build_php.m4 b/lang/php83/files/patch-build_php.m4 deleted file mode 100644 index 92aac1365db6..000000000000 --- a/lang/php83/files/patch-build_php.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- build/php.m4.orig 2023-09-23 00:45:39 UTC -+++ build/php.m4 -@@ -2713,7 +2713,7 @@ AC_DEFUN([PHP_CHECK_BUILTIN_CPU_INIT], [ - AC_MSG_CHECKING([for __builtin_cpu_init]) - - AC_LINK_IFELSE([AC_LANG_PROGRAM([], [[ -- return __builtin_cpu_init()? 1 : 0; -+ __builtin_cpu_init(); - ]])], [ - have_builtin_cpu_init=1 - AC_MSG_RESULT([yes])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309270856.38R8uEY1026764>