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:           Thu Sep  8 03:26:09 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/math/php-stats/Makefile:1.2
--- pkgsrc/math/php-stats/Makefile:1.1  Thu Aug  4 15:33:20 2016
+++ pkgsrc/math/php-stats/Makefile      Thu Sep  8 03:26:09 2016
@@ -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