diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-20 17:27:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-20 17:27:45 +0000 |
commit | 98ac5ddaa59715a1f920487b20db9b97f12cfead (patch) | |
tree | 942fd1e7e9235d69bac279c9638baa9357168c79 | |
parent | Update to 1.4. (diff) |
Update to Vim 6.0 Beta "N".
Notes
Notes:
svn path=/head/; revision=35289
-rw-r--r-- | editors/vim/Makefile | 2 | ||||
-rw-r--r-- | editors/vim/distinfo | 4 | ||||
-rw-r--r-- | editors/vim/files/patch-01 | 5 | ||||
-rw-r--r-- | editors/vim6/Makefile | 2 | ||||
-rw-r--r-- | editors/vim6/distinfo | 4 | ||||
-rw-r--r-- | editors/vim6/files/patch-01 | 5 |
6 files changed, 6 insertions, 16 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 47a264a97157..7025d8100e19 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 6.0m +PORTVERSION= 6.0n PORTREVISION= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ diff --git a/editors/vim/distinfo b/editors/vim/distinfo index c56f4aa4248b..91cfd2df6970 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,2 +1,2 @@ -MD5 (vim/vim-6.0m-src.tar.gz) = 41466e497faa6e85f07f2a45d1956f09 -MD5 (vim/vim-6.0m-rt.tar.gz) = 15b324af4f3c8f77e55765ecdb996003 +MD5 (vim/vim-6.0n-src.tar.gz) = 2dc45344d019533a115819f01401520d +MD5 (vim/vim-6.0n-rt.tar.gz) = 3d20300277729a695063aec943b41b03 diff --git a/editors/vim/files/patch-01 b/editors/vim/files/patch-01 index 402665ceb5fd..68ff480de4d5 100644 --- a/editors/vim/files/patch-01 +++ b/editors/vim/files/patch-01 @@ -4,11 +4,6 @@ #CONF_ARGS = --exec-prefix=/usr +CONF_ARGS = --prefix=$(PREFIX) -@@ -457,3 +458,3 @@ - # as root: sysctl -w vm.max_proc_mmap=30000 --EXTRA_LIBS = /usr/local/lib/libefence.a -+#EXTRA_LIBS = /usr/local/lib/libefence.a - @@ -1589,24 +1590,24 @@ $(BINDIR)/$(EXTARGET): - cd $(BINDIR); ln -s $(VIMTARGET) $(EXTARGET) diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 47a264a97157..7025d8100e19 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 6.0m +PORTVERSION= 6.0n PORTREVISION= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ diff --git a/editors/vim6/distinfo b/editors/vim6/distinfo index c56f4aa4248b..91cfd2df6970 100644 --- a/editors/vim6/distinfo +++ b/editors/vim6/distinfo @@ -1,2 +1,2 @@ -MD5 (vim/vim-6.0m-src.tar.gz) = 41466e497faa6e85f07f2a45d1956f09 -MD5 (vim/vim-6.0m-rt.tar.gz) = 15b324af4f3c8f77e55765ecdb996003 +MD5 (vim/vim-6.0n-src.tar.gz) = 2dc45344d019533a115819f01401520d +MD5 (vim/vim-6.0n-rt.tar.gz) = 3d20300277729a695063aec943b41b03 diff --git a/editors/vim6/files/patch-01 b/editors/vim6/files/patch-01 index 402665ceb5fd..68ff480de4d5 100644 --- a/editors/vim6/files/patch-01 +++ b/editors/vim6/files/patch-01 @@ -4,11 +4,6 @@ #CONF_ARGS = --exec-prefix=/usr +CONF_ARGS = --prefix=$(PREFIX) -@@ -457,3 +458,3 @@ - # as root: sysctl -w vm.max_proc_mmap=30000 --EXTRA_LIBS = /usr/local/lib/libefence.a -+#EXTRA_LIBS = /usr/local/lib/libefence.a - @@ -1589,24 +1590,24 @@ $(BINDIR)/$(EXTARGET): - cd $(BINDIR); ln -s $(VIMTARGET) $(EXTARGET) |