Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 11:47:00 +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: r554712 - in head/www: . moodle310
Message-ID:  <202011091147.0A9Bl0Fj094123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Nov  9 11:47:00 2020
New Revision: 554712
URL: https://svnweb.freebsd.org/changeset/ports/554712

Log:
  - Repocopy www/moodle39 --> www/moodle310 and update to 3.10

Added:
  head/www/moodle310/
     - copied from r554664, head/www/moodle39/
Modified:
  head/www/Makefile
  head/www/moodle310/Makefile
  head/www/moodle310/distinfo

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Nov  9 11:42:57 2020	(r554711)
+++ head/www/Makefile	Mon Nov  9 11:47:00 2020	(r554712)
@@ -412,6 +412,7 @@
     SUBDIR += mongoose
     SUBDIR += mongrel2
     SUBDIR += monolith
+    SUBDIR += moodle310
     SUBDIR += moodle35
     SUBDIR += moodle37
     SUBDIR += moodle38

Modified: head/www/moodle310/Makefile
==============================================================================
--- head/www/moodle39/Makefile	Mon Nov  9 02:01:05 2020	(r554664)
+++ head/www/moodle310/Makefile	Mon Nov  9 11:47:00 2020	(r554712)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	3.9.2
+PORTVERSION=	3.10
 CATEGORIES=	www
-MASTER_SITES=	SF/moodle/Moodle/stable39/
+MASTER_SITES=	SF/moodle/Moodle/stable310/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
 
 MAINTAINER=	wen@FreeBSD.org
@@ -12,7 +12,8 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8.[0-9]*
+CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* \
+		moodle39-3.9.[0-9]*
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \

Modified: head/www/moodle310/distinfo
==============================================================================
--- head/www/moodle39/distinfo	Mon Nov  9 02:01:05 2020	(r554664)
+++ head/www/moodle310/distinfo	Mon Nov  9 11:47:00 2020	(r554712)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600195462
-SHA256 (moodle-3.9.2.tgz) = ca0cbdc6562ce3d19adeed90fefab18670e7a97b2b87a6184c0b5cb1717c90da
-SIZE (moodle-3.9.2.tgz) = 57013075
+TIMESTAMP = 1604948979
+SHA256 (moodle-3.10.tgz) = e1a60a6665f29b54eaff8eb63c88096f8b071947251245343a4d62409eaed1ac
+SIZE (moodle-3.10.tgz) = 57423153



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