diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-24 00:18:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-24 00:18:07 +0800 |
commit | 8192e67dc3aa98e4a3944b371fde8d4eff79d5d4 (patch) | |
tree | fd3944d244f7a757bcd8cb10d3c1c2fb97472fa6 /www | |
parent | 7490c246932819ec41be507ab6b91c3919fbd73f (diff) | |
download | freebsd-ports-gnome-8192e67dc3aa98e4a3944b371fde8d4eff79d5d4.tar.gz freebsd-ports-gnome-8192e67dc3aa98e4a3944b371fde8d4eff79d5d4.tar.zst freebsd-ports-gnome-8192e67dc3aa98e4a3944b371fde8d4eff79d5d4.zip |
- Broken checksum mismatch
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle23/Makefile | 2 | ||||
-rw-r--r-- | www/moodle24/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/moodle23/Makefile b/www/moodle23/Makefile index 21bc0ef564e9..3dd0f6a7c696 100644 --- a/www/moodle23/Makefile +++ b/www/moodle23/Makefile @@ -13,6 +13,8 @@ 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 +BROKEN= checksum mismatch + CONFLICTS= moodle-1.*.* moodle-2.2.* moodle-2.4.* LATEST_LINK= moodle23 diff --git a/www/moodle24/Makefile b/www/moodle24/Makefile index 60cab82dc87b..83f84964323d 100644 --- a/www/moodle24/Makefile +++ b/www/moodle24/Makefile @@ -13,6 +13,8 @@ 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 +BROKEN= checksum mismatch + CONFLICTS= moodle-1.*.* moodle-2.2.* moodle-2.3.* LATEST_LINK= moodle24 |