Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 16:16:42 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obrien@FreeBSD.org
Subject:   ports/36878: update of editors/vim to 6.1 PL9
Message-ID:  <200204081416.g38EGglY040823@alaska.cert.siemens.de>

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

>Number:         36878
>Category:       ports
>Synopsis:       update of editors/vim to 6.1 PL9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 07:20:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.5-STABLE FreeBSD 4.5-STABLE #59: Sun Apr 7 13:37:52 CEST 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386

>Description:

Update of vim (and vim-lite) to 6.1 PL 009.

(The first mentioned MASTER/PATCH-SITES haven't up to now mirrored the most
recent tarballs and patches, but maybe the MAINTAINER will fix that ;-)

>How-To-Repeat:
>Fix:

diff -ru vim.orig/Makefile vim/Makefile
--- vim.orig/Makefile	Sun Mar 10 19:45:45 2002
+++ vim/Makefile	Mon Apr  8 16:04:50 2002
@@ -7,27 +7,26 @@
 #
 
 PORTNAME?=	vim
-PATCHLEVEL=	0
-PORTVERSION=	6.0.271.${PATCHLEVEL}
+PATCHLEVEL=	9
+PORTVERSION=	6.1.${PATCHLEVEL}
 PORTREVISION?=	0
 CATEGORIES?=	editors
-MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/vim/unstable/unix/ \
-		ftp://relay.nuxi.com/pub/vim/unstable/unix/ \
-		ftp://ftp.vim.org/pub/vim/unstable/unix/  \
-		ftp://ftp.is.co.za/applications/editors/vim/unstable/unix/  \
-		ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unstable/unix/  \
-		ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unstable/unix/ \
+MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
+		ftp://relay.nuxi.com/pub/vim/unix/ \
+		ftp://ftp.vim.org/pub/vim/unix/  \
+		ftp://ftp.is.co.za/applications/editors/vim/unix/  \
+		ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/  \
+		ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/ \
 		ftp://ftp.progsoc.uts.edu.au/pub/vim/unstable/unix/
-#DISTNAME=	vim-${PORTVERSION:C/\.[0-9]*$//}
-DISTNAME=	vim-6.1b
+DISTNAME=	vim-${PORTVERSION:C/\.[0-9]*$//}
 
 PATCH_SITES=	${MASTER_SITES:S/unix/patches/}
-#PATCHFILES!=    jot -s " " -w ${PORTVERSION:C/0\.271\.[0-9]*$//}1a.%03d  \
-#			${PATCHLEVEL} 1 ${PATCHLEVEL}
+PATCHFILES!=    jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d  \
+			${PATCHLEVEL} 1 ${PATCHLEVEL}
 #	bits to remove
-BADPATCHES=
+BADPATCHES= 002
 .for p in ${BADPATCHES}
-PATCHFILES:=	${PATCHFILES:N6.1b.${p}}
+PATCHFILES:=	${PATCHFILES:N6.1.${p}}
 .endfor
 
 MAINTAINER?=	obrien@FreeBSD.org
@@ -43,7 +42,7 @@
 
 USE_BZIP2=	yes
 DIST_SUBDIR=	vim
-WRKSRC=		${WRKDIR}/vim${PORTVERSION:C/0\.271\.[0-9]*$//:S/.//g}1b/src
+WRKSRC=		${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src
 PATCH_DIST_ARGS=	-d ${WRKSRC:S/src$//} --forward --quiet -E ${PATCH_DIST_STRIP}
 # consider
 #PATCH_DIST_ARGS=	-t
diff -ru vim.orig/distinfo vim/distinfo
--- vim.orig/distinfo	Sun Mar 10 19:45:45 2002
+++ vim/distinfo	Mon Apr  8 15:52:53 2002
@@ -1 +1,9 @@
-MD5 (vim/vim-6.1b.tar.bz2) = 00f384aca60b38ca2d1ebb8fd65c81ac
+MD5 (vim/vim-6.1.tar.bz2) = 7fd0f915adc7c0dab89772884268b030
+MD5 (vim/6.1.001) = 97bdbe371953b9d25f006f8b58b53532
+MD5 (vim/6.1.003) = 0e000edba66562473a5f1e9b5b269bb8
+MD5 (vim/6.1.004) = 90e6ac3d029d3b97303049d5b8597fb0
+MD5 (vim/6.1.005) = 1422e38ec6a6dd10b5c35e162bbd98f4
+MD5 (vim/6.1.006) = a04a75f46459f82972be1a43a66cfb4b
+MD5 (vim/6.1.007) = f3c6157cce44cb8ad54c883a83448a42
+MD5 (vim/6.1.008) = 6f0cabc70c5f656905322d1231261aa2
+MD5 (vim/6.1.009) = 97c9f87b79ce41e9b620d572e5c298e4
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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