Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 00:48:04 GMT
From:      John Hein <jhein@symmetricom.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142397: [maintainer update] update mail/vm to 8.0.14
Message-ID:  <201001070048.o070m4LO048276@www.freebsd.org>
Resent-Message-ID: <201001070050.o070o1Aw085010@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142397
>Category:       ports
>Synopsis:       [maintainer update] update mail/vm to 8.0.14
>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:   Thu Jan 07 00:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     John Hein
>Release:        
>Organization:
>Environment:
>Description:
Update vm from 8.0.12 to 8.0.14.

Notes:
 - new upstream maintainer
 - new upstream site - launchpad.net
 - 8.0.13 fixed broken VM-Cache entries and spurious iso-2022-jp encodign
 - 8.0.14 fixed an xemacs incompatibility

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /base/FreeBSD-CVS/ports/mail/vm/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile	20 Dec 2009 20:19:22 -0000	1.19
+++ Makefile	23 Dec 2009 08:47:41 -0000
@@ -6,16 +6,15 @@
 #
 
 PORTNAME=	vm
-PORTVERSION=	8.0.12
-PORTREVISION=	1
+PORTVERSION=	8.0.14
+PORTREVISION=	0
 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
 
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /base/FreeBSD-CVS/ports/mail/vm/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo	17 Sep 2009 11:04:36 -0000	1.15
+++ distinfo	23 Dec 2009 03:33:50 -0000
@@ -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
Index: pkg-descr
===================================================================
RCS file: /base/FreeBSD-CVS/ports/mail/vm/pkg-descr,v
retrieving revision 1.2
diff -u -p -r1.2 pkg-descr
--- pkg-descr	17 Sep 2009 11:04:36 -0000	1.2
+++ pkg-descr	26 Dec 2009 18:57:26 -0000
@@ -18,4 +18,4 @@ Some other features:
  - virtual folders
  - gpg integration
 
-WWW: http://www.nongnu.org/viewmail/
+WWW: https://launchpad.net/vm/
Index: files/patch-lisp_vm-pine.el
===================================================================
RCS file: files/patch-lisp_vm-pine.el
diff -N files/patch-lisp_vm-pine.el
--- files/patch-lisp_vm-pine.el	17 Sep 2009 11:04:37 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,28 +0,0 @@
-$FreeBSD: ports/mail/vm/files/patch-lisp_vm-pine.el,v 1.1 2009/09/17 11:04:37 pav Exp $
-
-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)
-


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001070048.o070m4LO048276>