The attached patch fixes the following issues with databases/pecl-sqlite which is the api for sqlite in php 4: * The port did not define DEFAULT_PHP_VER to 4 so pakcage building is broken. * The port did not have the correct IGNORE set for the new dual 5.3 and 5.2 ports. Remove the .if block and add an IGNORE_WITH_PHP. * Update the comment to reflect the fact that this port is for php 4 only. * Remove the MD5 line from distinfo.
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer (via the GNATS Auto Assign Tool)
New patch to add LICENSE line. This now depends on ports/152927. -- TJU13-ARIN
This should be the final version of this patch, the license is actually 3.0 not 3.01.
Responsible Changed From-To: mnag->freebsd-ports-bugs Reassign to the heap
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
sunpoet 2012-02-01 21:56:33 UTC FreeBSD ports repository Modified files: databases/pecl-sqlite Makefile Removed files: databases/pecl-sqlite pkg-plist Log: - Update COMMENT, add DEFAULT_PHP_VER and IGNORE_WITH_PHP: this port is for PHP 4 only - Add LICENSE - While I'm here: - Remove PHP_MODNAME - Respect PORTEXAMPLES - Pet portlint - Use PORTEXAMPLES instead of the two-line PLIST PR: ports/152901 Submitted by: Tom Judge <tom@tomjudge.com> Revision Changes Path 1.6 +18 -17 ports/databases/pecl-sqlite/Makefile 1.3 +0 -2 ports/databases/pecl-sqlite/pkg-plist (dead) _______________________________________________ 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!