diff options
author | naddy <naddy@FreeBSD.org> | 2002-06-18 11:02:14 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-06-18 11:02:14 +0000 |
commit | b5b71411788b1338b65a12b492726543a89d4681 (patch) | |
tree | d85270d41f90db35cc673e1afdcd0431f8d2c76e | |
parent | b0893c6dd785341d720437f06fc517ac351a5dc4 (diff) | |
download | FreeBSD-ports-b5b71411788b1338b65a12b492726543a89d4681.zip FreeBSD-ports-b5b71411788b1338b65a12b492726543a89d4681.tar.gz |
Update to 9.31. Changes in this release:
* New editing mechanism for attachment list: ~@ tilde escape.
* The ~a tilde escape is obsoleted by ~@ and has been removed.
* Header fields starting with =? are only interpreted as RFC 2047 fields
if they are entirely valid (Bugreport by Russell Kroll).
* Sender addresses in message lists (as in 'delete from@host') match only
the exact from address.
* Added ~x tilde escape (abort message composition without saving dead.letter).
* Fixed recognition of RFC 2045 parameter attributes (Bugreport by Russell
Kroll).
* The "for" command now inserts an intact "Resent-Reply-To:" header field.
-rw-r--r-- | mail/heirloom-mailx/Makefile | 3 | ||||
-rw-r--r-- | mail/heirloom-mailx/distinfo | 2 | ||||
-rw-r--r-- | mail/nail/Makefile | 3 | ||||
-rw-r--r-- | mail/nail/distinfo | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index f0e74b8..511614d 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nail -PORTVERSION= 9.30 -PORTREVISION= 2 +PORTVERSION= 9.31 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo index 7f3930c..c88f608 100644 --- a/mail/heirloom-mailx/distinfo +++ b/mail/heirloom-mailx/distinfo @@ -1 +1 @@ -MD5 (nail-9.30.tar.gz) = b5e233f61b6fa9a8abf4d30b93b2bd71 +MD5 (nail-9.31.tar.gz) = d274d7bcd408d10fb0e31345e071bc6d diff --git a/mail/nail/Makefile b/mail/nail/Makefile index f0e74b8..511614d 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nail -PORTVERSION= 9.30 -PORTREVISION= 2 +PORTVERSION= 9.31 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 7f3930c..c88f608 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1 +1 @@ -MD5 (nail-9.30.tar.gz) = b5e233f61b6fa9a8abf4d30b93b2bd71 +MD5 (nail-9.31.tar.gz) = d274d7bcd408d10fb0e31345e071bc6d |