Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 08:15:40 +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: r386303 - in head/www: . moodle29
Message-ID:  <201505140815.t4E8FelZ046314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Thu May 14 08:15:40 2015
New Revision: 386303
URL: https://svnweb.freebsd.org/changeset/ports/386303

Log:
  - Update to 2.9 and connect it

Modified:
  head/www/Makefile
  head/www/moodle29/Makefile
  head/www/moodle29/distinfo

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu May 14 08:13:31 2015	(r386302)
+++ head/www/Makefile	Thu May 14 08:15:40 2015	(r386303)
@@ -520,6 +520,7 @@
     SUBDIR += mongrel2
     SUBDIR += moodle27
     SUBDIR += moodle28
+    SUBDIR += moodle29
     SUBDIR += mozplugger
     SUBDIR += multisort
     SUBDIR += multiwatch

Modified: head/www/moodle29/Makefile
==============================================================================
--- head/www/moodle29/Makefile	Thu May 14 08:13:31 2015	(r386302)
+++ head/www/moodle29/Makefile	Thu May 14 08:15:40 2015	(r386303)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	2.8.6
+PORTVERSION=	2.9
 CATEGORIES=	www
-MASTER_SITES=	SF/moodle/Moodle/stable28/
+MASTER_SITES=	SF/moodle/Moodle/stable29/
 PKGNAMESUFFIX=	${PKGORIGIN:T:S/moodle//}
 
 MAINTAINER=	wen@FreeBSD.org
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl
 RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl
 
-CONFLICTS=	moodle27-2.7.[0-9]* moodle29-2.9
+CONFLICTS=	moodle27-2.7.[0-9]* moodle28-2.8.[0-9]*
 
 USES=		tar:tgz
 USE_PHP=	session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \

Modified: head/www/moodle29/distinfo
==============================================================================
--- head/www/moodle29/distinfo	Thu May 14 08:13:31 2015	(r386302)
+++ head/www/moodle29/distinfo	Thu May 14 08:15:40 2015	(r386303)
@@ -1,2 +1,2 @@
-SHA256 (moodle-2.8.6.tgz) = 54287a4417db6885ff7e327d61b167f298a5a4663130def0fbbb9186f4815eb7
-SIZE (moodle-2.8.6.tgz) = 35833782
+SHA256 (moodle-2.9.tgz) = d8fba8eb839c582a9b6451a28f82f690508b818af8d04964d57acef0606daf05
+SIZE (moodle-2.9.tgz) = 36300753



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