Date: Mon, 5 Dec 2016 07:17:12 +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: r427835 - in head/www: moodle29 moodle30 moodle31 Message-ID: <201612050717.uB57HC7f049659@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Dec 5 07:17:12 2016 New Revision: 427835 URL: https://svnweb.freebsd.org/changeset/ports/427835 Log: - Adjust CONFLICTS Modified: head/www/moodle29/Makefile head/www/moodle30/Makefile head/www/moodle31/Makefile Modified: head/www/moodle29/Makefile ============================================================================== --- head/www/moodle29/Makefile Mon Dec 5 06:25:35 2016 (r427834) +++ head/www/moodle29/Makefile Mon Dec 5 07:17:12 2016 (r427835) @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle30-3.0.[0-9]* moodle28-2.8.[0-9]* +CONFLICTS= moodle32-3.2 moodle31-3.1.[0-9]* moodle30-3.0.[0-9]* USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ Modified: head/www/moodle30/Makefile ============================================================================== --- head/www/moodle30/Makefile Mon Dec 5 06:25:35 2016 (r427834) +++ head/www/moodle30/Makefile Mon Dec 5 07:17:12 2016 (r427835) @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1.[0-9]* +CONFLICTS= moodle29-2.9.[0-9]* moodle31-3.1.[0-9]* moodle32-3.2 USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Mon Dec 5 06:25:35 2016 (r427834) +++ head/www/moodle31/Makefile Mon Dec 5 07:17:12 2016 (r427835) @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* +CONFLICTS= moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle32-3.2 USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612050717.uB57HC7f049659>