diff options
author | tonio <tonio> | 2005-10-03 14:16:53 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-10-03 14:16:53 +0000 |
commit | 4a3e385c2469b524299148b6c405736b2f83825e (patch) | |
tree | ac3faf2c4f8df5056084374f843327232606596f /mail/mutt-devel/Makefile | |
parent | 23a370f23e000e1a19e504fd835b3dedbe5ff8e0 (diff) | |
download | pkgsrc-4a3e385c2469b524299148b6c405736b2f83825e.tar.gz |
Update mail/mutt-devel to 1.5.11
Add support for Internationalized Domain Names (though disabled by default)
This release features many bugfixes,
~h can match folded headers
~u match only suscribed lists, ~l all
progress indication when uploading imap and pop messages
This fixes PR 31451
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 9aadf757de3..dd2bae77f6c 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2005/09/06 07:26:35 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2005/10/03 14:16:53 tonio Exp $ -DISTNAME= mutt-1.5.10i -PKGNAME= ${DISTNAME:C/i$//} +DISTNAME= mutt-1.5.11 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ @@ -17,7 +16,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" -WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//} BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= perl:run |