Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2025 18:41:54 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: 839e51e564c6 - main - lang/php85: Update version 8.5.0RC1=>8.5.0RC2
Message-ID:  <202510101841.59AIfsSc076298@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=839e51e564c67c15ac757f02b8eb85d4e64072d7

commit 839e51e564c67c15ac757f02b8eb85d4e64072d7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-10-10 17:03:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-10-10 18:41:30 +0000

    lang/php85: Update version 8.5.0RC1=>8.5.0RC2
    
    Please DO NOT use this version in production, it is an early test
    version.
    
    Changelog: https://github.com/php/php-src/blob/php-8.5.0RC2/NEWS
---
 lang/php85/Makefile                                               | 2 +-
 lang/php85/distinfo                                               | 6 +++---
 .../php85-dom/files/patch-lexbor_selectors-adapted_selectors.c    | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/lang/php85/Makefile b/lang/php85/Makefile
index f6636f57df2f..58312178755b 100644
--- a/lang/php85/Makefile
+++ b/lang/php85/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php85
-DISTVERSION=	8.5.0RC1
+DISTVERSION=	8.5.0RC2
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	https://downloads.php.net/~edorian/ \
diff --git a/lang/php85/distinfo b/lang/php85/distinfo
index bc97e81f4ded..539bc247238b 100644
--- a/lang/php85/distinfo
+++ b/lang/php85/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759582579
-SHA256 (php-8.5.0RC1.tar.gz) = 0ea5059a387117fe6ed9a72cdc20945dbff6acc072df936e97d35a9cb26420e0
-SIZE (php-8.5.0RC1.tar.gz) = 24117073
+TIMESTAMP = 1760114091
+SHA256 (php-8.5.0RC2.tar.gz) = 9ba719c814e0e84575aece7c9011dfa2f05479413b3007955dafa1b2537700fc
+SIZE (php-8.5.0RC2.tar.gz) = 24128105
diff --git a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c
index 2d91481ddf5c..e43842597c5c 100644
--- a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c
+++ b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c
@@ -1,11 +1,11 @@
---- lexbor/selectors-adapted/selectors.c.orig	2025-07-02 12:25:47 UTC
+--- lexbor/selectors-adapted/selectors.c.orig	2025-10-10 16:58:42 UTC
 +++ lexbor/selectors-adapted/selectors.c
 @@ -13,7 +13,7 @@
  #include <Zend/zend_API.h>
  #include <php.h>
-
--#include "ext/dom/lexbor/selectors-adapted/selectors.h"
-+#include "selectors.h"
+ 
+-#include "selectors.h"
++#include "ext/dom/lexbor/selectors-adapted/selectors.h"
  #include "../../namespace_compat.h"
  #include "../../domexception.h"
  #include "../../php_dom.h"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510101841.59AIfsSc076298>