mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.7
PR: ports/106050 Submitted by: Javier Martín Rueda<jmrueda@diatel.upm.es> (maintainer)
This commit is contained in:
parent
c8176027ce
commit
46326af19d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178318
@ -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
|
||||
|
@ -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
|
||||
|
@ -11,8 +11,9 @@ POST-INSTALL CONFIGURATION FOR MOODLE
|
||||
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 @@ POST-INSTALL CONFIGURATION FOR MOODLE
|
||||
</Directory>
|
||||
<Directory %%PREFIX%%/%%MOODLEDATADIR%%>
|
||||
AllowOverride None
|
||||
Order Deny,Allow
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
</Directory>
|
||||
|
||||
@ -38,14 +39,18 @@ POST-INSTALL CONFIGURATION FOR MOODLE
|
||||
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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -11,8 +11,9 @@ POST-INSTALL CONFIGURATION FOR MOODLE
|
||||
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 @@ POST-INSTALL CONFIGURATION FOR MOODLE
|
||||
</Directory>
|
||||
<Directory %%PREFIX%%/%%MOODLEDATADIR%%>
|
||||
AllowOverride None
|
||||
Order Deny,Allow
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
</Directory>
|
||||
|
||||
@ -38,14 +39,18 @@ POST-INSTALL CONFIGURATION FOR MOODLE
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user