From owner-svn-ports-branches@freebsd.org Fri Jul 14 13:28:30 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE766DA1C23; Fri, 14 Jul 2017 13:28:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0AD465A34; Fri, 14 Jul 2017 13:28:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6EDST2X082452; Fri, 14 Jul 2017 13:28:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6EDSTRN082446; Fri, 14 Jul 2017 13:28:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201707141328.v6EDSTRN082446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 14 Jul 2017 13:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445752 - in branches/2017Q3/www: moodle31 moodle32 moodle33 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2017Q3/www: moodle31 moodle32 moodle33 X-SVN-Commit-Revision: 445752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 13:28:31 -0000 Author: wen Date: Fri Jul 14 13:28:28 2017 New Revision: 445752 URL: https://svnweb.freebsd.org/changeset/ports/445752 Log: MFH: r445479 - Update moodle to 3.1.7, 3.2.4 and 3.3.1(include security fix) - Adjust CONFLICTS Approved by: ports-secteam (junovitch@) Modified: branches/2017Q3/www/moodle31/Makefile branches/2017Q3/www/moodle31/distinfo branches/2017Q3/www/moodle32/Makefile branches/2017Q3/www/moodle32/distinfo branches/2017Q3/www/moodle33/Makefile branches/2017Q3/www/moodle33/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/moodle31/Makefile ============================================================================== --- branches/2017Q3/www/moodle31/Makefile Fri Jul 14 12:47:55 2017 (r445751) +++ branches/2017Q3/www/moodle31/Makefile Fri Jul 14 13:28:28 2017 (r445752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.1.6 +PORTVERSION= 3.1.7 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable31/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle30-3.0.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3 +CONFLICTS= moodle30-3.0.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: branches/2017Q3/www/moodle31/distinfo ============================================================================== --- branches/2017Q3/www/moodle31/distinfo Fri Jul 14 12:47:55 2017 (r445751) +++ branches/2017Q3/www/moodle31/distinfo Fri Jul 14 13:28:28 2017 (r445752) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494209056 -SHA256 (moodle-3.1.6.tgz) = d00307f763dec6b0f2b9637b057079e730f0ffc85765848f111a39c0a05f510d -SIZE (moodle-3.1.6.tgz) = 37981129 +TIMESTAMP = 1499734874 +SHA256 (moodle-3.1.7.tgz) = 927d41d070d6703ba98b312a261da84f603f16c8da4e8ac34c049c7785451284 +SIZE (moodle-3.1.7.tgz) = 37982099 Modified: branches/2017Q3/www/moodle32/Makefile ============================================================================== --- branches/2017Q3/www/moodle32/Makefile Fri Jul 14 12:47:55 2017 (r445751) +++ branches/2017Q3/www/moodle32/Makefile Fri Jul 14 13:28:28 2017 (r445752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable32/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle30-3.0.[0-9]* moodle31-3.1.[0-9]* moodle33-3.3 +CONFLICTS= moodle30-3.0.[0-9]* moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: branches/2017Q3/www/moodle32/distinfo ============================================================================== --- branches/2017Q3/www/moodle32/distinfo Fri Jul 14 12:47:55 2017 (r445751) +++ branches/2017Q3/www/moodle32/distinfo Fri Jul 14 13:28:28 2017 (r445752) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494208425 -SHA256 (moodle-3.2.3.tgz) = ce5c0e5fb670cea7b0a4f0692f88e0eaa2908ecac4f02a16c8b15b6860a909ff -SIZE (moodle-3.2.3.tgz) = 39500908 +TIMESTAMP = 1499729939 +SHA256 (moodle-3.2.4.tgz) = 5f743bc389582bd8e0f5878d745cf23472fe97b9e7de459dfe42483844f42385 +SIZE (moodle-3.2.4.tgz) = 39525148 Modified: branches/2017Q3/www/moodle33/Makefile ============================================================================== --- branches/2017Q3/www/moodle33/Makefile Fri Jul 14 12:47:55 2017 (r445751) +++ branches/2017Q3/www/moodle33/Makefile Fri Jul 14 13:28:28 2017 (r445752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.3 +PORTVERSION= 3.3.1 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable33/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2017Q3/www/moodle33/distinfo ============================================================================== --- branches/2017Q3/www/moodle33/distinfo Fri Jul 14 12:47:55 2017 (r445751) +++ branches/2017Q3/www/moodle33/distinfo Fri Jul 14 13:28:28 2017 (r445752) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494982344 -SHA256 (moodle-3.3.tgz) = d567c6899eb8aa5b25091dd486c396a6032726dbe27a6319e2a809423a0008d7 -SIZE (moodle-3.3.tgz) = 43763142 +TIMESTAMP = 1499729705 +SHA256 (moodle-3.3.1.tgz) = 9c7069a4d46134972ae50f75bae4f25d60ea75603dfaff5fb5f1306fee70daf0 +SIZE (moodle-3.3.1.tgz) = 43790252