Date: Thu, 30 Nov 2006 06:21:55 GMT From: Javier Martín Rueda<jmrueda@diatel.upm.es> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/106050: [maintainer-update] www/moodle update to 1.7 Message-ID: <200611300621.kAU6LtYB047722@www.freebsd.org> Resent-Message-ID: <200611300630.kAU6UNTv029534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106050 >Category: ports >Synopsis: [maintainer-update] www/moodle update to 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 30 06:30:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Javier Martín Rueda >Release: FreeBSD 6.1-RELEASE amd64 >Organization: Universidad Politécnica de Madrid >Environment: >Description: I enclose a patch to upgrade port www/moodle to 1.7 >How-To-Repeat: >Fix: Apply enclosed patch, please. Patch attached with submission follows: diff -ruN ports.orig/www/moodle/Makefile ports/www/moodle/Makefile --- ports.orig/www/moodle/Makefile Tue Sep 5 15:45:07 2006 +++ ports/www/moodle/Makefile Thu Nov 30 07:33:45 2006 @@ -6,9 +6,9 @@ # PORTNAME= moodle -PORTVERSION= 1.5.4 +PORTVERSION= 1.7 CATEGORIES= www -MASTER_SITES= http://download.moodle.org/stable15/ +MASTER_SITES= http://download.moodle.org/stable17/ EXTRACT_SUFX= .tgz MAINTAINER= jmrueda@diatel.upm.es diff -ruN ports.orig/www/moodle/distinfo ports/www/moodle/distinfo --- ports.orig/www/moodle/distinfo Tue Sep 5 15:45:07 2006 +++ ports/www/moodle/distinfo Thu Nov 30 07:36:12 2006 @@ -1,3 +1,3 @@ -MD5 (moodle-1.5.4.tgz) = 86cddfda2b6d9a08b37cc3a16bda1090 -SHA256 (moodle-1.5.4.tgz) = 368d850acd03d9a21786ce7a451466496a93341f7a21db423c5703cdddf994f9 -SIZE (moodle-1.5.4.tgz) = 15126672 +MD5 (moodle-1.7.tgz) = b1d50adefe398bf328d87a4a40e6fa18 +SHA256 (moodle-1.7.tgz) = b65ac459413c9abb6e820a0f2fdbf77fcde23b76136c4de1c33f2b20ba95489d +SIZE (moodle-1.7.tgz) = 9563307 diff -ruN ports.orig/www/moodle/files/pkg-message.in ports/www/moodle/files/pkg-message.in --- ports.orig/www/moodle/files/pkg-message.in Sat Jun 24 17:23:09 2006 +++ ports/www/moodle/files/pkg-message.in Thu Nov 30 07:58:35 2006 @@ -11,8 +11,9 @@ 2) Add the following to your Apache configuration, and restart the server: + ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ - AcceptPathInfo On ### Add this directive only for Apache 2.0.30 or later. + AcceptPathInfo On <Directory %%PREFIX%%/%%MOODLEDIR%%> AllowOverride None Order Allow,Deny @@ -20,7 +21,7 @@ </Directory> <Directory %%PREFIX%%/%%MOODLEDATADIR%%> AllowOverride None - Order Deny,Allow + Order Allow,Deny Deny from all </Directory> @@ -38,14 +39,18 @@ set up whatever file permissions you deem more adequate. For instance, user=root, group=www, mask=640. -4) Set up a cron task to call the file admin/cron.php - every five minutes or so. You can do so by using wget, - links or something similar to open the web page - http://your.server.com/moodle/admin/cron.php. +4) Set up a cron task to invoke the file admin/cron.php + every five minutes or so. For instance: + */5 * * * * fetch http://your.server.com/moodle/admin/cron.php For more information, see the INSTALL DOCUMENTATION: http://docs.moodle.org/en/Installing_Moodle + +If you are upgrading from an earlier version of Moodle, check out +possible additional steps at: + + http://docs.moodle.org/en/Upgrading_to_Moodle_1.7 If you have real trouble, please visit the Moodle course "Using Moodle" on moodle.org. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611300621.kAU6LtYB047722>