summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-10 16:25:25 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-10 16:25:25 +0000
commit60b0549133d21177b5fdb8e1e6311d95f3f9d0ae (patch)
treedfd7c1f4eea789dc7f5257461939b1b8641220fb /editors/vim/Makefile
parentCorrect the checksum for the bootstrap compiler which I somehow broke (diff)
Update vim 5.5 to patchlevel 67
Notes
Notes: svn path=/head/; revision=23736
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 8a7caab0becc..daa4a7a089a3 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
# $FreeBSD$
#
-PKGVER= 5.5.66
+PKGVER= 5.5.67
DISTNAME= vim-5.5
PKGNAME?= vim-${PKGVER}
CATEGORIES= editors
@@ -20,7 +20,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
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 08 09 11 12 13 14 15 17 18 19 20 21 22 23 25 26 27 29 30 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 59 61 63 64 65 66
+.for p in 01 02 03 04 05 06 08 09 11 12 13 14 15 17 18 19 20 21 22 23 25 26 27 29 30 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 59 61 63 64 65 66 67
PATCHFILES+= 5.5.0${p}
.endfor