diff options
author | cjep <cjep> | 2003-04-27 20:38:36 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-27 20:38:36 +0000 |
commit | f7caf875e44eae9243ff0c9affd83415595c32de (patch) | |
tree | 23eef7dc115aa2a2fa694de5302fd8e26df68f66 /mail | |
parent | 9f39e34a6ec5785267fc997df9109f0fa45c8443 (diff) | |
download | pkgsrc-f7caf875e44eae9243ff0c9affd83415595c32de.tar.gz |
Update of mail/nail to 10.5.
Changes since 10.4:
* A command line argument specifying a To-address can contain multiple
recipients separated by commas (Werner Fink).
* 'showname' variable (based on code contributed by Stephen Isard).
* Display nonprintable characters in mail addresses as question marks.
* Fixed MIME encoding of user's From address with respect to quoted
characters.
* 'autobcc' and 'autocc' variables.
* The effects of the 'bsdcompat' variable are now individually configurable.
This introduces the 'bsdflags', 'bsdheadline', 'bsdset', 'bsdannounce',
'askatend', 'bsdorder', and 'bsdmsgs' variables.
* The current message pointer could be garbled when 'newmail' was set and
new messages appeared (Fix by Stephen Isard).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nail/Makefile | 4 | ||||
-rw-r--r-- | mail/nail/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index e6d1c5faeb5..b717362d7fc 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2003/01/28 22:03:35 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/27 20:38:36 cjep Exp $ -DISTNAME= nail-10.4 +DISTNAME= nail-10.5 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff --git a/mail/nail/distinfo b/mail/nail/distinfo index ec2aa413159..297bf4cdfd5 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2003/01/19 18:10:11 cjep Exp $ +$NetBSD: distinfo,v 1.3 2003/04/27 20:38:36 cjep Exp $ -SHA1 (nail-10.4.tar.gz) = fff829d9fb44cfa402051604b4bc95eb62381d7b -Size (nail-10.4.tar.gz) = 189380 bytes +SHA1 (nail-10.5.tar.gz) = 5a6669671200b7ba896371351cd7b646ef9682f6 +Size (nail-10.5.tar.gz) = 194123 bytes SHA1 (patch-aa) = c31048d0994efc5f26d88d07e348ad750aa44a2b SHA1 (patch-ab) = f9295585fed37e2a33debc49629afa2263ea699a SHA1 (patch-ac) = 72defa8a22e31244941154b5a7245fb1d698e88a |