pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/moodle There is no reason to restrict PHP's versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcb03139e02c
branches:  trunk
changeset: 361162:bcb03139e02c
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 15 15:55:21 2017 +0000

description:
There is no reason to restrict PHP's version to 5.6.x.

diffstat:

 www/moodle/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c76bf9a2b473 -r bcb03139e02c www/moodle/options.mk
--- a/www/moodle/options.mk     Sat Apr 15 15:50:42 2017 +0000
+++ b/www/moodle/options.mk     Sat Apr 15 15:55:21 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2016/09/11 17:03:28 taca Exp $
+# $NetBSD: options.mk,v 1.5 2017/04/15 15:55:21 taca Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.moodle
 
@@ -13,7 +13,6 @@
 ###
 .if !empty(PKG_OPTIONS:Mmysql)
 DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=5.2.14:../../databases/php-mysqli
-PHP_VERSIONS_ACCEPTED= 56
 .elif !empty(PKG_OPTIONS:Mpgsql)
 DEPENDS+=      ${PHP_PKG_PREFIX}-pgsql>=5:../../databases/php-pgsql
 .endif



Home | Main Index | Thread Index | Old Index