diff options
author | obrien <obrien@FreeBSD.org> | 2001-01-11 00:59:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-01-11 00:59:05 +0800 |
commit | 9967a95baba3727dfa7b18ddbe69478915395fd8 (patch) | |
tree | 8a0274a35594cad1a7dd6a24f65547d6d9ff9247 /editors/vim5/Makefile | |
parent | 48b62d32eb589a75feef0ca8a8b5743a272cb027 (diff) | |
download | freebsd-ports-graphics-9967a95baba3727dfa7b18ddbe69478915395fd8.tar.gz freebsd-ports-graphics-9967a95baba3727dfa7b18ddbe69478915395fd8.tar.zst freebsd-ports-graphics-9967a95baba3727dfa7b18ddbe69478915395fd8.zip |
Update Vim 5.7 to patchlevel 22.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r-- | editors/vim5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 1b6f63a2a89..8754b406a36 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 5.7.20 +PORTVERSION= 5.7.22 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ @@ -21,7 +21,7 @@ DISTNAME= vim-5.7 DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} PATCH_SITES= ${MASTER_SITES:S/unix/patches/} -.for p in 01 02 03 04 05 06 07 08 10 12 13 14 15 16 17 18 19 20 +.for p in 01 02 03 04 05 06 07 08 10 12 13 14 15 16 17 18 19 20 21 22 PATCHFILES+= 5.7.0${p} .endfor |