From owner-svn-ports-head@freebsd.org Mon Nov 30 08:02:31 2015 Return-Path: Delivered-To: svn-ports-head@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 448CFA3A013; Mon, 30 Nov 2015 08:02:31 +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 EB5151888; Mon, 30 Nov 2015 08:02:30 +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 tAU82UUo026211; Mon, 30 Nov 2015 08:02:30 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAU82TUs026208; Mon, 30 Nov 2015 08:02:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201511300802.tAU82TUs026208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 30 Nov 2015 08:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402653 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 08:02:31 -0000 Author: wen Date: Mon Nov 30 08:02:29 2015 New Revision: 402653 URL: https://svnweb.freebsd.org/changeset/ports/402653 Log: - Add CPE information PR: 204835 204833 204832 Submitted by: shun.fbsd.pr@dropcut.net Modified: head/www/moodle28/Makefile head/www/moodle29/Makefile head/www/moodle30/Makefile Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Mon Nov 30 07:55:25 2015 (r402652) +++ head/www/moodle28/Makefile Mon Nov 30 08:02:29 2015 (r402653) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EX CONFLICTS= moodle30-3.0 moodle29-2.9.[0-9]* -USES= tar:tgz +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 WRKSRC= ${WRKDIR}/moodle Modified: head/www/moodle29/Makefile ============================================================================== --- head/www/moodle29/Makefile Mon Nov 30 07:55:25 2015 (r402652) +++ head/www/moodle29/Makefile Mon Nov 30 08:02:29 2015 (r402653) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EX CONFLICTS= moodle30-3.0 moodle28-2.8.[0-9]* -USES= tar:tgz +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 WRKSRC= ${WRKDIR}/moodle Modified: head/www/moodle30/Makefile ============================================================================== --- head/www/moodle30/Makefile Mon Nov 30 07:55:25 2015 (r402652) +++ head/www/moodle30/Makefile Mon Nov 30 08:02:29 2015 (r402653) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EX CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* -USES= tar:tgz +USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv json mbstring opcache openssl pcre \ session simplexml soap spl tokenizer xml xmlrpc zip zlib WRKSRC= ${WRKDIR}/moodle