Date: Mon, 30 Nov 2015 08:02:29 +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: r402653 - in head/www: moodle28 moodle29 moodle30 Message-ID: <201511300802.tAU82TUs026208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511300802.tAU82TUs026208>