diff options
Diffstat (limited to 'lang/php84')
| -rw-r--r-- | lang/php84/Makefile | 8 | ||||
| -rw-r--r-- | lang/php84/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/lang/php84/Makefile b/lang/php84/Makefile index 49fcd849e156..b16e7412cca3 100644 --- a/lang/php84/Makefile +++ b/lang/php84/Makefile @@ -1,5 +1,5 @@ PORTNAME= php84 -DISTVERSION= 8.4.11 +DISTVERSION= 8.4.14 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -596,6 +596,12 @@ post-configure: @${BSDMAKE} -C ${WRKSRC} ./jit/ir/ir_emit.lo . endif +. if ${PHP_MODNAME} == "dom" +post-patch: + @${REINPLACE_CMD} -e 's|ext/dom/lexbor/lexbor/selectors-adapted/selectors.h|lexbor/lexbor/selectors-adapted/selectors.h|g' \ + ${WRKSRC}/lexbor/lexbor/selectors-adapted/selectors.c +. endif + . if ${PHP_MODNAME} == "soap" post-extract: @${MKDIR} ${WRKSRC}/ext/session diff --git a/lang/php84/distinfo b/lang/php84/distinfo index 9e794c05e415..29cbcc00cf8f 100644 --- a/lang/php84/distinfo +++ b/lang/php84/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754027315 -SHA256 (php-8.4.11.tar.xz) = 04cd331380a8683a5c2503938eb51764d48d507c53ad4208d2c82e0eed779a00 -SIZE (php-8.4.11.tar.xz) = 13632328 +TIMESTAMP = 1761563301 +SHA256 (php-8.4.14.tar.xz) = bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a3 +SIZE (php-8.4.14.tar.xz) = 13643936 |
