pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/nail Update of mail/nail to 11.21. Some of the ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/464ca4a3d82b
branches:  trunk
changeset: 489339:464ca4a3d82b
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Sat Feb 19 21:53:32 2005 +0000

description:
Update of mail/nail to 11.21. Some of the changes:
Please see the Changelogs in the src distributions for more details.

* When mail is sent using SMTP, 'Bcc:' fields are not passed to the
  server anymore (Bugreport by Matthew Fischer.)
* When replying to a message part for which a 'pipe-type/subtype'
  variable was set, quotes were inserted in the text sent to the pipe
  instead of in the output received from it (since v. 11.14 or so).
* A message that is already marked as answered is not marked again if
  it is replied to and the 'markanswered' variable is set.
* Nail no longer generates an error if renaming a message in a maildir
  folder fails because both the old and the new link have the same name
  (i.e. if the rename operation was superfluous).
* The new 'sendcharsets' variable was incorrectly named 'charsets' in
  nail.rc in the last version. If nail 11.20 was the first version of
  nail you ever installed, you should correct this by hand since the
  file is not overwritten by 'make install'. (Bugreport by Matthew
  Fischer.)
* Mozilla NSS error reports are more detailed now.
* For the 'touch', 'mbox', 'unread', and 'new' commands, a following 'next'
  command will advance to the next message as if the current one had been
  printed, as it has been the case with traditional mailx (Bugreport by
  Michael Sipser).
* Files in maildir folders are now read in the order obtained from
  readdir().
* When the variables 'sign' or 'Sign' are set to the empty string, they
  are treated as if they had been unset for the '~a' or '~A' commands.

diffstat:

 mail/nail/Makefile |  5 ++---
 mail/nail/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r c0922734a4f2 -r 464ca4a3d82b mail/nail/Makefile
--- a/mail/nail/Makefile        Sat Feb 19 21:34:38 2005 +0000
+++ b/mail/nail/Makefile        Sat Feb 19 21:53:32 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2005/01/13 16:04:00 cjep Exp $
+# $NetBSD: Makefile,v 1.27 2005/02/19 21:53:32 cjep Exp $
 
-DISTNAME=      nail-11.17
-PKGREVISION=   1
+DISTNAME=      nail-11.21
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nail/}
 EXTRACT_SUFX=  .tar.bz2
diff -r c0922734a4f2 -r 464ca4a3d82b mail/nail/distinfo
--- a/mail/nail/distinfo        Sat Feb 19 21:34:38 2005 +0000
+++ b/mail/nail/distinfo        Sat Feb 19 21:53:32 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2004/11/19 09:16:49 cjep Exp $
+$NetBSD: distinfo,v 1.20 2005/02/19 21:53:32 cjep Exp $
 
-SHA1 (nail-11.17.tar.bz2) = fe5ef3345b46769d6064202320c0587ad723f9b5
-Size (nail-11.17.tar.bz2) = 262393 bytes
+SHA1 (nail-11.21.tar.bz2) = 6d6768dd539a63425f153bb61370044da7c56d7a
+Size (nail-11.21.tar.bz2) = 264234 bytes
 SHA1 (patch-aa) = bfc4198c427e664aeea17b9a7648d3ed969ce692
 SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29
 SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2



Home | Main Index | Thread Index | Old Index