Date: Mon, 9 Nov 2020 11:54:09 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554713 - in head/www: moodle35 moodle37 moodle38 moodle39 Message-ID: <202011091154.0A9Bs920000214@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Nov 9 11:54:09 2020 New Revision: 554713 URL: https://svnweb.freebsd.org/changeset/ports/554713 Log: - Adjust CONFLICTS to welcome moodle310 - Mark moodle37 DEPRECATED Modified: head/www/moodle35/Makefile head/www/moodle37/Makefile head/www/moodle38/Makefile head/www/moodle39/Makefile Modified: head/www/moodle35/Makefile ============================================================================== --- head/www/moodle35/Makefile Mon Nov 9 11:47:00 2020 (r554712) +++ head/www/moodle35/Makefile Mon Nov 9 11:54:09 2020 (r554713) @@ -12,7 +12,8 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* +CONFLICTS= moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* \ + moodle310-3.10 USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \ Modified: head/www/moodle37/Makefile ============================================================================== --- head/www/moodle37/Makefile Mon Nov 9 11:47:00 2020 (r554712) +++ head/www/moodle37/Makefile Mon Nov 9 11:54:09 2020 (r554713) @@ -12,7 +12,11 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle35-3.5.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* +DEPRECATED= Unmaintained by upstream +EXPIRATION_DATE=2020-12-09 + +CONFLICTS= moodle35-3.5.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* \ + moodle310-3.10 USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \ Modified: head/www/moodle38/Makefile ============================================================================== --- head/www/moodle38/Makefile Mon Nov 9 11:47:00 2020 (r554712) +++ head/www/moodle38/Makefile Mon Nov 9 11:54:09 2020 (r554713) @@ -12,7 +12,8 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle39-3.9-[0-9]* +CONFLICTS= moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle39-3.9-[0-9]* \ + moodle310-3.10 USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \ Modified: head/www/moodle39/Makefile ============================================================================== --- head/www/moodle39/Makefile Mon Nov 9 11:47:00 2020 (r554712) +++ head/www/moodle39/Makefile Mon Nov 9 11:54:09 2020 (r554713) @@ -12,7 +12,8 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* +CONFLICTS= moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* \ + moodle310-3.10 USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011091154.0A9Bs920000214>