diff options
author | obrien <obrien@FreeBSD.org> | 2006-12-14 09:53:34 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-12-14 09:53:34 +0800 |
commit | b5b633d372154ab7a21493b8e374740b3ff488b5 (patch) | |
tree | c93e4e1f2f6e4551b6ef304a634ccd1d7f139083 /editors/vim/Makefile | |
parent | e78e990b8341c3080d226d5f3643e1a40a2f2e3a (diff) | |
download | freebsd-ports-gnome-b5b633d372154ab7a21493b8e374740b3ff488b5.tar.gz freebsd-ports-gnome-b5b633d372154ab7a21493b8e374740b3ff488b5.tar.zst freebsd-ports-gnome-b5b633d372154ab7a21493b8e374740b3ff488b5.zip |
Update to Vim 7.0 patchlevel 178.
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 23dbf347f7a9..1d0707792ce5 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PATCHLEVEL= 168 +PATCHLEVEL= 178 PORTVERSION= 7.0.${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= 005 027 028 032 045 057 065 074 108 130 132 138 156 161 +BADPATCHES= 005 027 028 032 045 057 065 074 108 130 132 138 156 161 170 171 .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N7.0.${p}} .endfor |