diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-03 16:47:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-03 16:47:25 +0000 |
commit | 36c45f6e865b4ecb8362fef8788f1875a8c421f1 (patch) | |
tree | bfb0b606ed8f6bb4030140fb3b2cfb433f7624d7 /mail/mutt-devel/Makefile | |
parent | b6ec5c986fdcbd5aeee34cd1099c4dcd4ade7f52 (diff) | |
download | pkgsrc-36c45f6e865b4ecb8362fef8788f1875a8c421f1.tar.gz |
Update to 1.5.17nb2:
Make smime_keys.pl work if .smime is in your home directory.
(mutt -Q reduces paths to ~, but smime_keys didn't expand that.)
Patch from Anon.
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 098ad266a8f..95e7cad1def 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2007/11/08 21:56:00 bjs Exp $ +# $NetBSD: Makefile,v 1.63 2007/12/03 16:47:25 wiz Exp $ DISTNAME= mutt-1.5.17 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |