diff options
Diffstat (limited to 'lang/php81')
-rw-r--r-- | lang/php81/Makefile | 9 | ||||
-rw-r--r-- | lang/php81/distinfo | 6 |
2 files changed, 5 insertions, 10 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 12c5e7c03456..86179960786f 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,5 +1,5 @@ PORTNAME= php81 -DISTVERSION= 8.1.32 +DISTVERSION= 8.1.33 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -21,11 +21,6 @@ PHP_VER= 81 CONFLICTS_INSTALL?= php[0-9][0-9]${PKGNAMESUFFIX} .if !defined(PKGNAMESUFFIX) -# For now disable the exra patches for libxml2 until libxml2 is updated -# Uncomment the following lines when libxml2 is updated -#PATCH_SITES= https://github.com/php/php-src/commit/ -#PATCHFILES= 0a39890c967aa57225bb6bdf4821aff7a3a3c082.patch:-p1 \ -# 061058a9b1bbd90d27d97d79aebcf2b5029767b0.patch:-p1 LIB_DEPENDS= libargon2.so:security/libargon2 \ libpcre2-8.so:devel/pcre2 @@ -186,7 +181,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 81 -IGNORE_WITH_PHP= 82 83 84 +IGNORE_WITH_PHP= 82 83 84 85 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} diff --git a/lang/php81/distinfo b/lang/php81/distinfo index 0cf4c6ddb11b..2e4d04ea9231 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741933806 -SHA256 (php-8.1.32.tar.xz) = c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf383 -SIZE (php-8.1.32.tar.xz) = 11893516 +TIMESTAMP = 1751555623 +SHA256 (php-8.1.33.tar.xz) = 9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1 +SIZE (php-8.1.33.tar.xz) = 11898724 |