Bug 48430 - [maintainer update] mail/vm to 7.08
Summary: [maintainer update] mail/vm to 7.08
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-02-18 18:10 UTC by Olivier Tharan
Modified: 2003-02-19 09:02 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.17 KB, patch)
2003-02-18 18:10 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-02-18 18:10:05 UTC
The Emacs mail system VM has been updated from 7.07 to 7.08. This update is
`portlint -abt' -clean (with COMMENT added). I don't know what to do with the
pkg-comment file, though (should it be repo-removed?).

The update is straightforward, the mirror list has been updated, pkg-list not
changed.
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-19 05:09:57 UTC
How about remove WRKSRC from Makefile?

WRKSRC is already defined in /usr/ports/Mk/bsd.port.mk
WRKSRC?=	${WRKDIR}/${DISTNAME}

and DISTNAME is defined in /usr/ports/Mk/bsd.port.mk, too
DISTNAME?=	${PORTNAME}-${PORTVERSION}

so, you don't need to specify WRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION}
in Makefile.

regards,
-- 
Yen-Ming Lee [§õ«Û©ú] PGP KeyID: 0x5EB52E51     :: http://www.leeym.com/
leeym@{leeym.com,FreeBSD.org,yahoo-inc.com,ntu.edu.tw,civil.ncku.edu.tw}
Comment 2 Olivier Tharan 2003-02-19 08:30:59 UTC
* Yen-Ming Lee <leeym@FreeBSD.org> (20030219 13:09):
> How about remove WRKSRC from Makefile?

You're right: it dates from when the VM distfiles used to be vm.tar.gz
without a version number.

Here is an updated Makefile:

diff -urN vm.orig/Makefile vm/Makefile
--- vm.orig/Makefile	Wed Feb 19 09:29:41 2003
+++ vm/Makefile	Wed Feb 19 09:28:58 2003
@@ -6,24 +6,23 @@
 #
 
 PORTNAME=	vm
-PORTVERSION=	7.07
+PORTVERSION=	7.08
 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/ \
-		http://www.interhack.net/projects/vm/ \
 		ftp://ftp.uu.net/networking/mail/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.dmz.digex.net/pub/packages/mail/vm/ \
+		http://ftp.algx.net/pub/packages/mail/vm/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
 MAINTAINER=	olive@oban.frmug.org
-
-WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
+COMMENT=	A mail reader running inside Emacs or XEmacs
 
 EMACS_PORT_NAME?=	emacs21
 MAKE_ARGS=	prefix=${PREFIX} \
diff -urN vm.orig/distinfo vm/distinfo
--- vm.orig/distinfo	Wed Feb 19 09:29:41 2003
+++ vm/distinfo	Tue Feb 18 18:35:18 2003
@@ -1 +1 @@
-MD5 (vm-7.07.tar.gz) = 13facb60ef9fe8a904f5e31af89f0410
+MD5 (vm-7.08.tar.gz) = 54e15329cda68556f2de0d5f9e7b90fb
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-19 09:02:56 UTC
State Changed
From-To: open->closed

Committed, thanks.