Skip to content

Commit c94413f

Browse files
author
taca
committed
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.
1 parent a1cd57a commit c94413f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/moodle/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.106 2025/08/31 14:00:59 taca Exp $
1+
# $NetBSD: Makefile,v 1.107 2026/02/13 15:42:10 taca Exp $
22

33
DISTNAME= moodle-5.0.1
44
PKGREVISION= 1
@@ -34,7 +34,7 @@ INSTALLATION_DIRS= ${EGDIR} share/moodle
3434
.include "../../mk/bsd.prefs.mk"
3535
.include "options.mk"
3636

37-
PHP_VERSIONS_ACCEPTED= 82 83
37+
PHP_VERSIONS_ACCEPTED= 82 83 84
3838

3939
PKG_GROUPS_VARS= APACHE_GROUP
4040
PKG_USERS_VARS= APACHE_USER

0 commit comments

Comments
 (0)