diff options
author | ghen <ghen@pkgsrc.org> | 2006-11-23 12:36:08 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-11-23 12:36:08 +0000 |
commit | 7acb81c039f5d086e939eacb62ecb4832275e8a8 (patch) | |
tree | 1472e96e7abf908b87c46ce46da84c666cae2eb6 /editors/vim-share | |
parent | e4d502c3f51737d57babd567f26c8eb4e15339b6 (diff) | |
download | pkgsrc-7acb81c039f5d086e939eacb62ecb4832275e8a8.tar.gz |
Enable "ipfilter" syntax highlighting for ipf6.conf as well. Bump PKGREVISION.
Diffstat (limited to 'editors/vim-share')
-rw-r--r-- | editors/vim-share/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-share/distinfo | 3 | ||||
-rw-r--r-- | editors/vim-share/patches/patch-ae | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index 50eb5ab697d..9d807b37202 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2006/10/17 11:43:14 seb Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/23 12:36:08 ghen Exp $ PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL} -#PKGREVISION= 1 +PKGREVISION= 1 COMMENT= Data files for the vim editor (vi clone) diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo index e3afd1d46a7..0f53f1b95f7 100644 --- a/editors/vim-share/distinfo +++ b/editors/vim-share/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.59 2006/11/13 10:42:49 martti Exp $ +$NetBSD: distinfo,v 1.60 2006/11/23 12:36:08 ghen Exp $ SHA1 (vim/7.0.001-100.gz) = cc3faa6722a70f1580438df7ddf498607e9e920f RMD160 (vim/7.0.001-100.gz) = 247d4823f18768fa08c4e7ebc470bf2eb215537b @@ -201,4 +201,5 @@ Size (vim/vim-7.0.tar.bz2) = 6575205 bytes SHA1 (patch-aa) = 6490dce35e099967272a84dd96b16cc3db0b4d53 SHA1 (patch-ab) = 1ee4f14cb6c73743704d2dd2631cb3ca48f0303e SHA1 (patch-ad) = d7ef448172d45e133e43fe1f07a1bcd74a8f0844 +SHA1 (patch-ae) = e5d0a2ab36e94ee59b17dcac030ba5ccbe384612 SHA1 (patch-zb) = d52bdc3b77c30c804e78c2c6a4182fad8096c9f0 diff --git a/editors/vim-share/patches/patch-ae b/editors/vim-share/patches/patch-ae new file mode 100644 index 00000000000..c69d601dbf8 --- /dev/null +++ b/editors/vim-share/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2006/11/23 12:36:08 ghen Exp $ + +--- runtime/filetype.vim.orig 2006-05-02 20:15:45.000000000 +0200 ++++ runtime/filetype.vim +@@ -745,7 +745,7 @@ au BufNewFile,BufRead .indent.pro setf + au BufNewFile,BufRead *.inf,*.INF setf inform + + " Ipfilter +-au BufNewFile,BufRead ipf.conf,ipf.rules setf ipfilter ++au BufNewFile,BufRead ipf.conf,ipf6.conf,ipf.rules setf ipfilter + + " Informix 4GL (source - canonical, include file, I4GL+M4 preproc.) + au BufNewFile,BufRead *.4gl,*.4gh,*.m4gl setf fgl |