diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-10-10 17:03:36 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-10-10 18:41:30 +0000 |
| commit | 839e51e564c67c15ac757f02b8eb85d4e64072d7 (patch) | |
| tree | 45810da1138b3609aae065e0d85544dfb11f41de | |
| parent | 97fbfb366516423b736b2ca5a11c69b3a18f7c73 (diff) | |
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
| -rw-r--r-- | lang/php85/Makefile | 2 | ||||
| -rw-r--r-- | lang/php85/distinfo | 6 | ||||
| -rw-r--r-- | textproc/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" |
