diff options
author | tonio <tonio@pkgsrc.org> | 2007-11-07 21:19:36 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-11-07 21:19:36 +0000 |
commit | a7ee428adb10a7e5cc042c69239ed258c0045730 (patch) | |
tree | 7a610acb7ddb33a7976526ee5f30ecaea9179cbc /mail/mutt-devel/Makefile | |
parent | 5212baff5cc1872a24f1e025922e8eafc0f0d59f (diff) | |
download | pkgsrc-a7ee428adb10a7e5cc042c69239ed258c0045730.tar.gz |
Update mail/mutt-devel to 1.5.17
Changelog includes:
! --enable-exact-address works again
+ $message_cache_clean (clean cache on sync)
+ %P expando for $pager_format
Improved autoconf code for bdb
Large file support for mutt_pretty_size()
bugfixes
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 58e56704434..d3e805c8be5 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2007/06/10 20:01:34 tonio Exp $ +# $NetBSD: Makefile,v 1.61 2007/11/07 21:19:36 tonio Exp $ -DISTNAME= mutt-1.5.16 +DISTNAME= mutt-1.5.17 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |