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: restrict versions of PHP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4af66ed81163
branches:  trunk
changeset: 380070:4af66ed81163
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 28 13:33:01 2022 +0000

description:
math/php-stats: restrict versions of PHP

This package dose not support PHP 5.6.

diffstat:

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

diffs (17 lines):

diff -r e0f9295f089f -r 4af66ed81163 math/php-stats/Makefile
--- a/math/php-stats/Makefile   Sat May 28 11:46:34 2022 +0000
+++ b/math/php-stats/Makefile   Sat May 28 13:33:01 2022 +0000
@@ -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