Thu Feb 26 13:20:39 2009 UTC ()
Pullup ticket #2709 - requested by sborrill
php-imap: bug fix

Revisions pulled up:
- lang/php5/distinfo				1.60 (via patch)
- lang/php5/patches/patch-as			1.4
- mail/php-imap/Makefile			1.18
---
Module Name:	pkgsrc
Committed By:	sborrill
Date:		Wed Feb 25 08:59:47 UTC 2009

Modified Files:
	pkgsrc/lang/php5: distinfo
	pkgsrc/mail/php-imap: Makefile
Added Files:
	pkgsrc/lang/php5/patches: patch-as

Log Message:
Fix memory leak and pullup bug fix for http://bugs.php.net/bug.php?id=46918

Remove this patch when PHP >= 5.2.9 is released as it will contain these
changes

Bump PKGREVISION of php-imap


(tron)
diff -r1.16 -r1.16.2.1 pkgsrc/mail/php-imap/Makefile

cvs diff -r1.16 -r1.16.2.1 pkgsrc/mail/php-imap/Makefile (expand / switch to context diff)
--- pkgsrc/mail/php-imap/Makefile 2008/11/13 14:21:05 1.16
+++ pkgsrc/mail/php-imap/Makefile 2009/02/26 13:20:39 1.16.2.1
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2008/11/13 14:21:05 tron Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2009/02/26 13:20:39 tron Exp $
 
 MODNAME=		imap
-PKGREVISION=		4
+PKGREVISION=		5
 CATEGORIES+=		mail
 COMMENT=		PHP extension for IMAP (Internet Mailbox Access Protocol)