This patch corrects a few things in the Moodle port: 1) I drop pcre from the PHP modules, as it is no longer necessary. 2) I add ctype to the PHP modules, as it is recommended for Moodle. 3) I correct a typo in the install message. 4) I change the install script so that only the data files directory belongs to www:www, but not the code directory. That's a safer setup. Fix: Patch attached Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->rafan I will take it.
But php4 still needs pcre wen
wen heping escribió: > But php4 still needs pcre > > > wen Sorry, I didn't know that. In such case, just add pcre to the patch, or do I need to send it again?
State Changed From-To: open->closed Committed. Thanks!
rafan 2009-02-02 02:36:09 UTC FreeBSD ports repository Modified files: www/moodle Makefile www/moodle/files pkg-message.in Log: - Add ctype php module per recommendation from vendor - Only data directory and files under it belongs to WWWOWN:WWWGRP but not the code directory, which is a safer setup - Bump PORTREVISION for dependency change PR: ports/131224 Submitted by: maintainer Revision Changes Path 1.20 +2 -4 ports/www/moodle/Makefile 1.4 +1 -1 ports/www/moodle/files/pkg-message.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"