pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/vim-share Enable "ipfilter" syntax highlightin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b582d0ed1f4
branches:  trunk
changeset: 521824:0b582d0ed1f4
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Nov 23 12:36:08 2006 +0000

description:
Enable "ipfilter" syntax highlighting for ipf6.conf as well.  Bump PKGREVISION.

diffstat:

 editors/vim-share/Makefile         |   4 ++--
 editors/vim-share/distinfo         |   3 ++-
 editors/vim-share/patches/patch-ae |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 987e0ea6e685 -r 0b582d0ed1f4 editors/vim-share/Makefile
--- a/editors/vim-share/Makefile        Thu Nov 23 11:57:07 2006 +0000
+++ b/editors/vim-share/Makefile        Thu Nov 23 12:36:08 2006 +0000
@@ -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 -r 987e0ea6e685 -r 0b582d0ed1f4 editors/vim-share/distinfo
--- a/editors/vim-share/distinfo        Thu Nov 23 11:57:07 2006 +0000
+++ b/editors/vim-share/distinfo        Thu Nov 23 12:36:08 2006 +0000
@@ -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 @@
 SHA1 (patch-aa) = 6490dce35e099967272a84dd96b16cc3db0b4d53
 SHA1 (patch-ab) = 1ee4f14cb6c73743704d2dd2631cb3ca48f0303e
 SHA1 (patch-ad) = d7ef448172d45e133e43fe1f07a1bcd74a8f0844
+SHA1 (patch-ae) = e5d0a2ab36e94ee59b17dcac030ba5ccbe384612
 SHA1 (patch-zb) = d52bdc3b77c30c804e78c2c6a4182fad8096c9f0
diff -r 987e0ea6e685 -r 0b582d0ed1f4 editors/vim-share/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/vim-share/patches/patch-ae        Thu Nov 23 12:36:08 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index