diff options
author | obrien <obrien@FreeBSD.org> | 2009-05-19 22:56:57 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2009-05-19 22:56:57 +0800 |
commit | 7542d020380ee05e8ae10101cc8706f424c1c99b (patch) | |
tree | f192c12d51be112220f20cfba1bf9a8f6ea20faa /editors/vim/Makefile | |
parent | 7bc66cfe2e8f242ce9b592f1649274e1c3660053 (diff) | |
download | freebsd-ports-gnome-7542d020380ee05e8ae10101cc8706f424c1c99b.tar.gz freebsd-ports-gnome-7542d020380ee05e8ae10101cc8706f424c1c99b.tar.zst freebsd-ports-gnome-7542d020380ee05e8ae10101cc8706f424c1c99b.zip |
Update to Vim 7.2 patchlevel 171.
(there is an issue with patch 173 that holds back updating past PL 171)
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 cffb969c24a3..52942f7cb0b7 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,10 +7,10 @@ # PORTNAME?= vim -PATCHLEVEL= 166 +PATCHLEVEL= 171 PORTVERSION= 7.2.${PATCHLEVEL} RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ${MASTER_SITE_VIM} DISTFILES= ${RELEASE}${EXTRACT_SUFX} @@ -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 071 072 074 088 089 093 101 138 150 +BADPATCHES= 007 027 030 036 041 049 071 072 074 088 089 093 101 138 150 172 173 #.if !defined(WITH_LANG) #BADPATCHES+= #.endif |