diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-29 19:30:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-29 19:30:56 +0000 |
commit | f47115108122d1c3e791e341c70c15a227598c86 (patch) | |
tree | 6ba58df98efbb6301625c3e38bb59df541f284ea /editors/vim | |
parent | 21d47d459460e9f09ca70ef62ba1e608432d220b (diff) |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 14 | ||||
-rw-r--r-- | editors/vim/distinfo | 1 |
2 files changed, 8 insertions, 7 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 52abf1a5aaf5..a812d2f14922 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 6.0 +PORTVERSION= 6.0.1 PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ @@ -17,12 +17,12 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \ ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ -DISTNAME= vim-${PORTVERSION} +DISTNAME= vim-${PORTVERSION:C/\.[0-9]*$//} PATCH_SITES= ${MASTER_SITES:S/unix/patches/} -#.for p in -#PATCHFILES+= ${PORTVERSION}.0${p} -#.endfor +.for p in 01 +PATCHFILES+= ${PORTVERSION:C/\.[0-9]*$//}.0${p} +.endfor MAINTAINER?= obrien@FreeBSD.org @@ -35,8 +35,8 @@ USE_PYTHON= yes USE_BZIP2= yes DIST_SUBDIR= vim -WRKSRC= ${WRKDIR}/vim${PORTVERSION:S/.//g}/src -PATCH_DIST_ARGS= -d ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} --forward --quiet -E ${PATCH_DIST_STRIP} +WRKSRC= ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src +PATCH_DIST_ARGS= -d ${WRKDIR}/${PORTNAME}${PORTVERSION:C/\.[0-9]*$//:S/.//g} --forward --quiet -E ${PATCH_DIST_STRIP} MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib" ALL_TARGET= # PLIST_SUB= VIM_VER=${DISTNAME:S/-//:S/.//} diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 3f3ae189eace..2cb958edd91d 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1 +1,2 @@ MD5 (vim/vim-6.0.tar.bz2) = 9d9ca84d489af6b3f54639dd97af3774 +MD5 (vim/6.0.001) = f0001f677137de0743950f00720a2422 |