Date: Thu, 14 May 2015 07:49:04 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386299 - in head/www: moodle27 moodle28 Message-ID: <201505140749.t4E7n4KV031395@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu May 14 07:49:03 2015 New Revision: 386299 URL: https://svnweb.freebsd.org/changeset/ports/386299 Log: - Adjust CONFLICTS to welcome moodle29 Modified: head/www/moodle27/Makefile head/www/moodle28/Makefile Modified: head/www/moodle27/Makefile ============================================================================== --- head/www/moodle27/Makefile Thu May 14 07:36:48 2015 (r386298) +++ head/www/moodle27/Makefile Thu May 14 07:49:03 2015 (r386299) @@ -16,7 +16,7 @@ LICENSE= GPLv3 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= moodle26-2.6.[0-9]* moodle28-2.8.[0-9]* +CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9 USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Thu May 14 07:36:48 2015 (r386298) +++ head/www/moodle28/Makefile Thu May 14 07:49:03 2015 (r386299) @@ -15,7 +15,7 @@ LICENSE= GPLv3 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= moodle26-2.6.[0-9]* moodle27-2.7.[0-9]* +CONFLICTS= moodle27-2.7.[0-9]* moodle29-2.9 USES= tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505140749.t4E7n4KV031395>