Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2020 09:41:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559556 - in head/www: moodle310 moodle35 moodle38 moodle39
Message-ID:  <202012290941.0BT9fTUD073884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012290941.0BT9fTUD073884>