From owner-svn-ports-all@freebsd.org Tue May 16 13:09:28 2017 Return-Path: Delivered-To: svn-ports-all@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 61695D6C762; Tue, 16 May 2017 13:09:28 +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 11C51239; Tue, 16 May 2017 13:09:27 +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 v4GD9RDF021134; Tue, 16 May 2017 13:09:27 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4GD9QoM021131; Tue, 16 May 2017 13:09:26 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201705161309.v4GD9QoM021131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 16 May 2017 13:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440998 - in head/www: . moodle33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 13:09:28 -0000 Author: wen Date: Tue May 16 13:09:26 2017 New Revision: 440998 URL: https://svnweb.freebsd.org/changeset/ports/440998 Log: - Repocopy moodle32 --> moodle33 and update to 3.3 Added: head/www/moodle33/ - copied from r440871, head/www/moodle32/ Modified: head/www/Makefile head/www/moodle33/Makefile head/www/moodle33/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue May 16 12:27:43 2017 (r440997) +++ head/www/Makefile Tue May 16 13:09:26 2017 (r440998) @@ -513,6 +513,7 @@ SUBDIR += moodle30 SUBDIR += moodle31 SUBDIR += moodle32 + SUBDIR += moodle33 SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch Modified: head/www/moodle33/Makefile ============================================================================== --- head/www/moodle32/Makefile Sun May 14 10:04:27 2017 (r440871) +++ head/www/moodle33/Makefile Tue May 16 13:09:26 2017 (r440998) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.2.3 +PORTVERSION= 3.3 CATEGORIES= www -MASTER_SITES= SF/moodle/Moodle/stable32/ +MASTER_SITES= SF/moodle/Moodle/stable33/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} MAINTAINER= wen@FreeBSD.org @@ -12,12 +12,12 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle31-3.1.[0-9]* +CONFLICTS= moodle30-3.0.[0-9]* moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* USES= cpe tar:tgz -USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ - openssl pcre session simplexml soap spl tokenizer xml \ - xmlreader xmlrpc zip zlib +USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \ + opcache openssl pcre session simplexml soap spl tokenizer \ + xml xmlreader xmlrpc zip zlib WRKSRC= ${WRKDIR}/moodle OPTIONS_SINGLE= BACKEND Modified: head/www/moodle33/distinfo ============================================================================== --- head/www/moodle32/distinfo Sun May 14 10:04:27 2017 (r440871) +++ head/www/moodle33/distinfo Tue May 16 13:09:26 2017 (r440998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494208425 -SHA256 (moodle-3.2.3.tgz) = ce5c0e5fb670cea7b0a4f0692f88e0eaa2908ecac4f02a16c8b15b6860a909ff -SIZE (moodle-3.2.3.tgz) = 39500908 +TIMESTAMP = 1494982344 +SHA256 (moodle-3.3.tgz) = d567c6899eb8aa5b25091dd486c396a6032726dbe27a6319e2a809423a0008d7 +SIZE (moodle-3.3.tgz) = 43763142