pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/vim-share Updated editors/vim-share to 7.1.252



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5a0a74c061e
branches:  trunk
changeset: 538643:c5a0a74c061e
user:      martti <martti%pkgsrc.org@localhost>
date:      Fri Feb 15 06:36:10 2008 +0000

description:
Updated editors/vim-share to 7.1.252

* Set "Modified by ${MAINTAINER}" to meet the license requirements
* Changes since 7.1.248

  2144  7.1.249  after "U" the cursor can be past end of line
  1684  7.1.250  error for ":setglobal fenc=anything" when 'modifiable' is off
  3134  7.1.251  accessing freed memory when spell checking enabled
  1399  7.1.252  (after 7.1.243) test 39 fails when locale uses utf-8 encoding

diffstat:

 editors/vim-share/Makefile.common |   7 +++++--
 editors/vim-share/distinfo        |  14 +++++++++++++-
 editors/vim-share/version.mk      |   4 ++--
 3 files changed, 20 insertions(+), 5 deletions(-)

diffs (67 lines):

diff -r 0a9548138870 -r c5a0a74c061e editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Thu Feb 14 21:56:55 2008 +0000
+++ b/editors/vim-share/Makefile.common Fri Feb 15 06:36:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.103 2008/02/13 12:46:26 martti Exp $
+# $NetBSD: Makefile.common,v 1.104 2008/02/15 06:36:10 martti Exp $
 
 # used by editors/vim/Makefile
 # used by editors/vim-gtk/Makefile
@@ -34,7 +34,8 @@
 PATCHFILES+=           7.1.222 7.1.223 7.1.224 7.1.225 7.1.226 7.1.227 7.1.228
 PATCHFILES+=           7.1.229 7.1.230 7.1.231 7.1.232 7.1.233 7.1.234 7.1.235
 PATCHFILES+=           7.1.236 7.1.237 7.1.238 7.1.239 7.1.240 7.1.241 7.1.242
-PATCHFILES+=           7.1.243 7.1.244 7.1.245 7.1.246 7.1.247 7.1.248
+PATCHFILES+=           7.1.243 7.1.244 7.1.245 7.1.246 7.1.247 7.1.248 7.1.249
+PATCHFILES+=           7.1.250 7.1.251 7.1.252
 
 MAINTAINER=            martti%NetBSD.org@localhost
 HOMEPAGE=              http://www.vim.org/
@@ -48,6 +49,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+CONFIGURE_ARGS+=       --with-modified-by="${MAINTAINER}"
+
 # See "configure --help" extra options. These might affect the installed
 # files (and PLIST might not include all files) so use at your own risk!
 CONFIGURE_ARGS+=       ${VIM_EXTRA_OPTS}
diff -r 0a9548138870 -r c5a0a74c061e editors/vim-share/distinfo
--- a/editors/vim-share/distinfo        Thu Feb 14 21:56:55 2008 +0000
+++ b/editors/vim-share/distinfo        Fri Feb 15 06:36:10 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.91 2008/02/13 12:46:26 martti Exp $
+$NetBSD: distinfo,v 1.92 2008/02/15 06:36:10 martti Exp $
 
 SHA1 (vim/7.1.001-100.gz) = 6571772fb45d8b5a28fa7cdee5c131555ac3bb48
 RMD160 (vim/7.1.001-100.gz) = 65aebf5446773169d077f49dcee1e29ea0457cc4
@@ -150,6 +150,18 @@
 SHA1 (vim/7.1.248) = 23d0018706bd62b3dabc7e21eabe834ab5a6e727
 RMD160 (vim/7.1.248) = 67f4cc5993e675b81d2200bb36150405100b1ac2
 Size (vim/7.1.248) = 3691 bytes
+SHA1 (vim/7.1.249) = d4999654d7da8cf965b6127ca659f35559ed3ff2
+RMD160 (vim/7.1.249) = d2cf7f3e4df5bdaf10563ff76b477f86a4e1ab49
+Size (vim/7.1.249) = 2144 bytes
+SHA1 (vim/7.1.250) = 600b1b8149d54a875b1f577f116d2841f369ccaf
+RMD160 (vim/7.1.250) = 2ac6326e8a7c9c06d8bf6b02183cfd2519edcc44
+Size (vim/7.1.250) = 1684 bytes
+SHA1 (vim/7.1.251) = 5abaaa7cceb6134861f8a67c70d2c62a0220c158
+RMD160 (vim/7.1.251) = 8820e10f4f6805625d2263ca084676c8e6f5b296
+Size (vim/7.1.251) = 3134 bytes
+SHA1 (vim/7.1.252) = 2f57b3d98a4ba84fb14488840a567257ce9579cc
+RMD160 (vim/7.1.252) = 3ddbdfc865962b40c6252b098b1ba7879d8920a3
+Size (vim/7.1.252) = 1399 bytes
 SHA1 (vim/vim-7.1-extra.tar.gz) = 65581f63ff3c665e0513ba578d9e80e9e9512aa3
 RMD160 (vim/vim-7.1-extra.tar.gz) = e44bde407fb42233a8fbcc74d96a03650bf863d1
 Size (vim/vim-7.1-extra.tar.gz) = 713842 bytes
diff -r 0a9548138870 -r c5a0a74c061e editors/vim-share/version.mk
--- a/editors/vim-share/version.mk      Thu Feb 14 21:56:55 2008 +0000
+++ b/editors/vim-share/version.mk      Fri Feb 15 06:36:10 2008 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: version.mk,v 1.47 2008/02/13 12:46:26 martti Exp $
+# $NetBSD: version.mk,v 1.48 2008/02/15 06:36:11 martti Exp $
 
 VIM_VERSION=           7.1
-VIM_PATCHLEVEL=                248
+VIM_PATCHLEVEL=                252
 VIM_SUBDIR=            vim71



Home | Main Index | Thread Index | Old Index