Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 13:09:26 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440998 - in head/www: . moodle33
Message-ID:  <201705161309.v4GD9QoM021131@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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