diff options
author | dougb <dougb@FreeBSD.org> | 2008-03-19 07:27:21 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-03-19 07:27:21 +0800 |
commit | ce954a12d19f6ab4fa1c40ec33056ce7ca64cbbd (patch) | |
tree | 60c77ecc235635ea1c3e721e7024f84d3ad02bf9 /mail/alpine/Makefile | |
parent | afcdc5f373bcb00352fe4c644f869e3efb42cbf5 (diff) | |
download | freebsd-ports-gnome-ce954a12d19f6ab4fa1c40ec33056ce7ca64cbbd.tar.gz freebsd-ports-gnome-ce954a12d19f6ab4fa1c40ec33056ce7ca64cbbd.tar.zst freebsd-ports-gnome-ce954a12d19f6ab4fa1c40ec33056ce7ca64cbbd.zip |
Update to version 1.10, which has the following highlights. See
http://www.washington.edu/alpine/changes/1.00-to-1.10.html for
the list of all changes.
New Features
============
1. Default role
2. Better kerberos support
3. Better threading performance for large folders
4. "Unknown" character set to improve the chances you can read a
malformed message
5. Option to suppress user agent for sent mail
Bug Fixes
=========
1. Various crashes with non-standards-compliant SMTP or IMAP servers
2. Don't try to send a message with an unknown charset
Diffstat (limited to 'mail/alpine/Makefile')
-rw-r--r-- | mail/alpine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 3de22cd98660..64f585390255 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= alpine -PORTVERSION= 1.00 +PORTVERSION= 1.10 PORTREVISION?= 0 CATEGORIES?= mail news ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/ \ |