ports/87903: Update port: editors/vim to 6.4.1 and fix Makefile brokenness

Vasil Dimov vd at datamax.bg
Mon Oct 24 07:10:14 UTC 2005


>Number:         87903
>Category:       ports
>Synopsis:       Update port: editors/vim to 6.4.1 and fix Makefile brokenness
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 24 07:10:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-RC1 amd64
>Organization:
DataMax
>Environment:

>Description:

Update editors/vim from 6.4 to 6.4.1, patch 6.4.001 is for windows, yeah :/
Mainly we want this update, because jot fails with PATCHLEVEL=0.

Reported by Markus Trippelsdorf <markus at trippelsdorf.de> to ports@

Real solution should be invented before 6.5.000 is released :)

>How-To-Repeat:

>Fix:

--- vim_6.4-6.4.1.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/vim/Makefile,v
retrieving revision 1.268
diff -u -r1.268 Makefile
--- Makefile	24 Oct 2005 01:28:48 -0000	1.268
+++ Makefile	24 Oct 2005 06:56:38 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME?=	vim
-PATCHLEVEL=	0
+PATCHLEVEL=	1
 PORTVERSION=	6.4.${PATCHLEVEL}
 PORTREVISION?=	0
 CATEGORIES?=	editors
@@ -18,7 +18,7 @@
 PATCHFILES!=	/usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d  \
 			${PATCHLEVEL} 1 ${PATCHLEVEL}
 #	bits to remove
-BADPATCHES=	000
+BADPATCHES=	001
 .for p in ${BADPATCHES}
 PATCHFILES:=	${PATCHFILES:N6.4.${p}}
 .endfor
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/vim/distinfo,v
retrieving revision 1.159
diff -u -r1.159 distinfo
--- distinfo	24 Oct 2005 01:28:48 -0000	1.159
+++ distinfo	24 Oct 2005 06:56:38 -0000
@@ -1,2 +1,4 @@
 MD5 (vim/vim-6.4.tar.bz2) = 774c14d93ce58674b3b2c880edd12d77
 SIZE (vim/vim-6.4.tar.bz2) = 3737338
+MD5 (vim/6.4.001) = a5a8ca3671846d33f454fc765644d129
+SIZE (vim/6.4.001) = 1705
--- vim_6.4-6.4.1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list