diff options
author | wen <wen@FreeBSD.org> | 2012-12-05 15:28:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-12-05 15:28:55 +0800 |
commit | 6d48476cf23c413b537d00462a73f0a151d76c3a (patch) | |
tree | 6bd4999c390c45e1e658ce17e3c57f30a6969a2b /www/moodle22 | |
parent | 118f54c7acd2e1ee7989e4adb9789118397899b5 (diff) | |
download | freebsd-ports-gnome-6d48476cf23c413b537d00462a73f0a151d76c3a.tar.gz freebsd-ports-gnome-6d48476cf23c413b537d00462a73f0a151d76c3a.tar.zst freebsd-ports-gnome-6d48476cf23c413b537d00462a73f0a151d76c3a.zip |
- Add www/moodle24 for the new version of moodle
- Adjust CONFLICTS
Feature safe: yes
Diffstat (limited to 'www/moodle22')
-rw-r--r-- | www/moodle22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/moodle22/Makefile b/www/moodle22/Makefile index 8d6bdad40882..9b82d5c96255 100644 --- a/www/moodle22/Makefile +++ b/www/moodle22/Makefile @@ -17,7 +17,7 @@ COMMENT= Course management system based on social constructionism BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl -CONFLICTS= moodle-1.*.* moodle-2.3.* +CONFLICTS= moodle-1.*.* moodle-2.3.* moodle-2.4.* LATEST_LINK= moodle22 USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ |