Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 03:20:25 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r418511 - in branches/2016Q3/www: moodle29 moodle30 moodle31
Message-ID:  <201607140320.u6E3KPXu090054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Thu Jul 14 03:20:25 2016
New Revision: 418511
URL: https://svnweb.freebsd.org/changeset/ports/418511

Log:
  MFH: r418424
  
  - Update moodle to 2.9.7, 3.0.5 and 3.1.1(include security fix)
  - Adjust CONFLICTS
  
  Approved by:	ports-secteam@(feld@)

Modified:
  branches/2016Q3/www/moodle29/Makefile
  branches/2016Q3/www/moodle29/distinfo
  branches/2016Q3/www/moodle30/Makefile
  branches/2016Q3/www/moodle30/distinfo
  branches/2016Q3/www/moodle31/Makefile
  branches/2016Q3/www/moodle31/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/moodle29/Makefile
==============================================================================
--- branches/2016Q3/www/moodle29/Makefile	Thu Jul 14 01:42:09 2016	(r418510)
+++ branches/2016Q3/www/moodle29/Makefile	Thu Jul 14 03:20:25 2016	(r418511)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	2.9.6
+PORTVERSION=	2.9.7
 CATEGORIES=	www
 MASTER_SITES=	SF/moodle/Moodle/stable29/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1 moodle30-3.0.[0-9]* moodle28-2.8.[0-9]*
+CONFLICTS=	moodle31-3.1.[0-9]* moodle30-3.0.[0-9]* moodle28-2.8.[0-9]*
 
 USES=		cpe tar:tgz
 USE_PHP=	session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \

Modified: branches/2016Q3/www/moodle29/distinfo
==============================================================================
--- branches/2016Q3/www/moodle29/distinfo	Thu Jul 14 01:42:09 2016	(r418510)
+++ branches/2016Q3/www/moodle29/distinfo	Thu Jul 14 03:20:25 2016	(r418511)
@@ -1,2 +1,3 @@
-SHA256 (moodle-2.9.6.tgz) = b5b17e869cc7f122d7f624a6ec3cf9fcfaa7166b3020e3c819c2135ae7327a15
-SIZE (moodle-2.9.6.tgz) = 36582260
+TIMESTAMP = 1468351649
+SHA256 (moodle-2.9.7.tgz) = 87261ce872ef7bab3c04a4ae28cc41168af2d5fdd1c35bab6aca02132e3725db
+SIZE (moodle-2.9.7.tgz) = 36586018

Modified: branches/2016Q3/www/moodle30/Makefile
==============================================================================
--- branches/2016Q3/www/moodle30/Makefile	Thu Jul 14 01:42:09 2016	(r418510)
+++ branches/2016Q3/www/moodle30/Makefile	Thu Jul 14 03:20:25 2016	(r418511)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	3.0.4
+PORTVERSION=	3.0.5
 CATEGORIES=	www
 MASTER_SITES=	SF/moodle/Moodle/stable30/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1
+CONFLICTS=	moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1.[0-9]*
 
 USES=		cpe tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \

Modified: branches/2016Q3/www/moodle30/distinfo
==============================================================================
--- branches/2016Q3/www/moodle30/distinfo	Thu Jul 14 01:42:09 2016	(r418510)
+++ branches/2016Q3/www/moodle30/distinfo	Thu Jul 14 03:20:25 2016	(r418511)
@@ -1,2 +1,3 @@
-SHA256 (moodle-3.0.4.tgz) = 27e3f58d2bc1e63163f5c7d27aaf5548c216a433e87be7bf429030aada43b469
-SIZE (moodle-3.0.4.tgz) = 38110816
+TIMESTAMP = 1468349825
+SHA256 (moodle-3.0.5.tgz) = e8a6a3661e036b3cf0b6d89ed2a6af5da58561e1a94118512e92cab39071ca97
+SIZE (moodle-3.0.5.tgz) = 38156153

Modified: branches/2016Q3/www/moodle31/Makefile
==============================================================================
--- branches/2016Q3/www/moodle31/Makefile	Thu Jul 14 01:42:09 2016	(r418510)
+++ branches/2016Q3/www/moodle31/Makefile	Thu Jul 14 03:20:25 2016	(r418511)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	3.1
+PORTVERSION=	3.1.1
 CATEGORIES=	www
 MASTER_SITES=	SF/moodle/Moodle/stable31/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}

Modified: branches/2016Q3/www/moodle31/distinfo
==============================================================================
--- branches/2016Q3/www/moodle31/distinfo	Thu Jul 14 01:42:09 2016	(r418510)
+++ branches/2016Q3/www/moodle31/distinfo	Thu Jul 14 03:20:25 2016	(r418511)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464077765
-SHA256 (moodle-3.1.tgz) = 5debb77fe2a82f28b25505f1244cc9e641b1c0b20dfefe831917c605da74151c
-SIZE (moodle-3.1.tgz) = 37440572
+TIMESTAMP = 1468347071
+SHA256 (moodle-3.1.1.tgz) = 7460caa0ba242de1ba3ed83bce3aebe138ecc7472d1fa96f6d28946a8e38bac1
+SIZE (moodle-3.1.1.tgz) = 37479843



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607140320.u6E3KPXu090054>