diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-06 23:03:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-06 23:03:30 +0800 |
commit | b6bbd342d9982a1938ca2115f79b463b31c61eac (patch) | |
tree | ff1fb8cdac5b1ca2a8e182e27ba37f13ea1af1e6 /editors/vim/Makefile | |
parent | 462c4958efaac424a09858893496c2380ee6fc30 (diff) | |
download | freebsd-ports-gnome-b6bbd342d9982a1938ca2115f79b463b31c61eac.tar.gz freebsd-ports-gnome-b6bbd342d9982a1938ca2115f79b463b31c61eac.tar.zst freebsd-ports-gnome-b6bbd342d9982a1938ca2115f79b463b31c61eac.zip |
Update 5.5 to patchlevel 55.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 36a8523c41c3..90f52e1b0b01 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # $FreeBSD$ # -PKGVER= 5.5.51 +PKGVER= 5.5.55 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 +.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 PATCHFILES+= 5.5.0${p} .endfor |