Wed Jan 23 00:54:38 2013 UTC ()
Update to 2.3.4

Upstream changes:
Highlights
MDL-32880 - Make 1.9 blocks restorable in 2.3 onwards
MDL-34791 - Activity quick title edit updates name in gradebook
MDL-35653 - Wiki module works if you activate the force format option
Functional changes
MDL-35422 - To start writing their Workshop submissions, students now click a button labelled 'Start preparing your submission' instead of 'Submit'
API changes
MDL-30700 - There is a new function "text_sorting($columnname)" for the class flexible_table which allows you to specify which columns are of type "text" so they can be sorted correctly in all databases.
MDL-35593 - core_webservice_get_site_info returns version number as PARAM_TEXT
MDL-30961 - get_course_contents web service's name value is now PARAM_RAW
MDL-36795 - In the default course settings, numsections is not limited to maxsections
Security issues
MSA-13-0001 - Security issue in Google Spellchecker in TinyMCE
MSA-13-0002 - Capability issue with Outcome editing
MSA-13-0003 - Potential server file access through backup restoration
MSA-13-0004 - Information leak through activity report
MSA-13-0005 - Potential phishing attack through URL redirects
MSA-13-0006 - Potential information leak in Assignment module
MSA-13-0007 - Potential exploit in messaging
MSA-13-0008 - Information leak through Blog RSS
MSA-13-0009 - Information leak through Blog RSS
Fixes and improvements
MDL-36680 - Overview report now gives correct course total by not including hidden item grades
MDL-35717 - Quiz cron not closing old attempts after quiz close date (also MDL-36842)
MDL-37165 - Assignment summary displays on Oracle
MDL-36668 - Performance issue resolved in viewing pages in Database activity
MDL-36760 - Numerical type quiz questions now work with frozen elements changes
MDL-36551 - Database presets retain advanced search template
MDL-33863 - Importing quiz questions into new course happens without error
MDL-36683 - It is now possible to duplicate a quiz when course question bank contains matching questions


(wen)
diff -r1.15 -r1.16 pkgsrc/www/moodle/Makefile
diff -r1.11 -r1.12 pkgsrc/www/moodle/PLIST
diff -r1.11 -r1.12 pkgsrc/www/moodle/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/www/moodle/Makefile (expand / switch to unified diff)

--- pkgsrc/www/moodle/Makefile 2012/11/30 07:19:44 1.15
+++ pkgsrc/www/moodle/Makefile 2013/01/23 00:54:37 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2012/11/30 07:19:44 wen Exp $ 1# $NetBSD: Makefile,v 1.16 2013/01/23 00:54:37 wen Exp $
2 2
3DISTNAME= moodle-2.3.3 3DISTNAME= moodle-2.3.4
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/}
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= wenheping@gmail.com 8MAINTAINER= wenheping@gmail.com
9HOMEPAGE= http://www.moodle.org/ 9HOMEPAGE= http://www.moodle.org/
10COMMENT= Course management system based on social constructionism 10COMMENT= Course management system based on social constructionism
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd 13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd
14DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv 14DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring 15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
16DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2.0:../../www/php-curl 16DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2.0:../../www/php-curl
@@ -79,27 +79,26 @@ SUBST_STAGE.php2= post-patch @@ -79,27 +79,26 @@ SUBST_STAGE.php2= post-patch
79SUBST_FILES.php2+= lib/spikephpcoverage/src/cli/instrument.php 79SUBST_FILES.php2+= lib/spikephpcoverage/src/cli/instrument.php
80SUBST_SED.php2= -e "s,/bin/php,${PREFIX}/bin/php,g" 80SUBST_SED.php2= -e "s,/bin/php,${PREFIX}/bin/php,g"
81 81
82SUBST_CLASSES+= perl 82SUBST_CLASSES+= perl
83SUBST_MESSAGE.perl= Fixing the path of perl. 83SUBST_MESSAGE.perl= Fixing the path of perl.
84SUBST_STAGE.perl= post-patch 84SUBST_STAGE.perl= post-patch
85SUBST_FILES.perl= filter/algebra/algebra2tex.pl 85SUBST_FILES.perl= filter/algebra/algebra2tex.pl
86SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g" 86SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
87 87
88WRKSRC= ${WRKDIR}/moodle 88WRKSRC= ${WRKDIR}/moodle
89 89
90post-extract: 90post-extract:
91 ${CP} ${FILESDIR}/moodle.conf ${WRKDIR}/moodle.conf 91 ${CP} ${FILESDIR}/moodle.conf ${WRKDIR}/moodle.conf
92 ${RM} ${WRKSRC}/.gitignore 
93 92
94do-install: 93do-install:
95 cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL_DATA_DIR} \ 94 cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL_DATA_DIR} \
96 ${DESTDIR}${MOODLEDIR}/{} \; -exec ${CHOWN} \ 95 ${DESTDIR}${MOODLEDIR}/{} \; -exec ${CHOWN} \
97 ${APACHE_USER}:${APACHE_GROUP} ${DESTDIR}${MOODLEDIR}/{} \; 96 ${APACHE_USER}:${APACHE_GROUP} ${DESTDIR}${MOODLEDIR}/{} \;
98 cd ${WRKSRC} && ${FIND} . \! -type d -exec ${INSTALL_DATA} {} \ 97 cd ${WRKSRC} && ${FIND} . \! -type d -exec ${INSTALL_DATA} {} \
99 ${DESTDIR}${MOODLEDIR}/{} \; -exec ${CHOWN} \ 98 ${DESTDIR}${MOODLEDIR}/{} \; -exec ${CHOWN} \
100 ${APACHE_USER}:${APACHE_GROUP} ${DESTDIR}${MOODLEDIR}/{} \; 99 ${APACHE_USER}:${APACHE_GROUP} ${DESTDIR}${MOODLEDIR}/{} \;
101 ${INSTALL_DATA} ${WRKDIR}/moodle.conf \ 100 ${INSTALL_DATA} ${WRKDIR}/moodle.conf \
102 ${DESTDIR}${PREFIX}/${EGDIR}/moodle.conf 101 ${DESTDIR}${PREFIX}/${EGDIR}/moodle.conf
103 102
104post-install: 103post-install:
105 ${INSTALL_DATA_DIR} ${DESTDIR}${MOODLEDATADIR} 104 ${INSTALL_DATA_DIR} ${DESTDIR}${MOODLEDATADIR}

cvs diff -r1.11 -r1.12 pkgsrc/www/moodle/PLIST (expand / switch to unified diff)

--- pkgsrc/www/moodle/PLIST 2012/11/30 07:19:44 1.11
+++ pkgsrc/www/moodle/PLIST 2013/01/23 00:54:37 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2012/11/30 07:19:44 wen Exp $ 1@comment $NetBSD: PLIST,v 1.12 2013/01/23 00:54:37 wen Exp $
2share/examples/moodle/moodle.conf 2share/examples/moodle/moodle.conf
3share/moodle/COPYING.txt 3share/moodle/COPYING.txt
4share/moodle/README.txt 4share/moodle/README.txt
5share/moodle/TRADEMARK.txt 5share/moodle/TRADEMARK.txt
6share/moodle/admin/auth.php 6share/moodle/admin/auth.php
7share/moodle/admin/auth_config.php 7share/moodle/admin/auth_config.php
8share/moodle/admin/block.php 8share/moodle/admin/block.php
9share/moodle/admin/blocks.php 9share/moodle/admin/blocks.php
10share/moodle/admin/category.php 10share/moodle/admin/category.php
11share/moodle/admin/cli/automated_backups.php 11share/moodle/admin/cli/automated_backups.php
12share/moodle/admin/cli/cron.php 12share/moodle/admin/cli/cron.php
13share/moodle/admin/cli/install.php 13share/moodle/admin/cli/install.php
14share/moodle/admin/cli/install_database.php 14share/moodle/admin/cli/install_database.php
@@ -871,26 +871,27 @@ share/moodle/blocks/course_summary/lang/ @@ -871,26 +871,27 @@ share/moodle/blocks/course_summary/lang/
871share/moodle/blocks/course_summary/styles.css 871share/moodle/blocks/course_summary/styles.css
872share/moodle/blocks/course_summary/version.php 872share/moodle/blocks/course_summary/version.php
873share/moodle/blocks/dock.js 873share/moodle/blocks/dock.js
874share/moodle/blocks/edit_form.php 874share/moodle/blocks/edit_form.php
875share/moodle/blocks/feedback/block_feedback.php 875share/moodle/blocks/feedback/block_feedback.php
876share/moodle/blocks/feedback/db/install.php 876share/moodle/blocks/feedback/db/install.php
877share/moodle/blocks/feedback/lang/en/block_feedback.php 877share/moodle/blocks/feedback/lang/en/block_feedback.php
878share/moodle/blocks/feedback/version.php 878share/moodle/blocks/feedback/version.php
879share/moodle/blocks/glossary_random/backup/moodle2/restore_glossary_random_block_task.class.php 879share/moodle/blocks/glossary_random/backup/moodle2/restore_glossary_random_block_task.class.php
880share/moodle/blocks/glossary_random/block_glossary_random.php 880share/moodle/blocks/glossary_random/block_glossary_random.php
881share/moodle/blocks/glossary_random/edit_form.php 881share/moodle/blocks/glossary_random/edit_form.php
882share/moodle/blocks/glossary_random/lang/en/block_glossary_random.php 882share/moodle/blocks/glossary_random/lang/en/block_glossary_random.php
883share/moodle/blocks/glossary_random/version.php 883share/moodle/blocks/glossary_random/version.php
 884share/moodle/blocks/html/backup/moodle1/lib.php
884share/moodle/blocks/html/backup/moodle2/backup_html_block_task.class.php 885share/moodle/blocks/html/backup/moodle2/backup_html_block_task.class.php
885share/moodle/blocks/html/backup/moodle2/restore_html_block_task.class.php 886share/moodle/blocks/html/backup/moodle2/restore_html_block_task.class.php
886share/moodle/blocks/html/block_html.php 887share/moodle/blocks/html/block_html.php
887share/moodle/blocks/html/db/upgrade.php 888share/moodle/blocks/html/db/upgrade.php
888share/moodle/blocks/html/edit_form.php 889share/moodle/blocks/html/edit_form.php
889share/moodle/blocks/html/lang/en/block_html.php 890share/moodle/blocks/html/lang/en/block_html.php
890share/moodle/blocks/html/lib.php 891share/moodle/blocks/html/lib.php
891share/moodle/blocks/html/styles.css 892share/moodle/blocks/html/styles.css
892share/moodle/blocks/html/version.php 893share/moodle/blocks/html/version.php
893share/moodle/blocks/index.html 894share/moodle/blocks/index.html
894share/moodle/blocks/login/block_login.php 895share/moodle/blocks/login/block_login.php
895share/moodle/blocks/login/lang/en/block_login.php 896share/moodle/blocks/login/lang/en/block_login.php
896share/moodle/blocks/login/version.php 897share/moodle/blocks/login/version.php
@@ -940,26 +941,27 @@ share/moodle/blocks/private_files/lang/e @@ -940,26 +941,27 @@ share/moodle/blocks/private_files/lang/e
940share/moodle/blocks/private_files/module.js 941share/moodle/blocks/private_files/module.js
941share/moodle/blocks/private_files/renderer.php 942share/moodle/blocks/private_files/renderer.php
942share/moodle/blocks/private_files/version.php 943share/moodle/blocks/private_files/version.php
943share/moodle/blocks/quiz_results/backup/moodle2/restore_quiz_results_block_task.class.php 944share/moodle/blocks/quiz_results/backup/moodle2/restore_quiz_results_block_task.class.php
944share/moodle/blocks/quiz_results/block_quiz_results.php 945share/moodle/blocks/quiz_results/block_quiz_results.php
945share/moodle/blocks/quiz_results/edit_form.php 946share/moodle/blocks/quiz_results/edit_form.php
946share/moodle/blocks/quiz_results/lang/en/block_quiz_results.php 947share/moodle/blocks/quiz_results/lang/en/block_quiz_results.php
947share/moodle/blocks/quiz_results/styles.css 948share/moodle/blocks/quiz_results/styles.css
948share/moodle/blocks/quiz_results/version.php 949share/moodle/blocks/quiz_results/version.php
949share/moodle/blocks/recent_activity/block_recent_activity.php 950share/moodle/blocks/recent_activity/block_recent_activity.php
950share/moodle/blocks/recent_activity/lang/en/block_recent_activity.php 951share/moodle/blocks/recent_activity/lang/en/block_recent_activity.php
951share/moodle/blocks/recent_activity/styles.css 952share/moodle/blocks/recent_activity/styles.css
952share/moodle/blocks/recent_activity/version.php 953share/moodle/blocks/recent_activity/version.php
 954share/moodle/blocks/rss_client/backup/moodle1/lib.php
953share/moodle/blocks/rss_client/backup/moodle2/backup_rss_client_block_task.class.php 955share/moodle/blocks/rss_client/backup/moodle2/backup_rss_client_block_task.class.php
954share/moodle/blocks/rss_client/backup/moodle2/backup_rss_client_stepslib.php 956share/moodle/blocks/rss_client/backup/moodle2/backup_rss_client_stepslib.php
955share/moodle/blocks/rss_client/backup/moodle2/restore_rss_client_block_task.class.php 957share/moodle/blocks/rss_client/backup/moodle2/restore_rss_client_block_task.class.php
956share/moodle/blocks/rss_client/backup/moodle2/restore_rss_client_stepslib.php 958share/moodle/blocks/rss_client/backup/moodle2/restore_rss_client_stepslib.php
957share/moodle/blocks/rss_client/block_rss_client.php 959share/moodle/blocks/rss_client/block_rss_client.php
958share/moodle/blocks/rss_client/db/access.php 960share/moodle/blocks/rss_client/db/access.php
959share/moodle/blocks/rss_client/db/install.xml 961share/moodle/blocks/rss_client/db/install.xml
960share/moodle/blocks/rss_client/edit_form.php 962share/moodle/blocks/rss_client/edit_form.php
961share/moodle/blocks/rss_client/editfeed.php 963share/moodle/blocks/rss_client/editfeed.php
962share/moodle/blocks/rss_client/lang/en/block_rss_client.php 964share/moodle/blocks/rss_client/lang/en/block_rss_client.php
963share/moodle/blocks/rss_client/managefeeds.php 965share/moodle/blocks/rss_client/managefeeds.php
964share/moodle/blocks/rss_client/settings.php 966share/moodle/blocks/rss_client/settings.php
965share/moodle/blocks/rss_client/version.php 967share/moodle/blocks/rss_client/version.php
@@ -1035,26 +1037,27 @@ share/moodle/calendar/view.php @@ -1035,26 +1037,27 @@ share/moodle/calendar/view.php
1035share/moodle/calendar/yui/eventmanager/assets/skins/sam/eventmanager.css 1037share/moodle/calendar/yui/eventmanager/assets/skins/sam/eventmanager.css
1036share/moodle/calendar/yui/eventmanager/eventmanager.js 1038share/moodle/calendar/yui/eventmanager/eventmanager.js
1037share/moodle/cohort/assign.php 1039share/moodle/cohort/assign.php
1038share/moodle/cohort/edit.php 1040share/moodle/cohort/edit.php
1039share/moodle/cohort/edit_form.php 1041share/moodle/cohort/edit_form.php
1040share/moodle/cohort/index.php 1042share/moodle/cohort/index.php
1041share/moodle/cohort/lib.php 1043share/moodle/cohort/lib.php
1042share/moodle/comment/comment.js 1044share/moodle/comment/comment.js
1043share/moodle/comment/comment_ajax.php 1045share/moodle/comment/comment_ajax.php
1044share/moodle/comment/comment_post.php 1046share/moodle/comment/comment_post.php
1045share/moodle/comment/index.php 1047share/moodle/comment/index.php
1046share/moodle/comment/lib.php 1048share/moodle/comment/lib.php
1047share/moodle/comment/locallib.php 1049share/moodle/comment/locallib.php
 1050share/moodle/composer.json
1048share/moodle/config-dist.php 1051share/moodle/config-dist.php
1049share/moodle/course/category.php 1052share/moodle/course/category.php
1050share/moodle/course/changenumsections.php 1053share/moodle/course/changenumsections.php
1051share/moodle/course/completion.js 1054share/moodle/course/completion.js
1052share/moodle/course/completion.php 1055share/moodle/course/completion.php
1053share/moodle/course/completion_form.php 1056share/moodle/course/completion_form.php
1054share/moodle/course/delete.php 1057share/moodle/course/delete.php
1055share/moodle/course/delete_category_form.php 1058share/moodle/course/delete_category_form.php
1056share/moodle/course/dndupload.js 1059share/moodle/course/dndupload.js
1057share/moodle/course/dndupload.php 1060share/moodle/course/dndupload.php
1058share/moodle/course/dnduploadlib.php 1061share/moodle/course/dnduploadlib.php
1059share/moodle/course/edit.php 1062share/moodle/course/edit.php
1060share/moodle/course/edit_form.php 1063share/moodle/course/edit_form.php
@@ -1557,26 +1560,27 @@ share/moodle/grade/report/overview/rende @@ -1557,26 +1560,27 @@ share/moodle/grade/report/overview/rende
1557share/moodle/grade/report/overview/settings.php 1560share/moodle/grade/report/overview/settings.php
1558share/moodle/grade/report/overview/version.php 1561share/moodle/grade/report/overview/version.php
1559share/moodle/grade/report/user/README.txt 1562share/moodle/grade/report/user/README.txt
1560share/moodle/grade/report/user/db/access.php 1563share/moodle/grade/report/user/db/access.php
1561share/moodle/grade/report/user/index.php 1564share/moodle/grade/report/user/index.php
1562share/moodle/grade/report/user/lang/en/gradereport_user.php 1565share/moodle/grade/report/user/lang/en/gradereport_user.php
1563share/moodle/grade/report/user/lib.php 1566share/moodle/grade/report/user/lib.php
1564share/moodle/grade/report/user/renderer.php 1567share/moodle/grade/report/user/renderer.php
1565share/moodle/grade/report/user/settings.php 1568share/moodle/grade/report/user/settings.php
1566share/moodle/grade/report/user/styles.css 1569share/moodle/grade/report/user/styles.css
1567share/moodle/grade/report/user/version.php 1570share/moodle/grade/report/user/version.php
1568share/moodle/grade/tests/edittree_test.php 1571share/moodle/grade/tests/edittree_test.php
1569share/moodle/grade/tests/querylib_test.php 1572share/moodle/grade/tests/querylib_test.php
 1573share/moodle/grade/tests/reportlib_test.php
1570share/moodle/group/assign.php 1574share/moodle/group/assign.php
1571share/moodle/group/autogroup.php 1575share/moodle/group/autogroup.php
1572share/moodle/group/autogroup_form.php 1576share/moodle/group/autogroup_form.php
1573share/moodle/group/clientlib.js 1577share/moodle/group/clientlib.js
1574share/moodle/group/delete.php 1578share/moodle/group/delete.php
1575share/moodle/group/externallib.php 1579share/moodle/group/externallib.php
1576share/moodle/group/group.php 1580share/moodle/group/group.php
1577share/moodle/group/group_form.php 1581share/moodle/group/group_form.php
1578share/moodle/group/grouping.php 1582share/moodle/group/grouping.php
1579share/moodle/group/grouping_form.php 1583share/moodle/group/grouping_form.php
1580share/moodle/group/groupings.php 1584share/moodle/group/groupings.php
1581share/moodle/group/import.php 1585share/moodle/group/import.php
1582share/moodle/group/import_form.php 1586share/moodle/group/import_form.php
@@ -1666,27 +1670,26 @@ share/moodle/install/lang/dv/install.php @@ -1666,27 +1670,26 @@ share/moodle/install/lang/dv/install.php
1666share/moodle/install/lang/dv/langconfig.php 1670share/moodle/install/lang/dv/langconfig.php
1667share/moodle/install/lang/dv/moodle.php 1671share/moodle/install/lang/dv/moodle.php
1668share/moodle/install/lang/el/admin.php 1672share/moodle/install/lang/el/admin.php
1669share/moodle/install/lang/el/error.php 1673share/moodle/install/lang/el/error.php
1670share/moodle/install/lang/el/install.php 1674share/moodle/install/lang/el/install.php
1671share/moodle/install/lang/el/langconfig.php 1675share/moodle/install/lang/el/langconfig.php
1672share/moodle/install/lang/el/moodle.php 1676share/moodle/install/lang/el/moodle.php
1673share/moodle/install/lang/en/admin.php 1677share/moodle/install/lang/en/admin.php
1674share/moodle/install/lang/en/error.php 1678share/moodle/install/lang/en/error.php
1675share/moodle/install/lang/en/install.php 1679share/moodle/install/lang/en/install.php
1676share/moodle/install/lang/en/langconfig.php 1680share/moodle/install/lang/en/langconfig.php
1677share/moodle/install/lang/en/moodle.php 1681share/moodle/install/lang/en/moodle.php
1678share/moodle/install/lang/en_ar/langconfig.php 1682share/moodle/install/lang/en_ar/langconfig.php
1679share/moodle/install/lang/en_fix/langconfig.php 
1680share/moodle/install/lang/en_kids/langconfig.php 1683share/moodle/install/lang/en_kids/langconfig.php
1681share/moodle/install/lang/en_us/install.php 1684share/moodle/install/lang/en_us/install.php
1682share/moodle/install/lang/en_us/langconfig.php 1685share/moodle/install/lang/en_us/langconfig.php
1683share/moodle/install/lang/es/admin.php 1686share/moodle/install/lang/es/admin.php
1684share/moodle/install/lang/es/error.php 1687share/moodle/install/lang/es/error.php
1685share/moodle/install/lang/es/install.php 1688share/moodle/install/lang/es/install.php
1686share/moodle/install/lang/es/langconfig.php 1689share/moodle/install/lang/es/langconfig.php
1687share/moodle/install/lang/es/moodle.php 1690share/moodle/install/lang/es/moodle.php
1688share/moodle/install/lang/es_ar/langconfig.php 1691share/moodle/install/lang/es_ar/langconfig.php
1689share/moodle/install/lang/es_es/langconfig.php 1692share/moodle/install/lang/es_es/langconfig.php
1690share/moodle/install/lang/es_mx/admin.php 1693share/moodle/install/lang/es_mx/admin.php
1691share/moodle/install/lang/es_mx/error.php 1694share/moodle/install/lang/es_mx/error.php
1692share/moodle/install/lang/es_mx/install.php 1695share/moodle/install/lang/es_mx/install.php
@@ -1716,26 +1719,27 @@ share/moodle/install/lang/fil/moodle.php @@ -1716,26 +1719,27 @@ share/moodle/install/lang/fil/moodle.php
1716share/moodle/install/lang/fj/langconfig.php 1719share/moodle/install/lang/fj/langconfig.php
1717share/moodle/install/lang/fo/langconfig.php 1720share/moodle/install/lang/fo/langconfig.php
1718share/moodle/install/lang/fo/moodle.php 1721share/moodle/install/lang/fo/moodle.php
1719share/moodle/install/lang/fr/admin.php 1722share/moodle/install/lang/fr/admin.php
1720share/moodle/install/lang/fr/error.php 1723share/moodle/install/lang/fr/error.php
1721share/moodle/install/lang/fr/install.php 1724share/moodle/install/lang/fr/install.php
1722share/moodle/install/lang/fr/langconfig.php 1725share/moodle/install/lang/fr/langconfig.php
1723share/moodle/install/lang/fr/moodle.php 1726share/moodle/install/lang/fr/moodle.php
1724share/moodle/install/lang/fr_ca/install.php 1727share/moodle/install/lang/fr_ca/install.php
1725share/moodle/install/lang/fr_ca/langconfig.php 1728share/moodle/install/lang/fr_ca/langconfig.php
1726share/moodle/install/lang/fr_ca/moodle.php 1729share/moodle/install/lang/fr_ca/moodle.php
1727share/moodle/install/lang/ga/error.php 1730share/moodle/install/lang/ga/error.php
1728share/moodle/install/lang/ga/langconfig.php 1731share/moodle/install/lang/ga/langconfig.php
 1732share/moodle/install/lang/ga/moodle.php
1729share/moodle/install/lang/gd/langconfig.php 1733share/moodle/install/lang/gd/langconfig.php
1730share/moodle/install/lang/gl/admin.php 1734share/moodle/install/lang/gl/admin.php
1731share/moodle/install/lang/gl/error.php 1735share/moodle/install/lang/gl/error.php
1732share/moodle/install/lang/gl/install.php 1736share/moodle/install/lang/gl/install.php
1733share/moodle/install/lang/gl/langconfig.php 1737share/moodle/install/lang/gl/langconfig.php
1734share/moodle/install/lang/gl/moodle.php 1738share/moodle/install/lang/gl/moodle.php
1735share/moodle/install/lang/gu/error.php 1739share/moodle/install/lang/gu/error.php
1736share/moodle/install/lang/gu/langconfig.php 1740share/moodle/install/lang/gu/langconfig.php
1737share/moodle/install/lang/gu/moodle.php 1741share/moodle/install/lang/gu/moodle.php
1738share/moodle/install/lang/he/admin.php 1742share/moodle/install/lang/he/admin.php
1739share/moodle/install/lang/he/error.php 1743share/moodle/install/lang/he/error.php
1740share/moodle/install/lang/he/install.php 1744share/moodle/install/lang/he/install.php
1741share/moodle/install/lang/he/langconfig.php 1745share/moodle/install/lang/he/langconfig.php
@@ -1792,26 +1796,27 @@ share/moodle/install/lang/km/moodle.php @@ -1792,26 +1796,27 @@ share/moodle/install/lang/km/moodle.php
1792share/moodle/install/lang/kn/langconfig.php 1796share/moodle/install/lang/kn/langconfig.php
1793share/moodle/install/lang/ko/admin.php 1797share/moodle/install/lang/ko/admin.php
1794share/moodle/install/lang/ko/error.php 1798share/moodle/install/lang/ko/error.php
1795share/moodle/install/lang/ko/install.php 1799share/moodle/install/lang/ko/install.php
1796share/moodle/install/lang/ko/langconfig.php 1800share/moodle/install/lang/ko/langconfig.php
1797share/moodle/install/lang/ko/moodle.php 1801share/moodle/install/lang/ko/moodle.php
1798share/moodle/install/lang/la/langconfig.php 1802share/moodle/install/lang/la/langconfig.php
1799share/moodle/install/lang/la/moodle.php 1803share/moodle/install/lang/la/moodle.php
1800share/moodle/install/lang/lo/admin.php 1804share/moodle/install/lang/lo/admin.php
1801share/moodle/install/lang/lo/install.php 1805share/moodle/install/lang/lo/install.php
1802share/moodle/install/lang/lo/langconfig.php 1806share/moodle/install/lang/lo/langconfig.php
1803share/moodle/install/lang/lo/moodle.php 1807share/moodle/install/lang/lo/moodle.php
1804share/moodle/install/lang/lt/admin.php 1808share/moodle/install/lang/lt/admin.php
 1809share/moodle/install/lang/lt/install.php
1805share/moodle/install/lang/lt/langconfig.php 1810share/moodle/install/lang/lt/langconfig.php
1806share/moodle/install/lang/lt/moodle.php 1811share/moodle/install/lang/lt/moodle.php
1807share/moodle/install/lang/lt_uni/langconfig.php 1812share/moodle/install/lang/lt_uni/langconfig.php
1808share/moodle/install/lang/lv/admin.php 1813share/moodle/install/lang/lv/admin.php
1809share/moodle/install/lang/lv/error.php 1814share/moodle/install/lang/lv/error.php
1810share/moodle/install/lang/lv/install.php 1815share/moodle/install/lang/lv/install.php
1811share/moodle/install/lang/lv/langconfig.php 1816share/moodle/install/lang/lv/langconfig.php
1812share/moodle/install/lang/lv/moodle.php 1817share/moodle/install/lang/lv/moodle.php
1813share/moodle/install/lang/mi_tn/langconfig.php 1818share/moodle/install/lang/mi_tn/langconfig.php
1814share/moodle/install/lang/mi_tn/moodle.php 1819share/moodle/install/lang/mi_tn/moodle.php
1815share/moodle/install/lang/mi_wwow/admin.php 1820share/moodle/install/lang/mi_wwow/admin.php
1816share/moodle/install/lang/mi_wwow/error.php 1821share/moodle/install/lang/mi_wwow/error.php
1817share/moodle/install/lang/mi_wwow/install.php 1822share/moodle/install/lang/mi_wwow/install.php
@@ -3444,26 +3449,27 @@ share/moodle/lib/simpletestlib/selector. @@ -3444,26 +3449,27 @@ share/moodle/lib/simpletestlib/selector.
3444share/moodle/lib/simpletestlib/shell_tester.php 3449share/moodle/lib/simpletestlib/shell_tester.php
3445share/moodle/lib/simpletestlib/simpletest.php 3450share/moodle/lib/simpletestlib/simpletest.php
3446share/moodle/lib/simpletestlib/socket.php 3451share/moodle/lib/simpletestlib/socket.php
3447share/moodle/lib/simpletestlib/tag.php 3452share/moodle/lib/simpletestlib/tag.php
3448share/moodle/lib/simpletestlib/test_case.php 3453share/moodle/lib/simpletestlib/test_case.php
3449share/moodle/lib/simpletestlib/tidy_parser.php 3454share/moodle/lib/simpletestlib/tidy_parser.php
3450share/moodle/lib/simpletestlib/unit_tester.php 3455share/moodle/lib/simpletestlib/unit_tester.php
3451share/moodle/lib/simpletestlib/url.php 3456share/moodle/lib/simpletestlib/url.php
3452share/moodle/lib/simpletestlib/user_agent.php 3457share/moodle/lib/simpletestlib/user_agent.php
3453share/moodle/lib/simpletestlib/web_tester.php 3458share/moodle/lib/simpletestlib/web_tester.php
3454share/moodle/lib/simpletestlib/xml.php 3459share/moodle/lib/simpletestlib/xml.php
3455share/moodle/lib/soaplib.php 3460share/moodle/lib/soaplib.php
3456share/moodle/lib/spikephpcoverage/BUILD 3461share/moodle/lib/spikephpcoverage/BUILD
 3462share/moodle/lib/spikephpcoverage/CHANGES
3457share/moodle/lib/spikephpcoverage/LICENSE.lgpl 3463share/moodle/lib/spikephpcoverage/LICENSE.lgpl
3458share/moodle/lib/spikephpcoverage/LICENSE.osl 3464share/moodle/lib/spikephpcoverage/LICENSE.osl
3459share/moodle/lib/spikephpcoverage/LICENSE.pear.3_01 3465share/moodle/lib/spikephpcoverage/LICENSE.pear.3_01
3460share/moodle/lib/spikephpcoverage/README 3466share/moodle/lib/spikephpcoverage/README
3461share/moodle/lib/spikephpcoverage/RELEASE_NOTES 3467share/moodle/lib/spikephpcoverage/RELEASE_NOTES
3462share/moodle/lib/spikephpcoverage/index.html 3468share/moodle/lib/spikephpcoverage/index.html
3463share/moodle/lib/spikephpcoverage/readme_moodle.txt 3469share/moodle/lib/spikephpcoverage/readme_moodle.txt
3464share/moodle/lib/spikephpcoverage/src/CoverageRecorder.php 3470share/moodle/lib/spikephpcoverage/src/CoverageRecorder.php
3465share/moodle/lib/spikephpcoverage/src/cli/driver.php 3471share/moodle/lib/spikephpcoverage/src/cli/driver.php
3466share/moodle/lib/spikephpcoverage/src/cli/instrument.php 3472share/moodle/lib/spikephpcoverage/src/cli/instrument.php
3467share/moodle/lib/spikephpcoverage/src/conf/phpcoverage.conf.php 3473share/moodle/lib/spikephpcoverage/src/conf/phpcoverage.conf.php
3468share/moodle/lib/spikephpcoverage/src/parser/BasicXmlParser.php 3474share/moodle/lib/spikephpcoverage/src/parser/BasicXmlParser.php
3469share/moodle/lib/spikephpcoverage/src/parser/CoverageXmlParser.php 3475share/moodle/lib/spikephpcoverage/src/parser/CoverageXmlParser.php
@@ -3575,33 +3581,35 @@ share/moodle/lib/tests/accesslib_test.ph @@ -3575,33 +3581,35 @@ share/moodle/lib/tests/accesslib_test.ph
3575share/moodle/lib/tests/blocklib_test.php 3581share/moodle/lib/tests/blocklib_test.php
3576share/moodle/lib/tests/code_test.php 3582share/moodle/lib/tests/code_test.php
3577share/moodle/lib/tests/completionlib_test.php 3583share/moodle/lib/tests/completionlib_test.php
3578share/moodle/lib/tests/componentlib_test.php 3584share/moodle/lib/tests/componentlib_test.php
3579share/moodle/lib/tests/conditionlib_test.php 3585share/moodle/lib/tests/conditionlib_test.php
3580share/moodle/lib/tests/configonlylib_test.php 3586share/moodle/lib/tests/configonlylib_test.php
3581share/moodle/lib/tests/csslib_test.php 3587share/moodle/lib/tests/csslib_test.php
3582share/moodle/lib/tests/eventslib_test.php 3588share/moodle/lib/tests/eventslib_test.php
3583share/moodle/lib/tests/externallib_test.php 3589share/moodle/lib/tests/externallib_test.php
3584share/moodle/lib/tests/filelib_test.php 3590share/moodle/lib/tests/filelib_test.php
3585share/moodle/lib/tests/filter_test.php 3591share/moodle/lib/tests/filter_test.php
3586share/moodle/lib/tests/fixtures/events.php 3592share/moodle/lib/tests/fixtures/events.php
3587share/moodle/lib/tests/formslib_test.php 3593share/moodle/lib/tests/formslib_test.php
 3594share/moodle/lib/tests/gradelib_test.php
3588share/moodle/lib/tests/grouplib_test.php 3595share/moodle/lib/tests/grouplib_test.php
3589share/moodle/lib/tests/html2text_test.php 3596share/moodle/lib/tests/html2text_test.php
3590share/moodle/lib/tests/htmlpurifier_test.php 3597share/moodle/lib/tests/htmlpurifier_test.php
3591share/moodle/lib/tests/htmlwriter_test.php 3598share/moodle/lib/tests/htmlwriter_test.php
3592share/moodle/lib/tests/markdown_test.php 3599share/moodle/lib/tests/markdown_test.php
3593share/moodle/lib/tests/mathslib_test.php 3600share/moodle/lib/tests/mathslib_test.php
3594share/moodle/lib/tests/medialib_test.php 3601share/moodle/lib/tests/medialib_test.php
 3602share/moodle/lib/tests/messagelib_test.php
3595share/moodle/lib/tests/moodlelib_test.php 3603share/moodle/lib/tests/moodlelib_test.php
3596share/moodle/lib/tests/navigationlib_test.php 3604share/moodle/lib/tests/navigationlib_test.php
3597share/moodle/lib/tests/other/completion.manualtest.txt 3605share/moodle/lib/tests/other/completion.manualtest.txt
3598share/moodle/lib/tests/other/pdflibtestpage.php 3606share/moodle/lib/tests/other/pdflibtestpage.php
3599share/moodle/lib/tests/other/todochecker.php 3607share/moodle/lib/tests/other/todochecker.php
3600share/moodle/lib/tests/outputcomponents_test.php 3608share/moodle/lib/tests/outputcomponents_test.php
3601share/moodle/lib/tests/outputlib_test.php 3609share/moodle/lib/tests/outputlib_test.php
3602share/moodle/lib/tests/outputrequirementslib_test.php 3610share/moodle/lib/tests/outputrequirementslib_test.php
3603share/moodle/lib/tests/pagelib_test.php 3611share/moodle/lib/tests/pagelib_test.php
3604share/moodle/lib/tests/performance/filtersettingsperformancetester.php 3612share/moodle/lib/tests/performance/filtersettingsperformancetester.php
3605share/moodle/lib/tests/pluginlib_test.php 3613share/moodle/lib/tests/pluginlib_test.php
3606share/moodle/lib/tests/questionlib_test.php 3614share/moodle/lib/tests/questionlib_test.php
3607share/moodle/lib/tests/rsslib_test.php 3615share/moodle/lib/tests/rsslib_test.php
@@ -5477,26 +5485,27 @@ share/moodle/lib/yui/3.5.1/build/yui-log @@ -5477,26 +5485,27 @@ share/moodle/lib/yui/3.5.1/build/yui-log
5477share/moodle/lib/yui/3.5.1/build/yui-log/yui-log.js 5485share/moodle/lib/yui/3.5.1/build/yui-log/yui-log.js
5478share/moodle/lib/yui/3.5.1/build/yui-nodejs/yui-nodejs-debug.js 5486share/moodle/lib/yui/3.5.1/build/yui-nodejs/yui-nodejs-debug.js
5479share/moodle/lib/yui/3.5.1/build/yui-nodejs/yui-nodejs-min.js 5487share/moodle/lib/yui/3.5.1/build/yui-nodejs/yui-nodejs-min.js
5480share/moodle/lib/yui/3.5.1/build/yui-nodejs/yui-nodejs.js 5488share/moodle/lib/yui/3.5.1/build/yui-nodejs/yui-nodejs.js
5481share/moodle/lib/yui/3.5.1/build/yui-throttle/yui-throttle-debug.js 5489share/moodle/lib/yui/3.5.1/build/yui-throttle/yui-throttle-debug.js
5482share/moodle/lib/yui/3.5.1/build/yui-throttle/yui-throttle-min.js 5490share/moodle/lib/yui/3.5.1/build/yui-throttle/yui-throttle-min.js
5483share/moodle/lib/yui/3.5.1/build/yui-throttle/yui-throttle.js 5491share/moodle/lib/yui/3.5.1/build/yui-throttle/yui-throttle.js
5484share/moodle/lib/yui/3.5.1/build/yui/yui-debug.js 5492share/moodle/lib/yui/3.5.1/build/yui/yui-debug.js
5485share/moodle/lib/yui/3.5.1/build/yui/yui-min.js 5493share/moodle/lib/yui/3.5.1/build/yui/yui-min.js
5486share/moodle/lib/yui/3.5.1/build/yui/yui.js 5494share/moodle/lib/yui/3.5.1/build/yui/yui.js
5487share/moodle/lib/yui/blocks/blocks.js 5495share/moodle/lib/yui/blocks/blocks.js
5488share/moodle/lib/yui/chooserdialogue/chooserdialogue.js 5496share/moodle/lib/yui/chooserdialogue/chooserdialogue.js
5489share/moodle/lib/yui/dragdrop/dragdrop.js 5497share/moodle/lib/yui/dragdrop/dragdrop.js
 5498share/moodle/lib/yui/formautosubmit/formautosubmit.js
5490share/moodle/lib/yui/formchangechecker/formchangechecker.js 5499share/moodle/lib/yui/formchangechecker/formchangechecker.js
5491share/moodle/lib/yui/license.txt 5500share/moodle/lib/yui/license.txt
5492share/moodle/lib/yui/phploader/lib/meta/config_2.7.0.php 5501share/moodle/lib/yui/phploader/lib/meta/config_2.7.0.php
5493share/moodle/lib/yui/phploader/lib/meta/config_2.8.0.php 5502share/moodle/lib/yui/phploader/lib/meta/config_2.8.0.php
5494share/moodle/lib/yui/phploader/lib/meta/config_2.8.0r4.php 5503share/moodle/lib/yui/phploader/lib/meta/config_2.8.0r4.php
5495share/moodle/lib/yui/phploader/lib/meta/config_2.8.1.php 5504share/moodle/lib/yui/phploader/lib/meta/config_2.8.1.php
5496share/moodle/lib/yui/phploader/lib/meta/config_2.8.2.php 5505share/moodle/lib/yui/phploader/lib/meta/config_2.8.2.php
5497share/moodle/lib/yui/phploader/lib/meta/config_2.9.0.php 5506share/moodle/lib/yui/phploader/lib/meta/config_2.9.0.php
5498share/moodle/lib/yui/phploader/lib/meta/config_3.0.0.php 5507share/moodle/lib/yui/phploader/lib/meta/config_3.0.0.php
5499share/moodle/lib/yui/phploader/lib/meta/config_3.0.0b1.php 5508share/moodle/lib/yui/phploader/lib/meta/config_3.0.0b1.php
5500share/moodle/lib/yui/phploader/lib/meta/config_3.1.0.php 5509share/moodle/lib/yui/phploader/lib/meta/config_3.1.0.php
5501share/moodle/lib/yui/phploader/lib/meta/config_3.1.1.php 5510share/moodle/lib/yui/phploader/lib/meta/config_3.1.1.php
5502share/moodle/lib/yui/phploader/lib/meta/config_3.2.0.php 5511share/moodle/lib/yui/phploader/lib/meta/config_3.2.0.php
@@ -7286,27 +7295,30 @@ share/moodle/mod/quiz/report/statistics/ @@ -7286,27 +7295,30 @@ share/moodle/mod/quiz/report/statistics/
7286share/moodle/mod/quiz/report/statistics/tests/fixtures/mdl_question.csv 7295share/moodle/mod/quiz/report/statistics/tests/fixtures/mdl_question.csv
7287share/moodle/mod/quiz/report/statistics/tests/fixtures/mdl_question_states.csv 7296share/moodle/mod/quiz/report/statistics/tests/fixtures/mdl_question_states.csv
7288share/moodle/mod/quiz/report/statistics/tests/statistics_test.php 7297share/moodle/mod/quiz/report/statistics/tests/statistics_test.php
7289share/moodle/mod/quiz/report/statistics/version.php 7298share/moodle/mod/quiz/report/statistics/version.php
7290share/moodle/mod/quiz/report/tests/reportlib_test.php 7299share/moodle/mod/quiz/report/tests/reportlib_test.php
7291share/moodle/mod/quiz/report/upgrade.txt 7300share/moodle/mod/quiz/report/upgrade.txt
7292share/moodle/mod/quiz/review.php 7301share/moodle/mod/quiz/review.php
7293share/moodle/mod/quiz/reviewquestion.php 7302share/moodle/mod/quiz/reviewquestion.php
7294share/moodle/mod/quiz/settings.php 7303share/moodle/mod/quiz/settings.php
7295share/moodle/mod/quiz/settingslib.php 7304share/moodle/mod/quiz/settingslib.php
7296share/moodle/mod/quiz/startattempt.php 7305share/moodle/mod/quiz/startattempt.php
7297share/moodle/mod/quiz/styles.css 7306share/moodle/mod/quiz/styles.css
7298share/moodle/mod/quiz/summary.php 7307share/moodle/mod/quiz/summary.php
 7308share/moodle/mod/quiz/tests/attempts_test.php
7299share/moodle/mod/quiz/tests/editlib_test.php 7309share/moodle/mod/quiz/tests/editlib_test.php
 7310share/moodle/mod/quiz/tests/generator/lib.php
 7311share/moodle/mod/quiz/tests/generator_test.php
7300share/moodle/mod/quiz/tests/lib_test.php 7312share/moodle/mod/quiz/tests/lib_test.php
7301share/moodle/mod/quiz/tests/locallib_test.php 7313share/moodle/mod/quiz/tests/locallib_test.php
7302share/moodle/mod/quiz/tests/quizdisplayoptions_test.php 7314share/moodle/mod/quiz/tests/quizdisplayoptions_test.php
7303share/moodle/mod/quiz/tests/quizobj_test.php 7315share/moodle/mod/quiz/tests/quizobj_test.php
7304share/moodle/mod/quiz/version.php 7316share/moodle/mod/quiz/version.php
7305share/moodle/mod/quiz/view.php 7317share/moodle/mod/quiz/view.php
7306share/moodle/mod/resource/backup/moodle1/lib.php 7318share/moodle/mod/resource/backup/moodle1/lib.php
7307share/moodle/mod/resource/backup/moodle2/backup_resource_activity_task.class.php 7319share/moodle/mod/resource/backup/moodle2/backup_resource_activity_task.class.php
7308share/moodle/mod/resource/backup/moodle2/backup_resource_stepslib.php 7320share/moodle/mod/resource/backup/moodle2/backup_resource_stepslib.php
7309share/moodle/mod/resource/backup/moodle2/restore_resource_activity_task.class.php 7321share/moodle/mod/resource/backup/moodle2/restore_resource_activity_task.class.php
7310share/moodle/mod/resource/backup/moodle2/restore_resource_stepslib.php 7322share/moodle/mod/resource/backup/moodle2/restore_resource_stepslib.php
7311share/moodle/mod/resource/db/access.php 7323share/moodle/mod/resource/db/access.php
7312share/moodle/mod/resource/db/install.xml 7324share/moodle/mod/resource/db/install.xml
@@ -9025,27 +9037,26 @@ share/moodle/tag/coursetags_add.php @@ -9025,27 +9037,26 @@ share/moodle/tag/coursetags_add.php
9025share/moodle/tag/coursetags_edit.php 9037share/moodle/tag/coursetags_edit.php
9026share/moodle/tag/coursetags_more.php 9038share/moodle/tag/coursetags_more.php
9027share/moodle/tag/coursetagslib.php 9039share/moodle/tag/coursetagslib.php
9028share/moodle/tag/edit.php 9040share/moodle/tag/edit.php
9029share/moodle/tag/edit_form.php 9041share/moodle/tag/edit_form.php
9030share/moodle/tag/index.php 9042share/moodle/tag/index.php
9031share/moodle/tag/lib.php 9043share/moodle/tag/lib.php
9032share/moodle/tag/locallib.php 9044share/moodle/tag/locallib.php
9033share/moodle/tag/manage.php 9045share/moodle/tag/manage.php
9034share/moodle/tag/search.php 9046share/moodle/tag/search.php
9035share/moodle/tag/tag.js 9047share/moodle/tag/tag.js
9036share/moodle/tag/tag_autocomplete.php 9048share/moodle/tag/tag_autocomplete.php
9037share/moodle/tag/user.php 9049share/moodle/tag/user.php
9038share/moodle/tags 
9039share/moodle/tags.txt 9050share/moodle/tags.txt
9040share/moodle/theme/afterburner/config.php 9051share/moodle/theme/afterburner/config.php
9041share/moodle/theme/afterburner/lang/en/theme_afterburner.php 9052share/moodle/theme/afterburner/lang/en/theme_afterburner.php
9042share/moodle/theme/afterburner/layout/default.php 9053share/moodle/theme/afterburner/layout/default.php
9043share/moodle/theme/afterburner/layout/embedded.php 9054share/moodle/theme/afterburner/layout/embedded.php
9044share/moodle/theme/afterburner/lib.php 9055share/moodle/theme/afterburner/lib.php
9045share/moodle/theme/afterburner/pix/core/bg.png 9056share/moodle/theme/afterburner/pix/core/bg.png
9046share/moodle/theme/afterburner/pix/core/bground.jpg 9057share/moodle/theme/afterburner/pix/core/bground.jpg
9047share/moodle/theme/afterburner/pix/core/h2grad.jpg 9058share/moodle/theme/afterburner/pix/core/h2grad.jpg
9048share/moodle/theme/afterburner/pix/favicon.ico 9059share/moodle/theme/afterburner/pix/favicon.ico
9049share/moodle/theme/afterburner/pix/footer/moodle-logo.png 9060share/moodle/theme/afterburner/pix/footer/moodle-logo.png
9050share/moodle/theme/afterburner/pix/forum/gradient.png 9061share/moodle/theme/afterburner/pix/forum/gradient.png
9051share/moodle/theme/afterburner/pix/images/light3.png 9062share/moodle/theme/afterburner/pix/images/light3.png

cvs diff -r1.11 -r1.12 pkgsrc/www/moodle/distinfo (expand / switch to unified diff)

--- pkgsrc/www/moodle/distinfo 2012/11/30 07:19:44 1.11
+++ pkgsrc/www/moodle/distinfo 2013/01/23 00:54:38 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2012/11/30 07:19:44 wen Exp $ 1$NetBSD: distinfo,v 1.12 2013/01/23 00:54:38 wen Exp $
2 2
3SHA1 (moodle-2.3.3.tgz) = cb55ea192c5419c0dff03be936d72ac324ab82e6 3SHA1 (moodle-2.3.4.tgz) = 108267be156e3f5e264ed3227233d6d1b1c9be9d
4RMD160 (moodle-2.3.3.tgz) = 985e73c14b9ccaf3e1412b911ca634b32eb6d747 4RMD160 (moodle-2.3.4.tgz) = 850c5623716ed3107abc40c7be88c016750c5e92
5Size (moodle-2.3.3.tgz) = 28588101 bytes 5Size (moodle-2.3.4.tgz) = 28101634 bytes