From owner-svn-ports-head@freebsd.org Wed Jan 17 14:27:50 2018 Return-Path: Delivered-To: svn-ports-head@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 AE61BE7369D; Wed, 17 Jan 2018 14:27:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89908717F4; Wed, 17 Jan 2018 14:27:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB07F109AA; Wed, 17 Jan 2018 14:27:49 +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 w0HERnLk011837; Wed, 17 Jan 2018 14:27:49 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0HERnjt011831; Wed, 17 Jan 2018 14:27:49 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201801171427.w0HERnjt011831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 17 Jan 2018 14:27:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459257 - in head/www: moodle31 moodle32 moodle33 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: moodle31 moodle32 moodle33 X-SVN-Commit-Revision: 459257 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2018 14:27:50 -0000 Author: wen Date: Wed Jan 17 14:27:48 2018 New Revision: 459257 URL: https://svnweb.freebsd.org/changeset/ports/459257 Log: - Update moodle to 3.1.10, 3.2.7 and 3.3.4 (include security fix) - Adjust CONFLICTS MFH: 2018Q1 Modified: head/www/moodle31/Makefile head/www/moodle31/distinfo head/www/moodle32/Makefile head/www/moodle32/distinfo head/www/moodle33/Makefile head/www/moodle33/distinfo Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Wed Jan 17 13:57:32 2018 (r459256) +++ head/www/moodle31/Makefile Wed Jan 17 14:27:48 2018 (r459257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.1.9 +PORTVERSION= 3.1.10 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= moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4 +CONFLICTS= moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle31/distinfo ============================================================================== --- head/www/moodle31/distinfo Wed Jan 17 13:57:32 2018 (r459256) +++ head/www/moodle31/distinfo Wed Jan 17 14:27:48 2018 (r459257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510578379 -SHA256 (moodle-3.1.9.tgz) = 6c4b0afb71a96c9d0f532783e826ddc3f74df583b6c72fc30835c7f466f10be6 -SIZE (moodle-3.1.9.tgz) = 38020777 +TIMESTAMP = 1516192340 +SHA256 (moodle-3.1.10.tgz) = 861987df1268e0b8251ea87a3782c655e9ac098f4ecaef38a63e70610ddca83d +SIZE (moodle-3.1.10.tgz) = 38017776 Modified: head/www/moodle32/Makefile ============================================================================== --- head/www/moodle32/Makefile Wed Jan 17 13:57:32 2018 (r459256) +++ head/www/moodle32/Makefile Wed Jan 17 14:27:48 2018 (r459257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.2.6 +PORTVERSION= 3.2.7 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= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4 +CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle32/distinfo ============================================================================== --- head/www/moodle32/distinfo Wed Jan 17 13:57:32 2018 (r459256) +++ head/www/moodle32/distinfo Wed Jan 17 14:27:48 2018 (r459257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510578528 -SHA256 (moodle-3.2.6.tgz) = d5372913c4b4920e55fdf16d93f6902d0517d30b10eb8f54c2912c927105f02c -SIZE (moodle-3.2.6.tgz) = 40314104 +TIMESTAMP = 1516192678 +SHA256 (moodle-3.2.7.tgz) = 7e33055dd809de4eab867ca2d1657aa592f549df7cebf6a37cb2a8b03a449e17 +SIZE (moodle-3.2.7.tgz) = 40320398 Modified: head/www/moodle33/Makefile ============================================================================== --- head/www/moodle33/Makefile Wed Jan 17 13:57:32 2018 (r459256) +++ head/www/moodle33/Makefile Wed Jan 17 14:27:48 2018 (r459257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable33/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle34-3.4 +CONFLICTS= moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle34-3.4.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \ Modified: head/www/moodle33/distinfo ============================================================================== --- head/www/moodle33/distinfo Wed Jan 17 13:57:32 2018 (r459256) +++ head/www/moodle33/distinfo Wed Jan 17 14:27:48 2018 (r459257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510578632 -SHA256 (moodle-3.3.3.tgz) = 2c7acf7b8011bfb958ea558e6c33f2f5ccc95cf3f57a90f85d57303a8f766066 -SIZE (moodle-3.3.3.tgz) = 44238027 +TIMESTAMP = 1516193717 +SHA256 (moodle-3.3.4.tgz) = 450d7ac768edc613a78391980aa247533d4acbe926d7b4b616904c6ec6034aa0 +SIZE (moodle-3.3.4.tgz) = 44262330