git: 59a3dfb1f29b - main - www/moodle3*: unbreak bulk -a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jan 2022 14:44:06 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59a3dfb1f29b6674470c90743ef2fc3bc86257d0
commit 59a3dfb1f29b6674470c90743ef2fc3bc86257d0
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-01-10 14:42:46 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-01-10 14:42:46 +0000
www/moodle3*: unbreak bulk -a
---
www/moodle310/Makefile | 2 +-
www/moodle311/Makefile | 2 +-
www/moodle39/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/moodle310/Makefile b/www/moodle310/Makefile
index c2a095ac4d37..2b3fa276a745 100644
--- a/www/moodle310/Makefile
+++ b/www/moodle310/Makefile
@@ -19,7 +19,7 @@ USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
xml xmlreader xmlrpc zip zlib
WRKSRC= ${WRKDIR}/moodle
-IGNORE_WITH_PHP= 80
+IGNORE_WITH_PHP= 80 81
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL
diff --git a/www/moodle311/Makefile b/www/moodle311/Makefile
index 98704bd84ea4..a795e01e5140 100644
--- a/www/moodle311/Makefile
+++ b/www/moodle311/Makefile
@@ -19,7 +19,7 @@ USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
xml xmlreader xmlrpc zip zlib
WRKSRC= ${WRKDIR}/moodle
-IGNORE_WITH_PHP= 80
+IGNORE_WITH_PHP= 80 81
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL
diff --git a/www/moodle39/Makefile b/www/moodle39/Makefile
index 28b594287381..41db47d792b3 100644
--- a/www/moodle39/Makefile
+++ b/www/moodle39/Makefile
@@ -19,7 +19,7 @@ USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
xml xmlreader xmlrpc zip zlib
WRKSRC= ${WRKDIR}/moodle
-IGNORE_WITH_PHP= 80
+IGNORE_WITH_PHP= 80 81
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL