diff options
author | obrien <obrien@FreeBSD.org> | 2007-06-27 04:57:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-06-27 04:57:10 +0800 |
commit | 5103c42db1f1d016c345401d8bc1e4a7ac47fd61 (patch) | |
tree | f9217eba8d3f2f1266acb6cd0e7d8dcf36dbbc61 /editors/vim/Makefile | |
parent | 1e795074f6d94428acf870169390e802d70e9404 (diff) | |
download | freebsd-ports-gnome-5103c42db1f1d016c345401d8bc1e4a7ac47fd61.tar.gz freebsd-ports-gnome-5103c42db1f1d016c345401d8bc1e4a7ac47fd61.tar.zst freebsd-ports-gnome-5103c42db1f1d016c345401d8bc1e4a7ac47fd61.zip |
Update to Vim 7.1 patchlevel 12.
This is a bug-fix release, there are no fancy new features.
A few new syntax files, filetype plugins, and indent files were added.
Along with additional tutor and keymap translations.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 138e1a090c62..bae8994269c6 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,8 +7,8 @@ # PORTNAME?= vim -PATCHLEVEL= 241 -PORTVERSION= 7.0.${PATCHLEVEL} +PATCHLEVEL= 12 +PORTVERSION= 7.1.${PATCHLEVEL} RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} PORTREVISION?= 0 CATEGORIES?= editors @@ -19,9 +19,9 @@ 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= 005 027 028 032 045 057 065 074 108 130 132 138 156 161 170 171 180 197 198 208 215 232 233 +BADPATCHES= 003 007 .for p in ${BADPATCHES} -PATCHFILES:= ${PATCHFILES:N7.0.${p}} +PATCHFILES:= ${PATCHFILES:N7.1.${p}} .endfor MAINTAINER?= obrien@FreeBSD.org |