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:           Tue Jan  5 12:49:44 UTC 2021

Modified Files:
        pkgsrc/www/moodle: Makefile

Log Message:
www/moodle: allow build on php74

moodle supports not only PHP 7.3 but 7.4.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/moodle/Makefile

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/Makefile
diff -u pkgsrc/www/moodle/Makefile:1.87 pkgsrc/www/moodle/Makefile:1.88
--- pkgsrc/www/moodle/Makefile:1.87     Sun Jan  3 15:26:12 2021
+++ pkgsrc/www/moodle/Makefile  Tue Jan  5 12:49:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2021/01/03 15:26:12 taca Exp $
+# $NetBSD: Makefile,v 1.88 2021/01/05 12:49:44 taca Exp $
 
 DISTNAME=      moodle-3.10
 CATEGORIES=    www
@@ -32,7 +32,7 @@ INSTALLATION_DIRS=    ${EGDIR} share/moodle
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
-PHP_VERSIONS_ACCEPTED=         73
+PHP_VERSIONS_ACCEPTED=         73 74
 
 PKG_GROUPS_VARS=       APACHE_GROUP
 PKG_USERS_VARS=                APACHE_USER



Home | Main Index | Thread Index | Old Index