diff options
author | tron <tron@pkgsrc.org> | 2006-07-14 19:55:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-07-14 19:55:56 +0000 |
commit | 24bea8173895cf7c36028642f27482c47f1990a6 (patch) | |
tree | 3fb23cf479f3ef086f8ace5baf39c96b7bac65be /mail/mutt/Makefile | |
parent | 296e907fdc7b0596198d001facccc9f7099effa6 (diff) | |
download | pkgsrc-24bea8173895cf7c36028642f27482c47f1990a6.tar.gz |
Update "mutt" package to version 1.4.2.2. Changes since version 1.4.2.1:
- security fix for CVE-2006-3242
- minor tweak to satisfy modern compilers
Note: Both changes were available in "pkgsrc" as patches already.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 58aef543799..1ef5c3f257b 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.143 2006/06/20 09:14:46 tron Exp $ +# $NetBSD: Makefile,v 1.144 2006/07/14 19:55:56 tron Exp $ -DISTNAME= mutt-1.4.2.1i +DISTNAME= mutt-1.4.2.2i PKGNAME= ${DISTNAME:C/i$//} -PKGREVISION= 7 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ @@ -44,7 +43,7 @@ SUBST_FILES.gpg= contrib/gpg.rc SUBST_SED.gpg= -e "s,/usr/bin/gpg,gpg,g" SUBST_CLASSES+= paths -SUBST_MESSAGE.paths= Fixing pathnames in manual pagae. +SUBST_MESSAGE.paths= Fixing pathnames in manual page. SUBST_STAGE.paths= post-patch SUBST_FILES.paths= doc/mutt.man SUBST_SED.paths= -e "s,/usr/local/doc/mutt/,${DOCDIR}/,g" |