diff options
author | obrien <obrien@FreeBSD.org> | 2008-09-05 00:59:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-09-05 00:59:05 +0800 |
commit | e78e80aee0afee138b802596b3dd94ef9d8a98d7 (patch) | |
tree | 115d743e846d25091a8a21e264a3bdd6584d03ae /editors/vim/Makefile | |
parent | 5029b1eaf628ff4a9437a551cba645cd8ad49115 (diff) | |
download | freebsd-ports-gnome-e78e80aee0afee138b802596b3dd94ef9d8a98d7.tar.gz freebsd-ports-gnome-e78e80aee0afee138b802596b3dd94ef9d8a98d7.tar.zst freebsd-ports-gnome-e78e80aee0afee138b802596b3dd94ef9d8a98d7.zip |
Update to Vim 7.2 patchlevel 9.
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 a350132e13d3..8c5715ee1e41 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PATCHLEVEL= 6 +PATCHLEVEL= 9 PORTVERSION= 7.2.${PATCHLEVEL} RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} PORTREVISION?= 0 @@ -16,10 +16,10 @@ MASTER_SITES= ${MASTER_SITE_VIM} DISTFILES= ${RELEASE}${EXTRACT_SUFX} 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} +PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ + ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove -#BADPATCHES= +BADPATCHES= 007 #.if !defined(WITH_LANG) #BADPATCHES+= #.endif |