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:           Thu Jul 30 17:12:04 UTC 2026

Modified Files:
        pkgsrc/www/moodle: Makefile

Log Message:
www/moodle: don't supprot PHP 8.2

Moodle 5.2 require PHP 8.3 to 8.4.  <https://docs.moodle.org/502/en/PHP>


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 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.109 pkgsrc/www/moodle/Makefile:1.110
--- pkgsrc/www/moodle/Makefile:1.109    Thu Jul 30 13:17:11 2026
+++ pkgsrc/www/moodle/Makefile  Thu Jul 30 17:12:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2026/07/30 13:17:11 wen Exp $
+# $NetBSD: Makefile,v 1.110 2026/07/30 17:12:04 taca Exp $
 
 DISTNAME=      moodle-5.2.1
 CATEGORIES=    www
@@ -33,7 +33,7 @@ INSTALLATION_DIRS=    ${EGDIR} share/moodle
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
-PHP_VERSIONS_ACCEPTED=         82 83 84
+PHP_VERSIONS_ACCEPTED=         83 84
 
 PKG_GROUPS_VARS=       APACHE_GROUP
 PKG_USERS_VARS=                APACHE_USER



Home | Main Index | Thread Index | Old Index