Bug 49958 - [maintainer update] mail/vm to v7.11
Summary: [maintainer update] mail/vm to v7.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-12 13:30 UTC by Olivier Tharan
Modified: 2003-04-07 11:19 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.07 KB, patch)
2003-03-12 13:30 UTC, Olivier Tharan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Tharan 2003-03-12 13:30:10 UTC
	Update mail/vm to version 7.11.
	Removed some FTP mirrors
	Removed hacks from post-install as *.el are now installed by default
Comment 1 Olivier Tharan 2003-03-20 17:34:09 UTC
* Olivier Tharan <olive@oban.frmug.org> (20030312 14:28):
> >Synopsis:       [maintainer update] mail/vm to v7.11

VM is now at version 7.13. This is a new patch, to be applied after the
previous one:

--- vm.orig/Makefile    Thu Mar 20 17:54:21 2003
+++ vm/Makefile Thu Mar 20 17:54:38 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      vm
-PORTVERSION=   7.11
+PORTVERSION=   7.13
 CATEGORIES=    mail elisp
 MASTER_SITES=  ftp://ftp.uni-mainz.de/pub/software/gnu/vm/ \
                ftp://sunsite.cnlab-switch.ch/mirror/vm/ \
diff -urN vm.orig/distinfo vm/distinfo
--- vm.orig/distinfo    Thu Mar 20 17:54:21 2003
+++ vm/distinfo Thu Mar 20 18:25:47 2003
@@ -1 +1 @@
-MD5 (vm-7.11.tar.gz) = 695079e6334583ff4132423b11ca3c0a
+MD5 (vm-7.13.tar.gz) = 2704de7ab1351679e77e1b9c26bb00c9
Comment 2 Olivier Tharan 2003-04-04 10:53:27 UTC
* Olivier Tharan <olive@oban.frmug.org> (20030312 14:28):
> 	Update mail/vm to version 7.11.

Now at v 7.14. Here is a complete diff wrt to the current ports version.
Thanks.

diff -urN vm.orig/Makefile vm/Makefile
--- vm.orig/Makefile	Fri Apr  4 10:29:44 2003
+++ vm/Makefile	Fri Apr  4 10:37:59 2003
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	vm
-PORTVERSION=	7.08
+PORTVERSION=	7.14
 CATEGORIES=	mail elisp
 MASTER_SITES=	ftp://ftp.uni-mainz.de/pub/software/gnu/vm/ \
 		ftp://tug.org/vm/ \
 		ftp://psg.com/pub/vm/ \
 		ftp://sunsite.cnlab-switch.ch/mirror/vm/ \
 		ftp://ftp.uu.net/networking/mail/vm/ \
+		http://www.interhack.net/projects/vm/ \
 		ftp://ftp.ccs.neu.edu/net/mirrors/VM/ \
 		http://www.rge.com/pub/mail/vm/ \
 		http://ftp.lip6.fr/pub/unix/mail/vm/ \
 		ftp://ftp.surfnet.nl/pub/mail/vm/ \
-		http://ftp.dmz.digex.net/pub/packages/mail/vm/ \
 		http://ftp.algx.net/pub/packages/mail/vm/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
@@ -29,11 +29,5 @@
 		INFODIR=${PREFIX}/info \
 		LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} \
 		PIXMAPDIR=${PREFIX}/${EMACS_LIBDIR_WITH_VER}/etc/vm
-
-post-install:
-.for info in vm.info
-	install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
-.endfor
-	${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
 
 .include <bsd.port.mk>
diff -urN vm.orig/distinfo vm/distinfo
--- vm.orig/distinfo	Fri Apr  4 10:29:44 2003
+++ vm/distinfo	Fri Apr  4 10:34:38 2003
@@ -1 +1 @@
-MD5 (vm-7.08.tar.gz) = 54e15329cda68556f2de0d5f9e7b90fb
+MD5 (vm-7.14.tar.gz) = ed6b3825eb8ad8fda982b6e54aba81dd
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2003-04-07 11:19:53 UTC
State Changed
From-To: open->closed

Committed, thanks.