Update to Vim 6.3 patchlevel 85

Approved by:	portmgr(krion)
This commit is contained in:
David E. O'Brien 2005-08-02 16:50:21 +00:00
parent 930937acbf
commit 51362dc438
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140738
2 changed files with 11 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME?= vim
PATCHLEVEL= 79
PATCHLEVEL= 85
PORTVERSION= 6.3.${PATCHLEVEL}
PORTREVISION?= 0
CATEGORIES?= editors
@ -18,7 +18,7 @@ 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= 000 022 025 035 038 041 044 047 048 052 073 077 078
BADPATCHES= 000 022 025 035 038 041 044 047 048 052 073 077 078 080 084
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.3.${p}}
.endfor
@ -181,7 +181,7 @@ cklatest:
find-bad-patches:
cd ${DISTDIR} ; egrep -l \
'(src/os_win32|src/os_mswin|src/if_ole|src/proto/gui_w32|src/gui_w48|src/gui_mac|src/os_riscos|vms)'\
'(src/os_win32|src/os_mswin|src/if_ole|src/proto/gui_w32|src/gui_w48|src/gui_mac|src/os_riscos|cyg|vms)'\
vim/${PORTVERSION:C/\.[0-9a-z]*$//}*
.include <bsd.port.post.mk>

View File

@ -134,3 +134,11 @@ MD5 (vim/6.3.076) = ccb87038392e542b1a0c4ede980e997b
SIZE (vim/6.3.076) = 3546
MD5 (vim/6.3.079) = 6d9d39cd3440d628fc09cd8eeabd64ab
SIZE (vim/6.3.079) = 1853
MD5 (vim/6.3.081) = 24e8249cbb5a54c8c1f68baef225e852
SIZE (vim/6.3.081) = 1729
MD5 (vim/6.3.082) = 337d03cf50317445534131717e62693b
SIZE (vim/6.3.082) = 2102
MD5 (vim/6.3.083) = 46c0f40dfbd75756c024d1787b245006
SIZE (vim/6.3.083) = 5053
MD5 (vim/6.3.085) = 03b3ba06adb63ec38a96047c69d9fe45
SIZE (vim/6.3.085) = 3408