Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2005 08:17:21 -0600 (CST)
From:      Babak Farrokhi <babak@farrokhi.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90746: update port editors/vim to 6.4.004
Message-ID:  <20051221141721.E6E8756454@royalway.propagation.net>
Resent-Message-ID: <200512211420.jBLEK4Jd002000@freefall.freebsd.org>

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

>Number:         90746
>Category:       ports
>Synopsis:       update port editors/vim to 6.4.004
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 21 14:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Thu Jun 30 05:11:17 CDT 2005 root@royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- vim-6.4.4.patch begins here ---
diff -ruN vim.orig/Makefile vim/Makefile
--- vim.orig/Makefile	Wed Dec 21 17:20:22 2005
+++ vim/Makefile	Wed Dec 21 17:42:34 2005
@@ -7,21 +7,21 @@
 #
 
 PORTNAME?=	vim
-PATCHLEVEL=	0
+PATCHLEVEL=	004
 PORTVERSION=	6.4.${PATCHLEVEL}
-PORTREVISION?=	1
+#PORTREVISION?=	1
 CATEGORIES?=	editors
 MASTER_SITES=	${MASTER_SITE_VIM}
 DISTNAME=	vim-${PORTVERSION:C/\.[0-9a-z]*$//}
 
 PATCH_SITES=	${MASTER_SITES:S|unix|patches/${PORTVERSION:C/\.[0-9a-z]*$//}|}
-#PATCHFILES!=	/usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d  \
-#			${PATCHLEVEL} 1 ${PATCHLEVEL}
+PATCHFILES!=	/usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d  \
+			${PATCHLEVEL} 1 ${PATCHLEVEL}
 #	bits to remove
-BADPATCHES=	000
-#.for p in ${BADPATCHES}
-#PATCHFILES:=	${PATCHFILES:N6.4.${p}}
-#.endfor
+BADPATCHES=	000 001
+.for p in ${BADPATCHES}
+PATCHFILES:=	${PATCHFILES:N6.4.${p}}
+.endfor
 
 MAINTAINER?=	obrien@FreeBSD.org
 COMMENT?=	Vi "workalike", with many additional features
diff -ruN vim.orig/distinfo vim/distinfo
--- vim.orig/distinfo	Wed Dec 21 17:20:22 2005
+++ vim/distinfo	Wed Dec 21 17:25:02 2005
@@ -1,2 +1,12 @@
 MD5 (vim/vim-6.4.tar.bz2) = 774c14d93ce58674b3b2c880edd12d77
+SHA256 (vim/vim-6.4.tar.bz2) = 5141ff8c7ed8ddc769fcf3b2bda386c6255d72163ae6727d8a6031d749be9f95
 SIZE (vim/vim-6.4.tar.bz2) = 3737338
+MD5 (vim/6.4.002) = ac408535c97031cb8351b771c1723dcb
+SHA256 (vim/6.4.002) = c44bdbe513c9dcb87249415171f32b1bb7321663cc8a891220b833376c7eee91
+SIZE (vim/6.4.002) = 7802
+MD5 (vim/6.4.003) = 591a6164c46792f7b41039e979148514
+SHA256 (vim/6.4.003) = 53020fcb1c995f8bb8f97f5d7f15ebb35d64ab3317c669408d8b299f84322290
+SIZE (vim/6.4.003) = 1463
+MD5 (vim/6.4.004) = 89de2693da138c37adfd10fdce957758
+SHA256 (vim/6.4.004) = 90e75fb62818ab6747f5bb8448e5bd6a9f5923af74dcb72ba7c8bef89c43af3d
+SIZE (vim/6.4.004) = 1581
--- vim-6.4.4.patch ends here ---


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



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