diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-05 17:40:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-05 17:40:51 +0000 |
commit | c0ac0800edb15e17bf0bf48825b00dc180279f4b (patch) | |
tree | cd5f1d3b5840f99525f1cca3f34d7737b9045940 /mail/squirrelmail/Makefile | |
parent | fe42d7e6971d6c320c998ad787626c8ad82f023a (diff) | |
download | pkgsrc-c0ac0800edb15e17bf0bf48825b00dc180279f4b.tar.gz |
Add a patch from Jonathan Angliss fixing IMAP search problems:
http://thread.gmane.org/gmane.mail.squirrelmail.user/36642
Bump PKGREVISION.
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index d86d5008c91..6a4fa70c9fe 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.110 2009/10/04 01:27:15 taca Exp $ +# $NetBSD: Makefile,v 1.111 2010/02/05 17:40:51 wiz Exp $ DISTNAME= squirrelmail-1.4.20-RC2 PKGNAME= ${DISTNAME:S/-RC2/rc2/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 |