diff options
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 6 | ||||
-rw-r--r-- | editors/vim/distinfo | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 61d8217e9cda..1acea07b52ec 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -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> diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 12368e1b544a..3d1b18448e0f 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -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 |