svn commit: r559556 - in head/www: moodle310 moodle35 moodle38 moodle39

Antoine Brodin antoine at FreeBSD.org
Tue Dec 29 09:41:31 UTC 2020


Author: antoine
Date: Tue Dec 29 09:41:29 2020
New Revision: 559556
URL: https://svnweb.freebsd.org/changeset/ports/559556

Log:
  www/moodle* was fixed to work with PHP 8.0
  
  Reported by:	fluffy

Modified:
  head/www/moodle310/Makefile
  head/www/moodle35/Makefile
  head/www/moodle38/Makefile
  head/www/moodle39/Makefile

Modified: head/www/moodle310/Makefile
==============================================================================
--- head/www/moodle310/Makefile	Tue Dec 29 09:40:52 2020	(r559555)
+++ head/www/moodle310/Makefile	Tue Dec 29 09:41:29 2020	(r559556)
@@ -19,7 +19,6 @@ USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
 		opcache openssl pcre session simplexml soap spl tokenizer \
 		xml xmlreader zip zlib
-IGNORE_WITH_PHP=	80
 WRKSRC=		${WRKDIR}/moodle
 
 OPTIONS_SINGLE=		BACKEND

Modified: head/www/moodle35/Makefile
==============================================================================
--- head/www/moodle35/Makefile	Tue Dec 29 09:40:52 2020	(r559555)
+++ head/www/moodle35/Makefile	Tue Dec 29 09:41:29 2020	(r559556)
@@ -22,7 +22,6 @@ USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
 		opcache openssl pcre session simplexml soap spl tokenizer \
 		xml xmlreader zip zlib
-IGNORE_WITH_PHP=	80
 WRKSRC=		${WRKDIR}/moodle
 
 OPTIONS_SINGLE=		BACKEND

Modified: head/www/moodle38/Makefile
==============================================================================
--- head/www/moodle38/Makefile	Tue Dec 29 09:40:52 2020	(r559555)
+++ head/www/moodle38/Makefile	Tue Dec 29 09:41:29 2020	(r559556)
@@ -22,7 +22,6 @@ USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
 		opcache openssl pcre session simplexml soap spl tokenizer \
 		xml xmlreader zip zlib
-IGNORE_WITH_PHP=	80
 WRKSRC=		${WRKDIR}/moodle
 
 OPTIONS_SINGLE=		BACKEND

Modified: head/www/moodle39/Makefile
==============================================================================
--- head/www/moodle39/Makefile	Tue Dec 29 09:40:52 2020	(r559555)
+++ head/www/moodle39/Makefile	Tue Dec 29 09:41:29 2020	(r559556)
@@ -19,7 +19,6 @@ USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
 		opcache openssl pcre session simplexml soap spl tokenizer \
 		xml xmlreader zip zlib
-IGNORE_WITH_PHP=	80
 WRKSRC=		${WRKDIR}/moodle
 
 OPTIONS_SINGLE=		BACKEND


More information about the svn-ports-all mailing list