From owner-svn-ports-all@freebsd.org Thu Mar 17 12:10:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55948AD29DB; Thu, 17 Mar 2016 12:10:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F2C11DB7; Thu, 17 Mar 2016 12:10:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2HCAwGP093518; Thu, 17 Mar 2016 12:10:58 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2HCAv8e093512; Thu, 17 Mar 2016 12:10:57 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603171210.u2HCAv8e093512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 17 Mar 2016 12:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411274 - in head/www: moodle28 moodle29 moodle30 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 12:10:59 -0000 Author: wen Date: Thu Mar 17 12:10:57 2016 New Revision: 411274 URL: https://svnweb.freebsd.org/changeset/ports/411274 Log: - Update to 3.0.3, 2.9.5 and 2.8.11 - Build and work with php7 Modified: head/www/moodle28/Makefile head/www/moodle28/distinfo head/www/moodle29/Makefile head/www/moodle29/distinfo head/www/moodle30/Makefile head/www/moodle30/distinfo Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Thu Mar 17 12:09:39 2016 (r411273) +++ head/www/moodle28/Makefile Thu Mar 17 12:10:57 2016 (r411274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.8.10 +PORTVERSION= 2.8.11 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable28/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,14 +12,11 @@ COMMENT= Course management system based 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= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ - soap openssl simplexml spl dom json zip zlib hash opcache + soap openssl simplexml spl dom json zip zlib hash opcache intl WRKSRC= ${WRKDIR}/moodle OPTIONS_SINGLE= BACKEND Modified: head/www/moodle28/distinfo ============================================================================== --- head/www/moodle28/distinfo Thu Mar 17 12:09:39 2016 (r411273) +++ head/www/moodle28/distinfo Thu Mar 17 12:10:57 2016 (r411274) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.8.10.tgz) = e213cf8e3290d00470a8e5174b854fa8b4992da553416d74629cdd1810287930 -SIZE (moodle-2.8.10.tgz) = 35989148 +SHA256 (moodle-2.8.11.tgz) = ed9e2b7d16ad3571b796d47cc22024bb794021b3da5d396d1216a217c59225c7 +SIZE (moodle-2.8.11.tgz) = 35999389 Modified: head/www/moodle29/Makefile ============================================================================== --- head/www/moodle29/Makefile Thu Mar 17 12:09:39 2016 (r411273) +++ head/www/moodle29/Makefile Thu Mar 17 12:10:57 2016 (r411274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.9.4 +PORTVERSION= 2.9.5 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable29/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,14 +12,11 @@ COMMENT= Course management system based 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= moodle30-3.0.[0-9]* moodle28-2.8.[0-9]* USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ - soap openssl simplexml spl dom json zip zlib hash opcache + soap openssl simplexml spl dom json zip zlib hash opcache intl WRKSRC= ${WRKDIR}/moodle OPTIONS_SINGLE= BACKEND Modified: head/www/moodle29/distinfo ============================================================================== --- head/www/moodle29/distinfo Thu Mar 17 12:09:39 2016 (r411273) +++ head/www/moodle29/distinfo Thu Mar 17 12:10:57 2016 (r411274) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.9.4.tgz) = f4e087e34fc34207a74d85758e8d064a667d9b2ae17ee8c055e94e9172ae67f9 -SIZE (moodle-2.9.4.tgz) = 36513561 +SHA256 (moodle-2.9.5.tgz) = af84e1a893737330ab75fa8985e14b78214f0f98e02091017a5494ef2c7683fc +SIZE (moodle-2.9.5.tgz) = 36560684 Modified: head/www/moodle30/Makefile ============================================================================== --- head/www/moodle30/Makefile Thu Mar 17 12:09:39 2016 (r411273) +++ head/www/moodle30/Makefile Thu Mar 17 12:10:57 2016 (r411274) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.0.3 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable30/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle30/distinfo ============================================================================== --- head/www/moodle30/distinfo Thu Mar 17 12:09:39 2016 (r411273) +++ head/www/moodle30/distinfo Thu Mar 17 12:10:57 2016 (r411274) @@ -1,2 +1,2 @@ -SHA256 (moodle-3.0.2.tgz) = 6f6eb95f0e354dc519067538ce60c54151b998efed6f981084ec929266d1b149 -SIZE (moodle-3.0.2.tgz) = 38045086 +SHA256 (moodle-3.0.3.tgz) = b2a3636d51852327f5234b9a1c5fdef9cafdf4c7b4286b3debd4dad43c277045 +SIZE (moodle-3.0.3.tgz) = 38094358