diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-19 12:06:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-19 12:06:41 +0000 |
commit | b2f928e473a6403cf00ad9186922e02a5ba31b3f (patch) | |
tree | 6c662486c5c42627dac366d6574ca17127cd5a8e /mail/mutt-devel/Makefile | |
parent | 08884f6efd615ca1fb9fe5ab3eaf7098f1b1fb3f (diff) | |
download | pkgsrc-b2f928e473a6403cf00ad9186922e02a5ba31b3f.tar.gz |
Solve a problem with illegal byte sequences, causing mutt hangs.
Patch from Takehiko NOZAKI in
http://mail-index.netbsd.org/current-users/2008/11/19/msg006092.html
Bump PKGREVISION.
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 5ebd73cabd4..7d74b91bd2f 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2008/05/18 08:26:30 tonio Exp $ +# $NetBSD: Makefile,v 1.69 2008/11/19 12:06:41 wiz Exp $ DISTNAME= mutt-1.5.18 +PKGREVISION= 1 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |