svn commit: r427834 - in head/www: . moodle32

Wen Heping wen at FreeBSD.org
Mon Dec 5 06:25:36 UTC 2016


Author: wen
Date: Mon Dec  5 06:25:35 2016
New Revision: 427834
URL: https://svnweb.freebsd.org/changeset/ports/427834

Log:
  - Repocopy moodle31 --> moodle32 and update to 3.2

Added:
  head/www/moodle32/
     - copied from r427826, head/www/moodle31/
Modified:
  head/www/Makefile
  head/www/moodle32/Makefile
  head/www/moodle32/distinfo

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Dec  5 06:01:47 2016	(r427833)
+++ head/www/Makefile	Mon Dec  5 06:25:35 2016	(r427834)
@@ -520,6 +520,7 @@
     SUBDIR += moodle29
     SUBDIR += moodle30
     SUBDIR += moodle31
+    SUBDIR += moodle32
     SUBDIR += mozplugger
     SUBDIR += multisort
     SUBDIR += multiwatch

Modified: head/www/moodle32/Makefile
==============================================================================
--- head/www/moodle31/Makefile	Mon Dec  5 00:46:15 2016	(r427826)
+++ head/www/moodle32/Makefile	Mon Dec  5 06:25:35 2016	(r427834)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	3.1.3
+PORTVERSION=	3.2
 CATEGORIES=	www
-MASTER_SITES=	SF/moodle/Moodle/stable31/
+MASTER_SITES=	SF/moodle/Moodle/stable32/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}
 
 MAINTAINER=	wen at FreeBSD.org
@@ -12,7 +12,7 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle30-3.0.[0-9]*
+CONFLICTS=	moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle31-3.1.[0-9]*
 
 USES=		cpe tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \

Modified: head/www/moodle32/distinfo
==============================================================================
--- head/www/moodle31/distinfo	Mon Dec  5 00:46:15 2016	(r427826)
+++ head/www/moodle32/distinfo	Mon Dec  5 06:25:35 2016	(r427834)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479193633
-SHA256 (moodle-3.1.3.tgz) = c0a4924ef66000fc1ac203276260789a43aab6a88283a45f1ce01002370a8ab2
-SIZE (moodle-3.1.3.tgz) = 37558330
+TIMESTAMP = 1480905982
+SHA256 (moodle-3.2.tgz) = ae6dcfdc0d300bcba518f10be7978049f0c4e400b4f2e4420f3b31c011cbeb41
+SIZE (moodle-3.2.tgz) = 38923254


More information about the svn-ports-head mailing list