diff options
author | obrien <obrien@FreeBSD.org> | 2008-07-18 01:32:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-07-18 01:32:32 +0800 |
commit | fc4a3f392817a654f4a587fd285687c32eca35bc (patch) | |
tree | 948b0d36bf0e9f0a62a821876ea077041a16564e /editors/vim/Makefile | |
parent | 26beaacb3dc167d5cc6e7766dbd970d1a9c0b393 (diff) | |
download | freebsd-ports-gnome-fc4a3f392817a654f4a587fd285687c32eca35bc.tar.gz freebsd-ports-gnome-fc4a3f392817a654f4a587fd285687c32eca35bc.tar.zst freebsd-ports-gnome-fc4a3f392817a654f4a587fd285687c32eca35bc.zip |
Update to Vim 7.1 patchlevel 330.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index c398f33eb372..3e83bddf220f 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PATCHLEVEL= 315 +PATCHLEVEL= 330 PORTVERSION= 7.1.${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= 003 007 041 065 070 072 080 088 091 092 124 128 129 134 146 158 168 196 204 275 278 280 282 283 285 +BADPATCHES= 003 007 041 065 070 072 080 088 091 092 124 128 129 134 146 158 168 196 204 275 278 280 282 283 285 321 .if !defined(WITH_LANG) BADPATCHES+= 312 .endif |