Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 06:11:46 +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: r318573 - in head/www: . moodle25
Message-ID:  <201305200611.r4K6BkIe036264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon May 20 06:11:46 2013
New Revision: 318573
URL: http://svnweb.freebsd.org/changeset/ports/318573

Log:
  - Repocopy www/moodle24 --> www/moodle25

Added:
  head/www/moodle25/
     - copied from r318566, head/www/moodle24/
Modified:
  head/www/Makefile
  head/www/moodle25/Makefile
  head/www/moodle25/distinfo

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon May 20 06:06:57 2013	(r318572)
+++ head/www/Makefile	Mon May 20 06:11:46 2013	(r318573)
@@ -555,6 +555,7 @@
     SUBDIR += moodle22
     SUBDIR += moodle23
     SUBDIR += moodle24
+    SUBDIR += moodle25
     SUBDIR += moonshine
     SUBDIR += mozplugger
     SUBDIR += multisort

Modified: head/www/moodle25/Makefile
==============================================================================
--- head/www/moodle24/Makefile	Mon May 20 02:25:20 2013	(r318566)
+++ head/www/moodle25/Makefile	Mon May 20 06:11:46 2013	(r318573)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	moodle
-PORTVERSION=	2.4.4
+PORTVERSION=	2.5
 CATEGORIES=	www
-MASTER_SITES=	SF/moodle/Moodle/stable24/
+MASTER_SITES=	SF/moodle/Moodle/stable25/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	wen@FreeBSD.org
@@ -13,8 +13,8 @@ COMMENT=	Course management system based 
 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=	moodle-1.*.* moodle-2.2.* moodle-2.3.* moodle-2.5
-LATEST_LINK=	moodle24
+CONFLICTS=	moodle-1.*.* moodle-2.2.* moodle-2.3.* moodle-2.4.*
+LATEST_LINK=	moodle25
 
 USE_PHP=	session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \
 		soap openssl simplexml spl dom json zip zlib hash

Modified: head/www/moodle25/distinfo
==============================================================================
--- head/www/moodle24/distinfo	Mon May 20 02:25:20 2013	(r318566)
+++ head/www/moodle25/distinfo	Mon May 20 06:11:46 2013	(r318573)
@@ -1,2 +1,2 @@
-SHA256 (moodle-2.4.4.tgz) = 0fb65fc465a8a4c83ad81b2636413204d737ab87edbdf961d5beb7b8b3461977
-SIZE (moodle-2.4.4.tgz) = 30335453
+SHA256 (moodle-2.5.tgz) = 0feae5c0254effd369b6713b2e5177d1952dd921f298fa00d08cde3672fc53ac
+SIZE (moodle-2.5.tgz) = 31758353



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