pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/moodle
Module Name: pkgsrc
Committed By: taca
Date: Sat Apr 15 15:55:21 UTC 2017
Modified Files:
pkgsrc/www/moodle: options.mk
Log Message:
There is no reason to restrict PHP's version to 5.6.x.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/moodle/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/moodle/options.mk
diff -u pkgsrc/www/moodle/options.mk:1.4 pkgsrc/www/moodle/options.mk:1.5
--- pkgsrc/www/moodle/options.mk:1.4 Sun Sep 11 17:03:28 2016
+++ pkgsrc/www/moodle/options.mk Sat Apr 15 15:55:21 2017
@@ -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 @@ PKG_SUGGESTED_OPTIONS= mysql
###
.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