aboutsummaryrefslogtreecommitdiff
path: root/editors/vim5/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-10 16:59:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-10 16:59:05 +0000
commit29963f510e540e81f3d9b2111a2491b843f53132 (patch)
tree5b0003fafa92d77a172d6ee3f06de66aef58e9fa /editors/vim5/Makefile
parentc3dc591a25d27b6b2f8a6132dcbf3d038cbc4c56 (diff)
downloadports-29963f510e540e81f3d9b2111a2491b843f53132.tar.gz
ports-29963f510e540e81f3d9b2111a2491b843f53132.zip
Notes
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r--editors/vim5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 1b6f63a2a89a..8754b406a36c 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