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: Fri Feb 13 15:42:10 UTC 2026
Modified Files:
pkgsrc/www/moodle: Makefile
Log Message:
www/moodle: allow php84
According to <https://docs.moodle.org/500/en/PHP>, moodle 5.0 is
supported by from PHP 8.2 to PHP 8.4.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 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.106 pkgsrc/www/moodle/Makefile:1.107
--- pkgsrc/www/moodle/Makefile:1.106 Sun Aug 31 14:00:59 2025
+++ pkgsrc/www/moodle/Makefile Fri Feb 13 15:42:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2025/08/31 14:00:59 taca Exp $
+# $NetBSD: Makefile,v 1.107 2026/02/13 15:42:10 taca Exp $
DISTNAME= moodle-5.0.1
PKGREVISION= 1
@@ -34,7 +34,7 @@ INSTALLATION_DIRS= ${EGDIR} share/moodle
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-PHP_VERSIONS_ACCEPTED= 82 83
+PHP_VERSIONS_ACCEPTED= 82 83 84
PKG_GROUPS_VARS= APACHE_GROUP
PKG_USERS_VARS= APACHE_USER
Home |
Main Index |
Thread Index |
Old Index