aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-03-26 07:16:25 +0800
committermiwi <miwi@FreeBSD.org>2012-03-26 07:16:25 +0800
commite2b6414749fc5f745ca0dc43d14f62a79d87699d (patch)
tree522da5d8c0f884308835e174d035f4ca0d77c09c /editors/vim/Makefile
parenta8731187fee678ee9fb17f92e0a1f6f493c5390d (diff)
downloadfreebsd-ports-gnome-e2b6414749fc5f745ca0dc43d14f62a79d87699d.tar.gz
freebsd-ports-gnome-e2b6414749fc5f745ca0dc43d14f62a79d87699d.tar.zst
freebsd-ports-gnome-e2b6414749fc5f745ca0dc43d14f62a79d87699d.zip
- Update to Vim 7.3 patchlevel 480.
Approved by: maintainer timeout Feature safe: yes
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 5b7d46756016..b05f27796988 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -10,7 +10,7 @@ PORTNAME?= vim
# ! _NEVER_ reduce or lower PATCHLEVEL, even if the PATCHLEVEL
# ! value # is added to BADPATCHES. Doing otherwise will cause
# ! PORTEPOCH to be needed, which we do NOT want.
-PATCHLEVEL= 121
+PATCHLEVEL= 480
PORTVERSION= 7.3.${PATCHLEVEL}
RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//}
PORTREVISION?= 0
@@ -23,10 +23,10 @@ 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=
-#.for p in ${BADPATCHES}
-#PATCHFILES:= ${PATCHFILES:N7.3.${p}}
-#.endfor
+BADPATCHES= 122 225 235 246 247 252 253 336 386 387 400 434
+.for p in ${BADPATCHES}
+PATCHFILES:= ${PATCHFILES:N7.3.${p}}
+.endfor
MAINTAINER?= obrien@FreeBSD.org
COMMENT?= Vi "workalike", with many additional features