diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-06 01:06:46 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-06 01:06:46 +0800 |
commit | c5f6aaa0a2e45db668aeddcc5ace2ed4eae63c01 (patch) | |
tree | 080da2f0e8942049d567a91a3dd49f9c2ffed0dc /editors/vim5/Makefile | |
parent | 1965d39ebcc604c98834128c153433b23e0bbf02 (diff) | |
download | freebsd-ports-gnome-c5f6aaa0a2e45db668aeddcc5ace2ed4eae63c01.tar.gz freebsd-ports-gnome-c5f6aaa0a2e45db668aeddcc5ace2ed4eae63c01.tar.zst freebsd-ports-gnome-c5f6aaa0a2e45db668aeddcc5ace2ed4eae63c01.zip |
Update Vim 5.8 to patchlevel 1.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r-- | editors/vim5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index d91384761284..342af9287067 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 5.8 +PORTVERSION= 5.8.1 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://relay.nuxi.com/pub/vim/unreleased/unix/ \ @@ -21,9 +21,9 @@ DISTNAME= vim-${PORTVERSION:C/\.[a-z]+$//g} 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 21 22 23 24 25 27 28 29 30 -#PATCHFILES+= 5.8.0${p} -#.endfor +.for p in 01 +PATCHFILES+= 5.8.0${p} +.endfor MAINTAINER?= obrien@FreeBSD.org |