diff options
author | sborrill <sborrill> | 2009-02-25 08:59:47 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2009-02-25 08:59:47 +0000 |
commit | 5ea22edd4bd940d8ccfad4299763aa79a716b2e7 (patch) | |
tree | 73655f4c655fd8bcb6a08b1f4257ce86a1977a21 /mail | |
parent | 81b6cd848a540a553ac6e010b2fd1b8179cd683a (diff) | |
download | pkgsrc-5ea22edd4bd940d8ccfad4299763aa79a716b2e7.tar.gz |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/php-imap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/php-imap/Makefile b/mail/php-imap/Makefile index 2ac9589534c..3a091710bbd 100644 --- a/mail/php-imap/Makefile +++ b/mail/php-imap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2009/02/21 17:02:59 adrianp Exp $ +# $NetBSD: Makefile,v 1.18 2009/02/25 08:59:47 sborrill Exp $ MODNAME= imap -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES+= mail COMMENT= PHP extension for IMAP (Internet Mailbox Access Protocol) |