The attached patch addresses the following issues: * Add LICENSE=PHP30 - http://pecl.php.net/package/operator * Remove MD5 line from distinfo. * Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error if its defined in the environment. This will stop builds from pulling in php 5.3 when the global default is defined as php 4 or 52. Tinderbox Logs: PHP 4 N/A PHP 5.2 http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-operator-0.3.log PHP 5.3 http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-operator-0.3.log
Responsible Changed From-To: freebsd-ports-bugs->miwi Over to maintainer (via the GNATS Auto Assign Tool)
miwi 2010-12-20 07:18:32 UTC FreeBSD ports repository Modified files: devel/pecl-operator Makefile distinfo Log: * Add LICENSE=PHP30 - http://pecl.php.net/package/operator * Remove MD5 line from distinfo. * Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error if its defined in the environment. This will stop builds from pulling in php 5.3 when the global default is defined as php 4 or 52. PR: 153029 Submitted by: "Tom Judge" <tom@tomjudge.com> Revision Changes Path 1.6 +3 -1 ports/devel/pecl-operator/Makefile 1.3 +0 -1 ports/devel/pecl-operator/distinfo _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!