summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-05-26 20:09:35 +0000
committerjmmv <jmmv@pkgsrc.org>2005-05-26 20:09:35 +0000
commit7e570f495a28434013bb496a8d2ed8a77f4320a8 (patch)
treec98ce01148ec03b630fb0f67d8c6037ac1d81a39 /editors/vim-share
parent8d0398aaf9e5ead7d659409367f388cda3932bfa (diff)
downloadpkgsrc-7e570f495a28434013bb496a8d2ed8a77f4320a8.tar.gz
Apply patch to recognize NetBSD specific filesystems in fstab. Provided
by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/Makefile3
-rw-r--r--editors/vim-share/distinfo3
-rw-r--r--editors/vim-share/patches/patch-ab13
3 files changed, 17 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index c44efd41dd0..b1d36698e80 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2005/01/25 13:48:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/26 20:09:35 jmmv Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo
index c4c8dd67924..665ae652365 100644
--- a/editors/vim-share/distinfo
+++ b/editors/vim-share/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2005/05/16 13:39:04 martti Exp $
+$NetBSD: distinfo,v 1.34 2005/05/26 20:09:35 jmmv Exp $
SHA1 (vim/vim-6.3.tar.bz2) = 76f663277140d314ecfafecb0307e832bdbbaf06
RMD160 (vim/vim-6.3.tar.bz2) = 321c59d62f6fce99396be33875ec5a7d84944525
@@ -187,5 +187,6 @@ SHA1 (vim/6.3.071) = b7939f9b10ced7def3f1bf3d6389d53c740b2149
RMD160 (vim/6.3.071) = 77eebeb49892a2595ebd87e532a524bf0ce1f112
Size (vim/6.3.071) = 1722 bytes
SHA1 (patch-aa) = 226983cd130c91de83f46baa38d18b243bd029c8
+SHA1 (patch-ab) = 2f748490348d0bc39a005bd7cbb784fd4709da75
SHA1 (patch-ad) = 305b3f9cd2837482362c0176b8e2025ffb0eb254
SHA1 (patch-zb) = 3966ea9713cbf5d26072592443080c1884f48e75
diff --git a/editors/vim-share/patches/patch-ab b/editors/vim-share/patches/patch-ab
new file mode 100644
index 00000000000..89ad3906914
--- /dev/null
+++ b/editors/vim-share/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2005/05/26 20:09:35 jmmv Exp $
+
+--- runtime/syntax/fstab.vim.orig 2005-05-21 16:05:10.000000000 +0200
++++ runtime/syntax/fstab.vim 2005-05-21 16:10:27.000000000 +0200
+@@ -32,7 +32,7 @@
+ " Type
+ syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeError
+ syn match fsTypeError /\s\+\zs\w\+/ contained
+-syn keyword fsTypeKeyword contained adfs affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext3 fdesc hfs hpfs iso9660 kernfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null portal proc procfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs
++syn keyword fsTypeKeyword contained adfs ados affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 kernfs lfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null overlay portal proc procfs ptyfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs
+
+ " Options
+ " -------