diff options
-rw-r--r-- | editors/vim5/Makefile | 8 | ||||
-rw-r--r-- | editors/vim5/distinfo | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index d9138476..342af92 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 diff --git a/editors/vim5/distinfo b/editors/vim5/distinfo index e870b41..7a6d94d 100644 --- a/editors/vim5/distinfo +++ b/editors/vim5/distinfo @@ -1,2 +1,3 @@ MD5 (vim/vim-5.8-src.tar.gz) = 89ab05bb5cd39eeb9e259503436c11ed MD5 (vim/vim-5.8-rt.tar.gz) = f521c6e5f1b6308da9838a92c0ed5a04 +MD5 (vim/5.8.001) = ab4c6930f58979575e60a655dc386d82 |