diff options
author | wen <wen@FreeBSD.org> | 2018-12-06 07:55:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-12-06 07:55:39 +0800 |
commit | eed7f1413fe50288453befd76cd32f4666399a2f (patch) | |
tree | 2648e39ae6559b6a860c3ca1926386b693d484ed /www | |
parent | cadd4c9d80145ba075ef32c5ab4895a04915314f (diff) | |
download | freebsd-ports-gnome-eed7f1413fe50288453befd76cd32f4666399a2f.tar.gz freebsd-ports-gnome-eed7f1413fe50288453befd76cd32f4666399a2f.tar.zst freebsd-ports-gnome-eed7f1413fe50288453befd76cd32f4666399a2f.zip |
- Adjust CONFLICTS after moodle36 update to 3.6.1
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle31/Makefile | 2 | ||||
-rw-r--r-- | www/moodle33/Makefile | 2 | ||||
-rw-r--r-- | www/moodle34/Makefile | 2 | ||||
-rw-r--r-- | www/moodle35/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www/moodle31/Makefile b/www/moodle31/Makefile index fee5df3acd5f..3053b5d36ea7 100644 --- a/www/moodle31/Makefile +++ b/www/moodle31/Makefile @@ -16,7 +16,7 @@ DEPRECATED= Upstream no longer maintained EXPIRATION_DATE=2019-03-03 CONFLICTS= moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ diff --git a/www/moodle33/Makefile b/www/moodle33/Makefile index ff3ed2c0f647..5d8132c3b404 100644 --- a/www/moodle33/Makefile +++ b/www/moodle33/Makefile @@ -16,7 +16,7 @@ DEPRECATED= Upstream no longer maintained EXPIRATION_DATE=2018-12-31 CONFLICTS= moodle31-3.1.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \ diff --git a/www/moodle34/Makefile b/www/moodle34/Makefile index c6e96a994b4a..ffe1ee3c81f4 100644 --- a/www/moodle34/Makefile +++ b/www/moodle34/Makefile @@ -16,7 +16,7 @@ DEPRECATED= Upstream no longer maintained EXPIRATION_DATE=2019-03-03 CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* IGNORE_WITH_PHP= 56 diff --git a/www/moodle35/Makefile b/www/moodle35/Makefile index b26a02e322b4..7992a53be4ee 100644 --- a/www/moodle35/Makefile +++ b/www/moodle35/Makefile @@ -13,7 +13,7 @@ COMMENT= Course management system based on social constructionism LICENSE= GPLv3 CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* IGNORE_WITH_PHP= 56 |