diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-04 15:32:35 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-04 15:32:35 +0000 |
commit | 00c008aa0d262f0c6e3038e8015df8c552b6542d (patch) | |
tree | 7c7db73784a1f378c83823604c40d27075ac5eba /mail/mew/Makefile | |
parent | 40ad2bcaf27c0f95599a9e7348053ca63e0d7f88 (diff) | |
download | pkgsrc-00c008aa0d262f0c6e3038e8015df8c552b6542d.tar.gz |
Update mew to 4.2.
Changes (cited from 00diff) are:
> <Differences between Mew 4.2 and Mew 4.1>
>
> * mew-nmz.el has been integrated. You can search messages with
> keyword DB. For more information, see info.
> * "C-uw" prepares a draft whose To: is the address on From: of the
> current message.
> * "e" in Summary can convert any mark to new one.
> * S/MIME has been supported. (alpha stage)
> * IMAP UTF-7 support. You can use non-ASCII characters for folder
> names.
> * TLS has been supported.
> * Fixing a bug of SSL.
> * Drag and Drop composing has been supported.
> * Many small bug fixes.
Diffstat (limited to 'mail/mew/Makefile')
-rw-r--r-- | mail/mew/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index e3ef7ecce61..f754ed7198e 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2004/11/30 02:50:52 uebayasi Exp $ +# $NetBSD: Makefile,v 1.62 2005/03/04 15:32:35 uebayasi Exp $ -DISTNAME= mew-4.1 +DISTNAME= mew-4.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/ @@ -13,6 +13,7 @@ CONFLICTS=+ mew-xemacs-* INFO_FILES= mew.info USE_BUILDLINK3= yes +HAS_CONFIGURE= yes EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 |