pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/php-stats math/php-stats: dose not support PHP 8 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9956a1f7a665
branches:  trunk
changeset: 379721:9956a1f7a665
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 22 13:40:42 2022 +0000

description:
math/php-stats: dose not support PHP 8 and later

This package dose not support php80 and php81.

diffstat:

 math/php-stats/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5a6e0967196c -r 9956a1f7a665 math/php-stats/Makefile
--- a/math/php-stats/Makefile   Sun May 22 13:39:56 2022 +0000
+++ b/math/php-stats/Makefile   Sun May 22 13:40:42 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2021/01/03 06:47:07 taca Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/22 13:40:42 taca Exp $
 
 MODNAME=       stats
 PECL_VERSION=  2.0.3
 CATEGORIES+=   math
 COMMENT=       PHP extension for statistical computation
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+PHP_VERSIONS_ACCEPTED= 56 74
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 



Home | Main Index | Thread Index | Old Index