- Update to 8.0.14

- Update maintainer's email
- Update WWW
- 8.0.13 fixed broken VM-Cache entries and spurious iso-2022-jp encodign
- 8.0.14 fixed an xemacs incompatibility

PR:		ports/142397
Submitted by:	John Hein <jhein@symmetricom.com> (maintainer)
This commit is contained in:
Wen Heping 2010-01-21 08:13:23 +00:00
parent 71db512b3b
commit 51c49eab58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248258
3 changed files with 7 additions and 36 deletions

View File

@ -6,18 +6,17 @@
#
PORTNAME= vm
PORTVERSION= 8.0.12
PORTREVISION= 1
PORTVERSION= 8.0.14
CATEGORIES= mail elisp
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= viewmail
MASTER_SITES= https://launchpad.net/${PORTNAME}/8.0.x/${PORTVERSION}/+download/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= jhein@timing.com
MAINTAINER= jhein@symmetricom.com
COMMENT= A mail reader running inside Emacs or XEmacs
FETCH_ARGS= -prR
GNU_CONFIGURE= yes
USE_EMACS= yes
USE_GMAKE= yes

View File

@ -1,3 +1,3 @@
MD5 (vm-8.0.12.tgz) = b761ef5d3125d36a44d37626764d8e70
SHA256 (vm-8.0.12.tgz) = 1e7b6e3c7401a825d288420c5a7820a004eff4b0f8838018a5598c95a0d5de57
SIZE (vm-8.0.12.tgz) = 547048
MD5 (vm-8.0.14.tgz) = 35657d3d3dec1dcce5b31ac155e0cc4f
SHA256 (vm-8.0.14.tgz) = 33a26785ab87212c492c303cdd3cb543d44cc789072cc4709e206ac05356b9e5
SIZE (vm-8.0.14.tgz) = 550490

View File

@ -1,28 +0,0 @@
$FreeBSD$
from http://groups.google.com/group/gnu.emacs.vm.bug/browse_thread/thread/ed559486d3438d6d/db0325050f401ad9?lnk=raot#db0325050f401ad9 ...
Subject: Missing autoload for vm-decode-postponed-mime-message in vm-8.0.12
In vm 8.0.12 it seems there's a missing autoload for the function vm-
decode-postponed-mime-message in vm-pine.el. See:
https://bugzilla.redhat.com/show_bug.cgi?id=474728
https://bugs.launchpad.net/viewmail/+bug/300748
The fix is trivial, patch below
diff -up vm-8.0.12/lisp/vm-pine.el.fix-missing-autoload vm-8.0.12/lisp/vm-pine.el
--- lisp/vm-pine.el.fix-missing-autoload 2008-12-05
23:00:06.0000000
00 +0000
+++ lisp/vm-pine.el 2008-12-05 23:00:43.000000000 +0000
@@ -488,6 +488,7 @@ creation)."
(error "Folder buffer closed before deletion of source message."))))
;;-----------------------------------------------------------------------------
+;;;###autoload
(defun vm-decode-postponed-mime-message ()
"Replace the mime buttons by attachment buttons."
(interactive)