diff options
author | martti <martti@pkgsrc.org> | 2001-10-22 06:46:02 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-22 06:46:02 +0000 |
commit | c756eb40fab57cc77ab2a6dc3e0fcd1bfa10d0e1 (patch) | |
tree | 1f03f2b931c0eb315d3fdeea53c8969283b58095 /editors | |
parent | 1e2c4382adcc18c65dfbde47e5bbfb83d647cdf3 (diff) | |
download | pkgsrc-c756eb40fab57cc77ab2a6dc3e0fcd1bfa10d0e1.tar.gz |
Updated to 6.0.18. Changes since 6.0.11:
6.0.012 IGNORED (Polish message translations fix)
6.0.013 ":silent! cmd" sometimes still gives an error message
6.0.014 can modify buffer while 'modifiable' is off
6.0.015 get an error message for deleting b:did_ftplugin
6.0.016 bufnr(), bufname(), etc. did not find unlisted buffers
6.0.017 the "Co" termcap entry was sometimes set to the wrong value
6.0.018 initializing 'encoding' may cause a crash
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-share/Makefile.common | 10 | ||||
-rw-r--r-- | editors/vim-share/distinfo | 14 |
2 files changed, 20 insertions, 4 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index cc6c18cb79d..80a685a0752 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.common,v 1.12 2001/10/09 10:11:33 martti Exp $ -VIM_VERSION= 6.0.11 +# $NetBSD: Makefile.common,v 1.13 2001/10/22 06:46:02 martti Exp $ +VIM_VERSION= 6.0.18 DISTNAME= vim-${VIM_VERSION:C/\.[0-9]*$//} CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ @@ -8,8 +8,12 @@ MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ DIST_SUBDIR= vim EXTRACT_SUFX= .tar.bz2 +# +# Notes: +# - patch 12 was ignored +# PATCH_SITES= ${MASTER_SITES:S/unix/patches/} -.for p in 01 02 03 04 05 06 07 08 09 10 11 +.for p in 01 02 03 04 05 06 07 08 09 10 11 13 14 15 16 17 18 PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.0${p} .endfor diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo index fb0127c72eb..5456be59d9f 100644 --- a/editors/vim-share/distinfo +++ b/editors/vim-share/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2001/10/09 10:11:33 martti Exp $ +$NetBSD: distinfo,v 1.10 2001/10/22 06:46:02 martti Exp $ SHA1 (vim/vim-6.0.tar.bz2) = 65f3a54e2d04c20b7ffb0ae59741f97021dac49a Size (vim/vim-6.0.tar.bz2) = 2776551 bytes @@ -24,6 +24,18 @@ SHA1 (vim/6.0.010) = 5ec4254a396b751b7d137de6982644d876d23cae Size (vim/6.0.010) = 1613 bytes SHA1 (vim/6.0.011) = 8aa4126baba5689740a8163fac35ecac68d2f165 Size (vim/6.0.011) = 2653 bytes +SHA1 (vim/6.0.013) = 7cbceb66a689584f69aebbc61509ad95afd68436 +Size (vim/6.0.013) = 2041 bytes +SHA1 (vim/6.0.014) = 036bd851b95d202be94c5bcb9c83a36412d95229 +Size (vim/6.0.014) = 1503 bytes +SHA1 (vim/6.0.015) = c2a6ed07eec0fe7a38fa87c6ab7468f025d12398 +Size (vim/6.0.015) = 2255 bytes +SHA1 (vim/6.0.016) = 9eadc72604834e86878313295614f30ddc3e2c07 +Size (vim/6.0.016) = 1575 bytes +SHA1 (vim/6.0.017) = 9d3f6a24811be834c9027d04a75d475d408b046a +Size (vim/6.0.017) = 1687 bytes +SHA1 (vim/6.0.018) = b7546dca6e1716e23d39d06ff5a47a790e6ee315 +Size (vim/6.0.018) = 1879 bytes SHA1 (patch-aa) = 8176260aff9176f350c4534f52bce0080fedd28b SHA1 (patch-ad) = 34e1420b7cbf25fb0394a36c32faf2e03c54b386 SHA1 (patch-zb) = 41f58d90a14f47b0bf242bb90178f0c872e4b022 |