diff options
Diffstat (limited to 'lang/php81/Makefile')
-rw-r--r-- | lang/php81/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 4b7771c16bd7..86179960786f 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,6 +1,6 @@ PORTNAME= php81 -DISTVERSION= 8.1.32 -PORTREVISION?= 1 +DISTVERSION= 8.1.33 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} @@ -181,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} |