diff options
author | wen <wen@FreeBSD.org> | 2016-05-24 16:41:11 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-05-24 16:41:11 +0800 |
commit | 83120fff26a2b8141744a29fbccd6b7ffb54c37f (patch) | |
tree | 116e4ab2a32b824b9b7b6c30704301feae7ad155 /www | |
parent | c1087759c83ab3db9a7d76bd212917c041c38c2c (diff) | |
download | freebsd-ports-graphics-83120fff26a2b8141744a29fbccd6b7ffb54c37f.tar.gz freebsd-ports-graphics-83120fff26a2b8141744a29fbccd6b7ffb54c37f.tar.zst freebsd-ports-graphics-83120fff26a2b8141744a29fbccd6b7ffb54c37f.zip |
- Adjust CONFLICTS to welcome moodle-3.1
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle28/Makefile | 2 | ||||
-rw-r--r-- | www/moodle29/Makefile | 2 | ||||
-rw-r--r-- | www/moodle30/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/moodle28/Makefile b/www/moodle28/Makefile index aea939e4a8a..acfbb40c4fa 100644 --- a/www/moodle28/Makefile +++ b/www/moodle28/Makefile @@ -12,7 +12,7 @@ COMMENT= Course management system based on social constructionism LICENSE= GPLv3 -CONFLICTS= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* +CONFLICTS= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1 USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ diff --git a/www/moodle29/Makefile b/www/moodle29/Makefile index 2efedfaf92b..54220fe3dff 100644 --- a/www/moodle29/Makefile +++ b/www/moodle29/Makefile @@ -12,7 +12,7 @@ COMMENT= Course management system based on social constructionism LICENSE= GPLv3 -CONFLICTS= moodle30-3.0.[0-9]* moodle28-2.8.[0-9]* +CONFLICTS= moodle31-3.1 moodle30-3.0.[0-9]* moodle28-2.8.[0-9]* USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ diff --git a/www/moodle30/Makefile b/www/moodle30/Makefile index 8198ccd51c4..0e6727ae6ae 100644 --- a/www/moodle30/Makefile +++ b/www/moodle30/Makefile @@ -12,7 +12,7 @@ COMMENT= Course management system based on social constructionism LICENSE= GPLv3 -CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* +CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1 USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ |