summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-02-26 13:20:39 +0000
committertron <tron@pkgsrc.org>2009-02-26 13:20:39 +0000
commitf9e59e4cc4f96d6b3d1561741736496b7cb90ba5 (patch)
treec4e2f094b1aa103554ea2ccfa924c0a9c2343874
parent0576bb0a55e787a7092ed796996c2b6be98d6a93 (diff)
downloadpkgsrc-f9e59e4cc4f96d6b3d1561741736496b7cb90ba5.tar.gz
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
-rw-r--r--mail/php-imap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/php-imap/Makefile b/mail/php-imap/Makefile
index 266389f2333..8c0871b0190 100644
--- a/mail/php-imap/Makefile
+++ b/mail/php-imap/Makefile
@@ -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)