diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-31 21:17:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-31 21:17:21 +0000 |
commit | ccbf9a916becbb624cd78d8e34f980646d08bc6d (patch) | |
tree | 13178b1de65fb1596b76fbf861875f3d8ee8c37e /editors/vim/Makefile | |
parent | a8489171c449a3aeeeac608b5e661b74c71776b8 (diff) | |
download | ports-ccbf9a916becbb624cd78d8e34f980646d08bc6d.tar.gz ports-ccbf9a916becbb624cd78d8e34f980646d08bc6d.zip |
Notes
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 4b6a48eb8f81..3880589d4122 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= 32 +PATCHLEVEL= 47 PORTVERSION= 7.3.${PATCHLEVEL} RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} PORTREVISION?= 0 @@ -253,11 +253,13 @@ show-options: @exit 1 .endif -cklatest: - -ncftpls \ +cklatest: .PHONY + @${ECHO} -n "Currently at: " + @${MAKE} -V PATCHLEVEL + -(ncftpls \ ftp://ftp.vim.org/pub/vim/patches/${PORTVERSION:C/\.[0-9a-z]*$//}/ \ | ${SED} -n -e 's/${PORTVERSION:C/[0-9]*$//}\([0-9][0-9][0-9]\)$$/\1/p' \ - | ${TAIL} -1 + | ${TAIL} -1) find-bad-patches: @cd ${DISTDIR} ; egrep -l \ |