pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/php-stats



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 22 13:40:42 UTC 2022

Modified Files:
        pkgsrc/math/php-stats: Makefile

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

This package dose not support php80 and php81.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/php-stats/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/php-stats/Makefile
diff -u pkgsrc/math/php-stats/Makefile:1.7 pkgsrc/math/php-stats/Makefile:1.8
--- pkgsrc/math/php-stats/Makefile:1.7  Sun Jan  3 06:47:07 2021
+++ pkgsrc/math/php-stats/Makefile      Sun May 22 13:40:42 2022
@@ -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