From owner-svn-ports-all@freebsd.org Mon Dec 5 07:17:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05805C67C2F; Mon, 5 Dec 2016 07:17:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B10021868; Mon, 5 Dec 2016 07:17:13 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB57HCXt049662; Mon, 5 Dec 2016 07:17:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB57HC7f049659; Mon, 5 Dec 2016 07:17:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612050717.uB57HC7f049659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 5 Dec 2016 07:17:12 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 07:17:14 -0000 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 \