diff options
Diffstat (limited to 'lang/php84/Makefile')
-rw-r--r-- | lang/php84/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php84/Makefile b/lang/php84/Makefile index b6c07273399a..3bf61525ae64 100644 --- a/lang/php84/Makefile +++ b/lang/php84/Makefile @@ -1,5 +1,5 @@ PORTNAME= php84 -DISTVERSION= 8.4.8 +DISTVERSION= 8.4.10 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -197,7 +197,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 84 -IGNORE_WITH_PHP= 81 82 83 +IGNORE_WITH_PHP= 81 82 83 85 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} |