diff options
author | tron <tron@pkgsrc.org> | 2017-04-14 07:00:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2017-04-14 07:00:02 +0000 |
commit | d6922e490af167a635da25d3191d7ac618aa382e (patch) | |
tree | 8ed2f2fe3e6c3ea9d78e943639aca6ba3bcbca85 /mail/mutt/Makefile | |
parent | dffda93d6611a26cf3d4cc4bf839e0c6acd7d1af (diff) | |
download | pkgsrc-d6922e490af167a635da25d3191d7ac618aa382e.tar.gz |
Update "mutt" package to version 1.8.1:
This is a bug fix release. In particular, it has fixes for setenv,
sidebar_whitelist, some refresh issues, and a potential segfault.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 797025fd5ee..d31545d1ce1 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.188 2017/03/31 10:32:18 wiz Exp $ +# $NetBSD: Makefile,v 1.189 2017/04/14 07:00:02 tron Exp $ -DISTNAME= mutt-1.8.0 -PKGREVISION= 2 +DISTNAME= mutt-1.8.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ |