From owner-svn-ports-head@FreeBSD.ORG Mon Jul 14 11:18:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34981E1F; Mon, 14 Jul 2014 11:18:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 085342C74; Mon, 14 Jul 2014 11:18:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EBIA1h009231; Mon, 14 Jul 2014 11:18:10 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EBIATf009228; Mon, 14 Jul 2014 11:18:10 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201407141118.s6EBIATf009228@svn.freebsd.org> From: Wen Heping Date: Mon, 14 Jul 2014 11:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361771 - in head/www/moodle27: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 14 Jul 2014 11:18:11 -0000 Author: wen Date: Mon Jul 14 11:18:10 2014 New Revision: 361771 URL: http://svnweb.freebsd.org/changeset/ports/361771 QAT: https://qat.redports.org/buildarchive/r361771/ Log: - Update to 2.7.1 - Improve pkg-message Modified: head/www/moodle27/Makefile head/www/moodle27/distinfo head/www/moodle27/files/pkg-message.in Modified: head/www/moodle27/Makefile ============================================================================== --- head/www/moodle27/Makefile Mon Jul 14 11:02:34 2014 (r361770) +++ head/www/moodle27/Makefile Mon Jul 14 11:18:10 2014 (r361771) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.7 +PORTVERSION= 2.7.1 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable27/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle27/distinfo ============================================================================== --- head/www/moodle27/distinfo Mon Jul 14 11:02:34 2014 (r361770) +++ head/www/moodle27/distinfo Mon Jul 14 11:18:10 2014 (r361771) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.7.tgz) = 55db4c841c1469577a1b1bdd031455767fe36f39866df51c76dddfc81a7f95b5 -SIZE (moodle-2.7.tgz) = 34676653 +SHA256 (moodle-2.7.1.tgz) = 2acb8c600c08c2415afba76859888f53a37fddfa06cc955f300755c0f65729a0 +SIZE (moodle-2.7.1.tgz) = 34818166 Modified: head/www/moodle27/files/pkg-message.in ============================================================================== --- head/www/moodle27/files/pkg-message.in Mon Jul 14 11:02:34 2014 (r361770) +++ head/www/moodle27/files/pkg-message.in Mon Jul 14 11:18:10 2014 (r361771) @@ -8,10 +8,11 @@ POST-INSTALL CONFIGURATION FOR MOODLE NOTE: this package assumes that either the phpX-pgsql, phpX-mysql, or phpX-mssql packages are installed. -2) Add the following to your Apache configuration, and - restart the server: +2) Add the following to your Apache configuration file + httpd.conf, and restart the server: + + For Apache versions earlier than 2.4: - ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ AcceptPathInfo On @@ -25,6 +26,19 @@ POST-INSTALL CONFIGURATION FOR MOODLE Deny from all + For Apache version 2.4.x or above: + + Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ + AcceptPathInfo On + + AllowOverride None + Require all granted + + + AllowOverride None + Require all denied + + 3) Visit your Moodle site with a browser (i.e., http://your.server.com/moodle/), and you should be taken to the install.php script, which will lead