summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2009-02-26 13:20:39 +0000
committertron <tron>2009-02-26 13:20:39 +0000
commit388ea6c90d1706f77361c4447f062a3077a7549b (patch)
treec4e2f094b1aa103554ea2ccfa924c0a9c2343874
parenta9d555887b1b16c99df822d8bb32ad9c8523447c (diff)
downloadpkgsrc-388ea6c90d1706f77361c4447f062a3077a7549b.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)