From owner-svn-ports-head@FreeBSD.ORG Thu Aug 9 02:31:55 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E968106564A; Thu, 9 Aug 2012 02:31:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7F6E38FC08; Thu, 9 Aug 2012 02:31:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q792Vt5j055599; Thu, 9 Aug 2012 02:31:55 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q792Vtiw055594; Thu, 9 Aug 2012 02:31:55 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201208090231.q792Vtiw055594@svn.freebsd.org> From: Wen Heping Date: Thu, 9 Aug 2012 02:31:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302321 - in head/www: . moodle2 moodle22 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 02:31:55 -0000 Author: wen Date: Thu Aug 9 02:31:54 2012 New Revision: 302321 URL: http://svn.freebsd.org/changeset/ports/302321 Log: - Repocopy www/moodle2 --> www/moodle22 - Update www/moodle2 to 2.3.1 - Update CONFLICTS PR: 169778 Submitted by: wen@(myself) Thanks to: Michael Tomasek Added: head/www/moodle22/ - copied from r302316, head/www/moodle2/ Modified: head/www/Makefile head/www/moodle2/Makefile head/www/moodle2/distinfo head/www/moodle22/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Aug 9 01:56:00 2012 (r302320) +++ head/www/Makefile Thu Aug 9 02:31:54 2012 (r302321) @@ -540,6 +540,7 @@ SUBDIR += mongrel2 SUBDIR += moodle SUBDIR += moodle2 + SUBDIR += moodle22 SUBDIR += moonshine SUBDIR += mozplugger SUBDIR += multisort Modified: head/www/moodle2/Makefile ============================================================================== --- head/www/moodle2/Makefile Thu Aug 9 01:56:00 2012 (r302320) +++ head/www/moodle2/Makefile Thu Aug 9 02:31:54 2012 (r302321) @@ -6,9 +6,9 @@ # PORTNAME= moodle -PORTVERSION= 2.2.4 +PORTVERSION= 2.3.1 CATEGORIES= www -MASTER_SITES= SF/moodle/Moodle/stable22/ +MASTER_SITES= SF/moodle/Moodle/stable23/ EXTRACT_SUFX= .tgz MAINTAINER= wen@FreeBSD.org @@ -17,11 +17,11 @@ COMMENT= Course management system based 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.1.* -LATEST_LINK= moodle22 +CONFLICTS= moodle-1.*.* moodle-2.2.* +LATEST_LINK= moodle23 USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ - soap openssl simplexml spl dom json zip zlib + soap openssl simplexml spl dom json zip zlib hash WRKSRC= ${WRKDIR}/moodle OPTIONS= MYSQL "Add support for a MySQL database server" On \ Modified: head/www/moodle2/distinfo ============================================================================== --- head/www/moodle2/distinfo Thu Aug 9 01:56:00 2012 (r302320) +++ head/www/moodle2/distinfo Thu Aug 9 02:31:54 2012 (r302321) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.2.4.tgz) = f093fa32b20247c47d258f2f99af97a4f1ee64a86a3397265da5d5569215110f -SIZE (moodle-2.2.4.tgz) = 24974166 +SHA256 (moodle-2.3.1.tgz) = b09a6f15fdfde1a6acf3e94e69e6e175f80e0efa217d0cd88545c375b7c28770 +SIZE (moodle-2.3.1.tgz) = 28464309 Modified: head/www/moodle22/Makefile ============================================================================== --- head/www/moodle2/Makefile Thu Aug 9 00:46:10 2012 (r302316) +++ head/www/moodle22/Makefile Thu Aug 9 02:31:54 2012 (r302321) @@ -17,7 +17,7 @@ COMMENT= Course management system based 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.1.* +CONFLICTS= moodle-1.*.* moodle-2.3.* LATEST_LINK= moodle22 USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \