pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/php-stats Limit to php70 and php71, php55 and php...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21b6c07a3ea3
branches:  trunk
changeset: 352144:21b6c07a3ea3
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 08 03:26:09 2016 +0000

description:
Limit to php70 and php71, php55 and php56 require php-stats 1.0.5.

diffstat:

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

diffs (17 lines):

diff -r bc6eedc8fdca -r 21b6c07a3ea3 math/php-stats/Makefile
--- a/math/php-stats/Makefile   Thu Sep 08 01:48:39 2016 +0000
+++ b/math/php-stats/Makefile   Thu Sep 08 03:26:09 2016 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2016/08/04 15:33:20 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/08 03:26:09 taca Exp $
 
 MODNAME=               stats
 PECL_VERSION=  2.0.3
 CATEGORIES+=   math
 COMMENT=               PHP extension for statistical computation
 
+PHP_VERSIONS_ACCEPTED= 70 71
+
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 
 .include "../../lang/php/ext.mk"



Home | Main Index | Thread Index | Old Index