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 Jan  3 06:47:07 UTC 2021

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

Log Message:
math/php-stats: update PHP version

Update supported PHP version; other than PHP 5.6.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/math/php-stats/Makefile:1.7
--- pkgsrc/math/php-stats/Makefile:1.6  Mon Dec 16 16:30:13 2019
+++ pkgsrc/math/php-stats/Makefile      Sun Jan  3 06:47:07 2021
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2019/12/16 16:30:13 taca Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/03 06:47:07 taca Exp $
 
 MODNAME=       stats
 PECL_VERSION=  2.0.3
 CATEGORIES+=   math
 COMMENT=       PHP extension for statistical computation
 
-PHP_VERSIONS_ACCEPTED= 72
+PHP_VERSIONS_INCOMPATIBLE=     56
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 



Home | Main Index | Thread Index | Old Index