diff options
author | tonio <tonio@pkgsrc.org> | 2005-09-03 16:57:07 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-09-03 16:57:07 +0000 |
commit | a73d5604e85aa0c7a7500cf71058f31c95470941 (patch) | |
tree | bf79d01a9a4bf66b54186afdbb73f8e4552b440b /mail/mutt-devel/Makefile | |
parent | 7f28866e847a1b2796c557eaad0f6603209a7192 (diff) | |
download | pkgsrc-a73d5604e85aa0c7a7500cf71058f31c95470941.tar.gz |
Update mutt-devel to 1.5.10
This release contains many bug fixes for imap support and gpg support.
Change maintainer, i will take this one
Approved by cube@
Adding patch-ae fixing PR 30981
the same patch was comitted to mutt's cvs HEAD
http://dev.mutt.org/cgi-bin/gitweb.cgi?p=mutt/.git;a=commitdiff;h=7423dcab2c8ed2dff79354db0ab8a444a075bb64
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index d43935ac4dd..6335a5c3a6d 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2005/08/20 21:58:00 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2005/09/03 16:57:07 tonio Exp $ -DISTNAME= mutt-1.5.9i +DISTNAME= mutt-1.5.10i PKGNAME= ${DISTNAME:C/i$//} -PKGREVISION= 1 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ @@ -10,7 +9,7 @@ MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/unix/mail/mutt/ MASTER_SITES= ${MUTT_SITES:=devel/} -MAINTAINER= jlam@NetBSD.org +MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.mutt.org/ COMMENT= Text-based MIME mail client with PGP & S/MIME support |