summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-01-15 06:50:55 +0000
committerwen <wen@pkgsrc.org>2016-01-15 06:50:55 +0000
commit6b2e79a1034a5b6887b5ecc7c834ca5c496078f3 (patch)
tree59b8d1dec56d10aeac22c234d1921457a6ddd6c6 /www
parentc4066417835040da91b8a8d03d702c5ad8e726e4 (diff)
downloadpkgsrc-6b2e79a1034a5b6887b5ecc7c834ca5c496078f3.tar.gz
Update to 3.0.2
Move the line of ${SED} from do-install to post-patch, to pet pkglint Upstream change: Releases > Moodle 3.0.2 release notes Release date: 11 January 2016 Here is the full list of fixed issues in 3.0.2. Security issues A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version. Fixes and improvements This is a very quiet release since Moodle 3.0.1 has only come out recently and lots of developers and users took Christmas holidays after that. Additional interesting issues included in 3.0.2 are: MDL-49473 - Logs export contains year MDL-52078 - Fixed error in grade totals when using natural grading and excluding hidden items that appeared only when viewed by students MDL-52354, MDL-52355 - Database module now allows to set dates in a broader range and respects calendar type plugin MDL-51257 - Messaging screen now indicates when a message is not sent MDL-52194 - Fixed Flowplayer not working with insecure configuration of request_order
Diffstat (limited to 'www')
-rw-r--r--www/moodle/Makefile9
-rw-r--r--www/moodle/distinfo10
2 files changed, 10 insertions, 9 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile
index 986c6fcf3ca..04fb3720267 100644
--- a/www/moodle/Makefile
+++ b/www/moodle/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2015/11/21 11:17:13 wen Exp $
+# $NetBSD: Makefile,v 1.45 2016/01/15 06:50:55 wen Exp $
-DISTNAME= moodle-3.0
-PKGREVISION= 1
+DISTNAME= moodle-3.0.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/}
EXTRACT_SUFX= .tgz
@@ -86,9 +85,11 @@ WRKSRC= ${WRKDIR}/moodle
post-extract:
${CP} ${FILESDIR}/moodle.conf ${WRKDIR}/moodle.conf
-do-install:
+post-patch:
cd ${WRKDIR} && ${FIND} moodle -type f -print \
| ${SED} -e 's,^,share/,' > ${WRKDIR}/PLIST.AUTO
+
+do-install:
cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${MOODLEDIR}/
${INSTALL_DATA} ${WRKDIR}/moodle.conf \
${DESTDIR}${PREFIX}/${EGDIR}/moodle.conf
diff --git a/www/moodle/distinfo b/www/moodle/distinfo
index 67fdb06255b..b202c164a74 100644
--- a/www/moodle/distinfo
+++ b/www/moodle/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2015/11/19 02:05:34 wen Exp $
+$NetBSD: distinfo,v 1.34 2016/01/15 06:50:55 wen Exp $
-SHA1 (moodle-3.0.tgz) = db9328196c1265a584680736f7a16d921da74987
-RMD160 (moodle-3.0.tgz) = 4cf8cb86e9a42987712930df7da44de3954066ef
-SHA512 (moodle-3.0.tgz) = fccdcfe38d376fe55339becdf900a93acaf3b24787955a6651c54a52895bf85d788a7aae26d5417adc9dbb20db00a1650b349d804cd9afc81f02284d28d2be2c
-Size (moodle-3.0.tgz) = 37986599 bytes
+SHA1 (moodle-3.0.2.tgz) = 872f1b5b9de9fa9c9862cbcf0dc384d3f580a302
+RMD160 (moodle-3.0.2.tgz) = b21fe00dadeace4307dc2370aca7b84fbc65b3ca
+SHA512 (moodle-3.0.2.tgz) = 1c37bcb3f7a6b861c85a22c64a09bcbb2d0dddf8e8dabc63c616034bfd98dc4780222c7d31ab65d19a16f8ab471ba9d25d4bce3b3b04875e12fdde8404bc1aee
+Size (moodle-3.0.2.tgz) = 38045086 bytes