From 3d89ff527e6bd15e2d30b8051ec0e235e70c926f Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 15 Nov 2003 16:47:19 +0000 Subject: Update to 10.6. Notable bug fixes and changes in this release: * A nested MIME multipart message with a sub-part piped through an external program (such as HTML with w3m) caused nail to abort after SIGPIPE if the PAGER command terminated before reading the whole message. * A 'next' command following a 'hold' command displays the next message after the one the 'hold' applies to (Bugreport by Mike Sipser). This might not be exactly what POSIX specifies, but it makes sense and is consistent with traditional behavior. If you actually favor 'next' not to advance after 'hold', contact me and I'll add a configuration option for this. * If the value of the 'record' variable started with an environment variable reference such as '$HOME' or with a tilde and the 'outfolder' variable was set, it was not expanded correctly (Bugreport by Volker Kuhlmann). --- mail/heirloom-mailx/Makefile | 2 +- mail/heirloom-mailx/distinfo | 2 +- mail/nail/Makefile | 2 +- mail/nail/distinfo | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 2836dbdf43f2..7658ab80822e 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nail -PORTVERSION= 10.5 +PORTVERSION= 10.6 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 195fc6998b61..1b521b247a01 100644 --- a/mail/heirloom-mailx/distinfo +++ b/mail/heirloom-mailx/distinfo @@ -1 +1 @@ -MD5 (nail-10.5.tar.gz) = 6ee82ef58d761190ae54ee0f50506043 +MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822 diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 2836dbdf43f2..7658ab80822e 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nail -PORTVERSION= 10.5 +PORTVERSION= 10.6 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 195fc6998b61..1b521b247a01 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1 +1 @@ -MD5 (nail-10.5.tar.gz) = 6ee82ef58d761190ae54ee0f50506043 +MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822 -- cgit