diff options
author | wen <wen@FreeBSD.org> | 2017-05-16 21:12:04 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2017-05-16 21:12:04 +0800 |
commit | a6644b5f2e536e982f7c07c2794a5f54d89be773 (patch) | |
tree | 35ed3e6885596adf5b657517d06bc704b075c80e | |
parent | 59fe1da1d5cd3e15301a035bea8a1fe499229f83 (diff) | |
download | freebsd-ports-gnome-a6644b5f2e536e982f7c07c2794a5f54d89be773.tar.gz freebsd-ports-gnome-a6644b5f2e536e982f7c07c2794a5f54d89be773.tar.zst freebsd-ports-gnome-a6644b5f2e536e982f7c07c2794a5f54d89be773.zip |
- Adjust CONFLICTS
-rw-r--r-- | www/moodle30/Makefile | 2 | ||||
-rw-r--r-- | www/moodle31/Makefile | 2 | ||||
-rw-r--r-- | www/moodle32/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/moodle30/Makefile b/www/moodle30/Makefile index 017820311a78..5e558a56b428 100644 --- a/www/moodle30/Makefile +++ b/www/moodle30/Makefile @@ -12,7 +12,7 @@ COMMENT= Course management system based on social constructionism LICENSE= GPLv3 -CONFLICTS= moodle29-2.9.[0-9]* moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* +CONFLICTS= moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3 USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ diff --git a/www/moodle31/Makefile b/www/moodle31/Makefile index d0532a6909ba..9e6370b29b6e 100644 --- a/www/moodle31/Makefile +++ b/www/moodle31/Makefile @@ -12,7 +12,7 @@ COMMENT= Course management system based on social constructionism LICENSE= GPLv3 -CONFLICTS= moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle32-3.2.[0-9]* +CONFLICTS= moodle30-3.0.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3 USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ diff --git a/www/moodle32/Makefile b/www/moodle32/Makefile index 49e06d7e830c..395867aa11ca 100644 --- a/www/moodle32/Makefile +++ b/www/moodle32/Makefile @@ -12,7 +12,7 @@ COMMENT= Course management system based on social constructionism LICENSE= GPLv3 -CONFLICTS= moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle31-3.1.[0-9]* +CONFLICTS= moodle30-3.0.[0-9]* moodle31-3.1.[0-9]* moodle33-3.3 USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ |