diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2009-02-11 17:29:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-02-11 17:29:11 +0000 |
commit | 77f4fc2c95cd4f4b59771832f0f8197eba7c1e8d (patch) | |
tree | 70fe596a1c92184e1f338679c90dd807a3bce45f /editors/vim/Makefile | |
parent | db7144e84d9137db5f5a2f4c2b4f27a9367621a4 (diff) |
Notes
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index e38d85ac7fc0..ea8d3f306127 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PATCHLEVEL= 69 +PATCHLEVEL= 106 PORTVERSION= 7.2.${PATCHLEVEL} RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} PORTREVISION?= 0 @@ -19,7 +19,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= 007 027 030 036 041 049 +BADPATCHES= 007 027 030 036 041 049 071 072 074 088 089 093 101 #.if !defined(WITH_LANG) #BADPATCHES+= #.endif @@ -247,7 +247,7 @@ cklatest: | fgrep ${PORTVERSION:C/[0-9]*$//} | ${TAIL} find-bad-patches: - cd ${DISTDIR} ; egrep -l \ + @cd ${DISTDIR} ; egrep -l \ '(src/if_ole|src/gui_(w32|w48|mac)|src/os_(riscos|cyg|os2|vms|amiga|win32|mswin))|src/Make_(cyg|vms|mvc)'\ vim/${PORTVERSION:C/\.[0-9a-z]*$//}* |