diff options
author | obrien <obrien@FreeBSD.org> | 2008-01-07 15:27:22 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-01-07 15:27:22 +0800 |
commit | 92eafd978c68633f1479abf40812c754bca716ba (patch) | |
tree | a473d54c9712d58a1d733f9a82f51799ed75ec2a /editors/vim | |
parent | 72db559e7e72a31a85ef0d0175376e000e615d8a (diff) | |
download | freebsd-ports-gnome-92eafd978c68633f1479abf40812c754bca716ba.tar.gz freebsd-ports-gnome-92eafd978c68633f1479abf40812c754bca716ba.tar.zst freebsd-ports-gnome-92eafd978c68633f1479abf40812c754bca716ba.zip |
Add patches 126 and 186.
Patch 7.1.186 is dependent on changes made in patch 7.1.126.
However, 7.1.126 will not apply cleanly to the tree in vim-7.1.tar.bz2,
as the file gui_w48.c is not in that archive. Conversation on the
vim-use list at Google shows Bram Moolenaar made a special version
of patch 126 as '7.1.126ne'.
Submitted by: Derek Tattersall <dlt@mebtel.net>
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 3 | ||||
-rw-r--r-- | editors/vim/distinfo | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index b957c75c622d..16bba777334e 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -19,10 +19,11 @@ 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} # bits to remove -BADPATCHES= 003 007 041 065 070 072 080 088 091 092 124 126 128 129 134 146 158 168 186 196 204 +BADPATCHES= 003 007 041 065 070 072 080 088 091 092 124 128 129 134 146 158 168 196 204 .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N7.1.${p}} .endfor +PATCHFILES:= ${PATCHFILES:S/126/126ne/} MAINTAINER?= obrien@FreeBSD.org COMMENT?= Vi "workalike", with many additional features diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 7aad6c9ceaee..286595ea6876 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -346,6 +346,9 @@ SIZE (vim/7.1.123) = 8051 MD5 (vim/7.1.125) = c03b92e102d11f9092fe69db60a5d177 SHA256 (vim/7.1.125) = d47db2ef6f4715a84fe115b81db90423c054d03338acbba454c7edb729491a84 SIZE (vim/7.1.125) = 12060 +MD5 (vim/7.1.126ne) = 4d2330a86a85dc2d8356a814984aed93 +SHA256 (vim/7.1.126ne) = 90bf4fc21e6657c21e3a4759ecd03d62ff86c28f9e3477335b2d4279ea3746e9 +SIZE (vim/7.1.126ne) = 12461 MD5 (vim/7.1.127) = 0d69b7da6009f1ddb491f6339f74ec4f SHA256 (vim/7.1.127) = f6cae895aba08ff623b2b07fde7591edb679fbb93f433c3d18119e0f9e971db3 SIZE (vim/7.1.127) = 2319 @@ -505,6 +508,9 @@ SIZE (vim/7.1.184) = 2132 MD5 (vim/7.1.185) = e8b9e266bba5654ae1a594bd6f75f893 SHA256 (vim/7.1.185) = d119a3cb28c38a3ca982ea870eca35e83d15d2fdd138071359112db9d4747138 SIZE (vim/7.1.185) = 3744 +MD5 (vim/7.1.186) = ad2ad54ea4c5b54024d162cf4fc54d6e +SHA256 (vim/7.1.186) = a74ccbbaddd066dfd8fbe35da3e2c94567b6409e8a01ef444ebbf103f39d534c +SIZE (vim/7.1.186) = 3294 MD5 (vim/7.1.187) = 64a34c339d265f43d9a63f3456e670cc SHA256 (vim/7.1.187) = badcc9bab3dbebe0b8064ae01f5f6d601178dffde6f874f00c25371d7d0ad932 SIZE (vim/7.1.187) = 2341 |