diff options
author | obrien <obrien@FreeBSD.org> | 2000-10-24 18:07:21 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-10-24 18:07:21 +0800 |
commit | 5c8af5638c967155595070347d3bb9a8a1b5d6c0 (patch) | |
tree | 4a225d8ce1b0bfd068833a9aa7902a4fdaf738d6 /editors/vim5/Makefile | |
parent | cf0411464ccf6e81ccdb41dcfdda55d0e717a549 (diff) | |
download | freebsd-ports-graphics-5c8af5638c967155595070347d3bb9a8a1b5d6c0.tar.gz freebsd-ports-graphics-5c8af5638c967155595070347d3bb9a8a1b5d6c0.tar.zst freebsd-ports-graphics-5c8af5638c967155595070347d3bb9a8a1b5d6c0.zip |
Update version 5.7 to patchlevel 12.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r-- | editors/vim5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 3769ace9cfb..c0c1e618299 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 5.7.10 +PORTVERSION= 5.7.12 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ @@ -21,7 +21,7 @@ DISTNAME= vim-5.7 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 # 11 +.for p in 01 02 03 04 05 06 07 08 10 12 PATCHFILES+= 5.7.0${p} .endfor |