Date: Mon, 23 Apr 2012 21:52:39 -0600 (MDT) From: John Hein <jhein@symmetricom.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167258: [PATCH] mail/vm: update to 8.1.2 Message-ID: <201204240352.q3O3qdcT027081@fbsd7-build.timing.com> Resent-Message-ID: <201204240430.q3O4UArk020846@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167258 >Category: ports >Synopsis: [PATCH] mail/vm: update to 8.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 24 04:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John Hein >Release: >Organization: >Environment: >Description: - Update mail/vm to 8.1.2 Generated with FreeBSD Port Tools 0.99 Redports build log at https://redports.org/~jhein/20120424005809-71876-21547/vm-emacs23-8.1.2.log VM 8.1.2 2012-03-04 BUG FIXES * VM versions 8.1.0 and 8.1.1 had a small bug which blocks them from being forward-compatible, i.e., being able to handle VM folders from future versions of VM. (They give error messages of the form "Bad VM cache data" and reinitialize the cached-data vectors.) The bug is fixed in this version of VM. * If you download mail from IMAP spool files, the 8.1.1 and 8.1.2 versions of VM had a bug which allowed the the `X-VM-IMAP-Retrieved' headers to grow unnecessarily. This can slow down the saving of folders into which you downloaded IMAP mail. To solve the problem, run the command `vm-prune-imap-retrieved-list' after installing this version. (See info under "IMAP Spool Files".) IMPROVEMENTS * Virtual folder facility extended to work with POP and IMAP folders. * VM made safe for use with Gnu Emacs 23, by removing a few calls to the `next-line' function (which was redefined in this Emacs). * Several critical problems with Thunderbird inter-operability were corrected. Manual section on Thunderbird folders added. * Extended Org mode email links to work for virtual folders. CHANGES ** The default values of `vm-pop-expunge-after-retrieving' and `vm-imap-expunge-after-retrieving' changed to nil to help new users. * `vm-fill-long-lines-in-reply' initialized to the default value of `fill-column'. * All MIME messages are now decoded in the Presentation buffer, unless they have US-ASCII as their charset. In particular, messages with 8bit charsets are treated this way. Such messages are not regarded "plain messages" any more. >How-To-Repeat: >Fix: --- vm-emacs23-8.1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /base/FreeBSD-CVS/ports/mail/vm/Makefile,v retrieving revision 1.28 diff -u -p -u -r1.28 Makefile --- Makefile 22 Feb 2012 13:31:29 -0000 1.28 +++ Makefile 24 Apr 2012 03:39:23 -0000 @@ -6,8 +6,8 @@ # PORTNAME= vm -PORTVERSION= 8.1.1 -PORTREVISION= 4 +PORTVERSION= 8.1.2 +PORTREVISION= 0 CATEGORIES= mail elisp MASTER_SITES= https://launchpad.net/${PORTNAME}/8.1.x/${PORTVERSION}/+download/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Index: distinfo =================================================================== RCS file: /base/FreeBSD-CVS/ports/mail/vm/distinfo,v retrieving revision 1.19 diff -u -p -u -r1.19 distinfo --- distinfo 3 Jul 2011 13:53:48 -0000 1.19 +++ distinfo 24 Apr 2012 03:39:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (vm-8.1.1.tgz) = 1a40c48027e3ca164415b7054d83f9d00a0236d41d82af0c1816e4a911e869f1 -SIZE (vm-8.1.1.tgz) = 701429 +SHA256 (vm-8.1.2.tgz) = c779f65d422ea169a1030b1c86c72e8b6f8e6c589396331c4688d8e1d0814636 +SIZE (vm-8.1.2.tgz) = 703527 --- vm-emacs23-8.1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204240352.q3O3qdcT027081>