aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-30 03:30:56 +0800
committerobrien <obrien@FreeBSD.org>2001-09-30 03:30:56 +0800
commitece48c1e5faebcfa14a830292df36ffd45351c9f (patch)
tree1d1451348594bd084b73e4c0a1a0a39a33679af6 /editors
parent690e87a4ef46c46c5922638133d11e0f625bc176 (diff)
downloadfreebsd-ports-gnome-ece48c1e5faebcfa14a830292df36ffd45351c9f.tar.gz
freebsd-ports-gnome-ece48c1e5faebcfa14a830292df36ffd45351c9f.tar.zst
freebsd-ports-gnome-ece48c1e5faebcfa14a830292df36ffd45351c9f.zip
Update to Vim 6.0 patchlevel 1
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile14
-rw-r--r--editors/vim/distinfo1
-rw-r--r--editors/vim6/Makefile14
-rw-r--r--editors/vim6/distinfo1
4 files changed, 16 insertions, 14 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
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 52abf1a5aaf5..a812d2f14922 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/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/vim6/distinfo b/editors/vim6/distinfo
index 3f3ae189eace..2cb958edd91d 100644
--- a/editors/vim6/distinfo
+++ b/editors/vim6/distinfo
@@ -1 +1,2 @@
MD5 (vim/vim-6.0.tar.bz2) = 9d9ca84d489af6b3f54639dd97af3774
+MD5 (vim/6.0.001) = f0001f677137de0743950f00720a2422