summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd>2017-01-19 09:58:18 +0000
committermarkd <markd>2017-01-19 09:58:18 +0000
commit8e2f3bf36fa5d060f027bcc004926fe8a840076a (patch)
tree084ccab9808c141274314b59938b2a0b2fe72b8e /editors
parentb700ca89636fd652a6d9c2a5a2e811cd4870c08e (diff)
downloadpkgsrc-8e2f3bf36fa5d060f027bcc004926fe8a840076a.tar.gz
PKGREVISION bumps for systemwide vimrc support
Diffstat (limited to 'editors')
-rw-r--r--editors/vim-gtk2/Makefile3
-rw-r--r--editors/vim-gtk3/Makefile3
-rw-r--r--editors/vim-motif/Makefile3
-rw-r--r--editors/vim-xaw/Makefile3
4 files changed, 8 insertions, 4 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile
index eecbfa5aa8f..e857a067d44 100644
--- a/editors/vim-gtk2/Makefile
+++ b/editors/vim-gtk2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2016/11/16 10:38:35 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2017/01/19 09:58:18 markd Exp $
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI
diff --git a/editors/vim-gtk3/Makefile b/editors/vim-gtk3/Makefile
index f00e1aa42f6..9fb279af00e 100644
--- a/editors/vim-gtk3/Makefile
+++ b/editors/vim-gtk3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/10/05 07:33:22 morr Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/19 09:58:18 markd Exp $
PKGNAME= vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK3 GUI
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile
index 21e9a72068a..a8be6178463 100644
--- a/editors/vim-motif/Makefile
+++ b/editors/vim-motif/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2012/10/03 11:43:46 asau Exp $
+# $NetBSD: Makefile,v 1.35 2017/01/19 09:58:18 markd Exp $
PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Motif GUI
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index d4341b6a750..6e93391cc22 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2016/11/16 10:38:35 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2017/01/19 09:58:18 markd Exp $
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Athena GUI
.include "../../editors/vim-share/Makefile.common"