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: Sat May 28 13:33:01 UTC 2022
Modified Files:
pkgsrc/math/php-stats: Makefile
Log Message:
math/php-stats: restrict versions of PHP
This package dose not support PHP 5.6.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/math/php-stats/Makefile:1.9
--- pkgsrc/math/php-stats/Makefile:1.8 Sun May 22 13:40:42 2022
+++ pkgsrc/math/php-stats/Makefile Sat May 28 13:33:01 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2022/05/22 13:40:42 taca Exp $
+# $NetBSD: Makefile,v 1.9 2022/05/28 13:33:01 taca Exp $
MODNAME= stats
PECL_VERSION= 2.0.3
CATEGORIES+= math
COMMENT= PHP extension for statistical computation
-PHP_VERSIONS_ACCEPTED= 56 74
+PHP_VERSIONS_ACCEPTED= 74
CONFIGURE_ARGS+= --enable-${MODNAME}
Home |
Main Index |
Thread Index |
Old Index