aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim5/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-19 01:41:00 +0800
committerobrien <obrien@FreeBSD.org>1999-08-19 01:41:00 +0800
commit02a8596a9e612f056f65205ac12b86ab78867ec5 (patch)
tree903582065444b028940fb6a72a4f2aa1c1f27399 /editors/vim5/Makefile
parent648ecd25314ea1c6b53962b2b64355620f9bc2f4 (diff)
downloadfreebsd-ports-graphics-02a8596a9e612f056f65205ac12b86ab78867ec5.tar.gz
freebsd-ports-graphics-02a8596a9e612f056f65205ac12b86ab78867ec5.tar.zst
freebsd-ports-graphics-02a8596a9e612f056f65205ac12b86ab78867ec5.zip
Update to patchlevel 33.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r--editors/vim5/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 2268f877268..97db4477fee 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -4,11 +4,11 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.45 1999/08/12 10:24:15 obrien Exp $
+# $Id: Makefile,v 1.46 1999/08/15 07:38:34 obrien Exp $
#
DISTNAME= vim-5.4
-PKGNAME= vim-5.4.27
+PKGNAME= vim-5.4.33
CATEGORIES= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
ftp://ftp.nuxi.com/pub/vim/unix/ \
@@ -21,7 +21,8 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX}
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
PATCHFILES= 5.4.1 5.4.2 5.4.3 5.4.4 5.4.5 5.4.6 5.4.7 5.4.8 5.4.9 5.4.10 \
5.4.11 5.4.12 5.4.13 5.4.14 5.4.15 5.4.16 5.4.17 5.4.18 \
- 5.4.19 5.4.20 5.4.21 5.4.22 5.4.23 5.4.24 5.4.25 5.4.26 5.4.27
+ 5.4.19 5.4.20 5.4.21 5.4.22 5.4.23 5.4.24 5.4.25 5.4.26 5.4.27 \
+ 5.4.28 5.4.29 5.4.30 5.4.31 5.4.32 5.4.33
MAINTAINER= obrien@FreeBSD.org