summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-28 11:30:51 +0000
committerwiz <wiz@pkgsrc.org>2022-06-28 11:30:51 +0000
commit5da87348cb57d8d1df6910cb892114c53beab8b0 (patch)
tree9d7168f3a6d792571ef549968fcd7b60801605fd /editors
parent75ccf1258b667ad0853010a88fa61bc96ac3d233 (diff)
downloadpkgsrc-5da87348cb57d8d1df6910cb892114c53beab8b0.tar.gz
*: recursive bump for perl 5.36
Diffstat (limited to 'editors')
-rw-r--r--editors/TeXmacs/Makefile4
-rw-r--r--editors/beaver/Makefile4
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs20/Makefile4
-rw-r--r--editors/emacs20/buildlink3.mk3
-rw-r--r--editors/emacs21/Makefile4
-rw-r--r--editors/emacs21/buildlink3.mk3
-rw-r--r--editors/gedit/Makefile4
-rw-r--r--editors/helix/Makefile4
-rw-r--r--editors/kile/Makefile4
-rw-r--r--editors/l3afpad/Makefile4
-rw-r--r--editors/le/Makefile4
-rw-r--r--editors/lyx/Makefile4
-rw-r--r--editors/nvi-m17n/Makefile4
-rw-r--r--editors/p5-Acme-Padre-PlayCode/Makefile4
-rw-r--r--editors/p5-PPIx-EditorTools/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Autoformat/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Catalyst/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-DataWalker/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Debugger/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Ecliptic/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Encrypt/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Git/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-HG/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Kate/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Nopaste/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-PerlCritic/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-PerlTidy/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-SVN/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-SpellCheck/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-Vi/Makefile4
-rw-r--r--editors/p5-Padre-Plugin-XS/Makefile4
-rw-r--r--editors/p5-Padre/Makefile4
-rw-r--r--editors/pluma/Makefile4
-rw-r--r--editors/qtcreator/Makefile4
-rw-r--r--editors/tp-note/Makefile3
-rw-r--r--editors/vigor/Makefile4
-rw-r--r--editors/vile/Makefile3
-rw-r--r--editors/vim-share/Makefile3
-rw-r--r--editors/xemacs-current/Makefile4
-rw-r--r--editors/xemacs-current/buildlink3.mk3
-rw-r--r--editors/xemacs-packages/Makefile4
-rw-r--r--editors/xemacs/Makefile4
-rw-r--r--editors/xemacs/buildlink3.mk3
-rw-r--r--editors/xvile/Makefile3
-rw-r--r--editors/zile/Makefile4
46 files changed, 92 insertions, 84 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index cc55121829a..dc7fb0ecea2 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.151 2022/04/18 19:10:56 adam Exp $
+# $NetBSD: Makefile,v 1.152 2022/06/28 11:33:45 wiz Exp $
#
# changelog at http://www.texmacs.org/tmweb/about/changes.en.html
DISTNAME= TeXmacs-1.99.13-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
MASTER_SITES+= http://www.texmacs.org/Download/ftp/tmftp/source/
diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile
index a065249ba88..0bc4a9c03b6 100644
--- a/editors/beaver/Makefile
+++ b/editors/beaver/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2021/12/08 16:04:08 adam Exp $
+# $NetBSD: Makefile,v 1.54 2022/06/28 11:33:45 wiz Exp $
DISTNAME= beaver-0.4.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beaver-editor/}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 58198b46fdc..62e5a1adaef 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.160 2013/05/31 12:40:58 wiz Exp $
+# $NetBSD: Makefile,v 1.161 2022/06/28 11:33:45 wiz Exp $
DISTNAME= emacs-${MY_EMACS_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
MYPKGREVISION= 0 # Do not remove this when zero
.include "../../editors/emacs/Makefile.common"
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index fd0bb0c8c14..e5eeee88ca0 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2021/10/06 15:33:03 nia Exp $
+# $NetBSD: Makefile,v 1.65 2022/06/28 11:33:45 wiz Exp $
DISTNAME= emacs-20.7
PKGNAME= ${DISTNAME:S/emacs/emacs20/}
-PKGREVISION= 25
+PKGREVISION= 26
CATEGORIES= editors
MASTER_SITES= http://ftp.gnu.org/pub/old-gnu/emacs/
MASTER_SITES+= ftp://ftp.gnu.org/pub/old-gnu/emacs
diff --git a/editors/emacs20/buildlink3.mk b/editors/emacs20/buildlink3.mk
index 273598e06c7..c72c961dc96 100644
--- a/editors/emacs20/buildlink3.mk
+++ b/editors/emacs20/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2009/03/20 19:24:31 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/06/28 11:33:45 wiz Exp $
#
BUILDLINK_TREE+= emacs
@@ -8,6 +8,7 @@ EMACS_BUILDLINK3_MK:=
.include "../../editors/emacs/modules.mk"
BUILDLINK_API_DEPENDS.emacs+= ${_EMACS_REQD}
+BUILDLINK_ABI_DEPENDS.emacs?= emacs20>=20.7nb26
BUILDLINK_PKGSRCDIR.emacs?= ${_EMACS_PKGDIR}
BUILDLINK_CONTENTS_FILTER.emacs= ${EGREP} '.*\.el$$|.*\.elc$$'
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile
index e5a22e54633..3465d8bbf7d 100644
--- a/editors/emacs21/Makefile
+++ b/editors/emacs21/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2021/10/06 15:33:03 nia Exp $
+# $NetBSD: Makefile,v 1.47 2022/06/28 11:33:45 wiz Exp $
-PKGREVISION= 44
+PKGREVISION= 45
CATEGORIES= editors
CONFLICTS+= emacs21-nox11-[0-9]*
diff --git a/editors/emacs21/buildlink3.mk b/editors/emacs21/buildlink3.mk
index da53e6597d3..5775c9c00d0 100644
--- a/editors/emacs21/buildlink3.mk
+++ b/editors/emacs21/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:24:31 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/06/28 11:33:45 wiz Exp $
#
BUILDLINK_TREE+= emacs
@@ -8,6 +8,7 @@ EMACS_BUILDLINK3_MK:=
.include "../../editors/emacs/modules.mk"
BUILDLINK_API_DEPENDS.emacs+= ${_EMACS_REQD}
+BUILDLINK_ABI_DEPENDS.emacs?= emacs21>=21.4anb45
BUILDLINK_PKGSRCDIR.emacs?= ${_EMACS_PKGDIR}
BUILDLINK_CONTENTS_FILTER.emacs= ${EGREP} '.*\.el$$|.*\.elc$$'
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index c086cec5d1e..f9f951d18cc 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.166 2022/04/18 19:10:57 adam Exp $
+# $NetBSD: Makefile,v 1.167 2022/06/28 11:33:45 wiz Exp $
DISTNAME= gedit-3.36.2
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/editors/helix/Makefile b/editors/helix/Makefile
index 91e4e6106f0..5b312f47e57 100644
--- a/editors/helix/Makefile
+++ b/editors/helix/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/04/16 22:09:48 nikita Exp $
+# $NetBSD: Makefile,v 1.6 2022/06/28 11:33:46 wiz Exp $
GITHUB_PROJECT= helix
DISTNAME= 22.03
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=helix-editor/}
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index c5bf8ba92a1..96730701ca1 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.129 2022/05/04 21:05:41 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2022/06/28 11:33:46 wiz Exp $
DISTNAME= kile-2.9.93
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/l3afpad/Makefile b/editors/l3afpad/Makefile
index 300819227f3..c97fddbab8f 100644
--- a/editors/l3afpad/Makefile
+++ b/editors/l3afpad/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2021/12/08 16:04:11 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/06/28 11:33:46 wiz Exp $
DISTNAME= l3afpad-0.8.18.1.11
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=stevenhoneyman/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/editors/le/Makefile b/editors/le/Makefile
index 90fcb507a19..fb012cfe709 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/06/27 15:29:15 fcambus Exp $
+# $NetBSD: Makefile,v 1.8 2022/06/28 11:33:46 wiz Exp $
DISTNAME= le-1.16.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://lav.yar.ru/download/le/
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile
index b6815a9704d..37128e79557 100644
--- a/editors/lyx/Makefile
+++ b/editors/lyx/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2022/04/18 19:10:58 adam Exp $
+# $NetBSD: Makefile,v 1.107 2022/06/28 11:33:46 wiz Exp $
DISTNAME= lyx-2.3.6.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/
MASTER_SITES+= ftp://ftp.sdsc.edu/pub/other/lyx/stable/2.3.x/
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile
index 230cf1fee45..d19db1b20c7 100644
--- a/editors/nvi-m17n/Makefile
+++ b/editors/nvi-m17n/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2021/05/24 19:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2022/06/28 11:33:46 wiz Exp $
DISTNAME= nvi-1.79
PKGNAME= nvi-m17n-1.79.20040608
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= editors
MASTER_SITES= http://www.bostic.com/files/
diff --git a/editors/p5-Acme-Padre-PlayCode/Makefile b/editors/p5-Acme-Padre-PlayCode/Makefile
index a511b382610..ac163a9ac75 100644
--- a/editors/p5-Acme-Padre-PlayCode/Makefile
+++ b/editors/p5-Acme-Padre-PlayCode/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2021/05/24 19:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/06/28 11:33:46 wiz Exp $
#
DISTNAME= Acme-Padre-PlayCode-0.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Acme/}
diff --git a/editors/p5-PPIx-EditorTools/Makefile b/editors/p5-PPIx-EditorTools/Makefile
index 33f1d71cc6a..37bc8f51754 100644
--- a/editors/p5-PPIx-EditorTools/Makefile
+++ b/editors/p5-PPIx-EditorTools/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2021/05/24 19:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2022/06/28 11:33:46 wiz Exp $
DISTNAME= PPIx-EditorTools-0.21
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/}
diff --git a/editors/p5-Padre-Plugin-Autoformat/Makefile b/editors/p5-Padre-Plugin-Autoformat/Makefile
index 072f5ab65cd..0263e1da384 100644
--- a/editors/p5-Padre-Plugin-Autoformat/Makefile
+++ b/editors/p5-Padre-Plugin-Autoformat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2021/05/24 19:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/06/28 11:33:47 wiz Exp $
DISTNAME= Padre-Plugin-Autoformat-1.22
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-Catalyst/Makefile b/editors/p5-Padre-Plugin-Catalyst/Makefile
index ebbf859773f..624aa1b3d81 100644
--- a/editors/p5-Padre-Plugin-Catalyst/Makefile
+++ b/editors/p5-Padre-Plugin-Catalyst/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/28 11:33:47 wiz Exp $
DISTNAME= Padre-Plugin-Catalyst-0.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-DataWalker/Makefile b/editors/p5-Padre-Plugin-DataWalker/Makefile
index 805b80c2be2..fe7ba678f07 100644
--- a/editors/p5-Padre-Plugin-DataWalker/Makefile
+++ b/editors/p5-Padre-Plugin-DataWalker/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2021/05/24 19:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/06/28 11:33:47 wiz Exp $
DISTNAME= Padre-Plugin-DataWalker-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-Debugger/Makefile b/editors/p5-Padre-Plugin-Debugger/Makefile
index 54f753f14ba..274e2235aa6 100644
--- a/editors/p5-Padre-Plugin-Debugger/Makefile
+++ b/editors/p5-Padre-Plugin-Debugger/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2021/05/24 19:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/06/28 11:33:47 wiz Exp $
#
VERSION= 0.3
PKGNAME= p5-Padre-Plugin-Debugger-${VERSION}
GITHUB_PROJECT= ${PKGBASE:S/p5-//:tl}
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= editors devel perl5
MASTER_SITES= ${MASTER_SITE_GITHUB:=pmakholm/}
GITHUB_TAG= v${VERSION}
diff --git a/editors/p5-Padre-Plugin-Ecliptic/Makefile b/editors/p5-Padre-Plugin-Ecliptic/Makefile
index 34866a9bc92..f8bb5a34f17 100644
--- a/editors/p5-Padre-Plugin-Ecliptic/Makefile
+++ b/editors/p5-Padre-Plugin-Ecliptic/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2021/05/24 19:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/06/28 11:33:47 wiz Exp $
#
DISTNAME= Padre-Plugin-Ecliptic-0.23
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-Encrypt/Makefile b/editors/p5-Padre-Plugin-Encrypt/Makefile
index 3478c2947f0..21622ddd876 100644
--- a/editors/p5-Padre-Plugin-Encrypt/Makefile
+++ b/editors/p5-Padre-Plugin-Encrypt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/06/28 11:33:47 wiz Exp $
DISTNAME= Padre-Plugin-Encrypt-0.12
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5 security
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-Git/Makefile b/editors/p5-Padre-Plugin-Git/Makefile
index 153cb3d3c91..95910b38642 100644
--- a/editors/p5-Padre-Plugin-Git/Makefile
+++ b/editors/p5-Padre-Plugin-Git/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/28 11:33:47 wiz Exp $
DISTNAME= Padre-Plugin-Git-0.12
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-HG/Makefile b/editors/p5-Padre-Plugin-HG/Makefile
index 6fd0d87f6f6..b5c95671867 100644
--- a/editors/p5-Padre-Plugin-HG/Makefile
+++ b/editors/p5-Padre-Plugin-HG/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/06/28 11:33:47 wiz Exp $
DISTNAME= Padre-Plugin-HG-0.17
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-Kate/Makefile b/editors/p5-Padre-Plugin-Kate/Makefile
index fff50d876eb..d6472c4c3ce 100644
--- a/editors/p5-Padre-Plugin-Kate/Makefile
+++ b/editors/p5-Padre-Plugin-Kate/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/06/28 11:33:47 wiz Exp $
DISTNAME= Padre-Plugin-Kate-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-Nopaste/Makefile b/editors/p5-Padre-Plugin-Nopaste/Makefile
index d83d34bc8c9..046e9153410 100644
--- a/editors/p5-Padre-Plugin-Nopaste/Makefile
+++ b/editors/p5-Padre-Plugin-Nopaste/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/06/28 11:33:48 wiz Exp $
DISTNAME= Padre-Plugin-Nopaste-0.08
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-PerlCritic/Makefile b/editors/p5-Padre-Plugin-PerlCritic/Makefile
index 9abf54664a6..f7f3ed64cd4 100644
--- a/editors/p5-Padre-Plugin-PerlCritic/Makefile
+++ b/editors/p5-Padre-Plugin-PerlCritic/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/28 11:33:48 wiz Exp $
#
DISTNAME= Padre-Plugin-PerlCritic-0.12
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= editors devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-PerlTidy/Makefile b/editors/p5-Padre-Plugin-PerlTidy/Makefile
index 33349fcf19f..762bc6b7029 100644
--- a/editors/p5-Padre-Plugin-PerlTidy/Makefile
+++ b/editors/p5-Padre-Plugin-PerlTidy/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/28 11:33:48 wiz Exp $
#
DISTNAME= Padre-Plugin-PerlTidy-0.22
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= editors devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-SVN/Makefile b/editors/p5-Padre-Plugin-SVN/Makefile
index 6705d3d7a9a..935d7641ff0 100644
--- a/editors/p5-Padre-Plugin-SVN/Makefile
+++ b/editors/p5-Padre-Plugin-SVN/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/06/28 11:33:48 wiz Exp $
#
DISTNAME= Padre-Plugin-SVN-0.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-SpellCheck/Makefile b/editors/p5-Padre-Plugin-SpellCheck/Makefile
index 390fd1a1545..0fc829be5d1 100644
--- a/editors/p5-Padre-Plugin-SpellCheck/Makefile
+++ b/editors/p5-Padre-Plugin-SpellCheck/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2021/05/24 19:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/06/28 11:33:48 wiz Exp $
DISTNAME= Padre-Plugin-SpellCheck-1.33
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre-Plugin-Vi/Makefile b/editors/p5-Padre-Plugin-Vi/Makefile
index 455f1c62b74..5ef6fc7026e 100644
--- a/editors/p5-Padre-Plugin-Vi/Makefile
+++ b/editors/p5-Padre-Plugin-Vi/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:52:08 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/28 11:33:48 wiz Exp $
DISTNAME= Padre-Plugin-Vi-0.23.0
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
WRKSRC= ${WRKDIR}/${DISTNAME:S/.0//}
diff --git a/editors/p5-Padre-Plugin-XS/Makefile b/editors/p5-Padre-Plugin-XS/Makefile
index 5792b51fe4a..346ecb91e62 100644
--- a/editors/p5-Padre-Plugin-XS/Makefile
+++ b/editors/p5-Padre-Plugin-XS/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2022/03/24 19:26:13 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/06/28 11:33:48 wiz Exp $
DISTNAME= Padre-Plugin-XS-0.12
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index 421a045c9a1..64c189bb24a 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2021/12/08 16:04:11 adam Exp $
+# $NetBSD: Makefile,v 1.67 2022/06/28 11:33:46 wiz Exp $
DISTNAME= Padre-1.00
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index 00d38966309..6c96b4e8233 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2022/04/18 19:10:58 adam Exp $
+# $NetBSD: Makefile,v 1.44 2022/06/28 11:33:48 wiz Exp $
PYTHON_VERSIONS_INCOMPATIBLE= 27
-PKGREVISION= 5
+PKGREVISION= 6
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= pluma-${VERSION:R}.2
diff --git a/editors/qtcreator/Makefile b/editors/qtcreator/Makefile
index a2d180914e5..cd9b412849e 100644
--- a/editors/qtcreator/Makefile
+++ b/editors/qtcreator/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2022/04/18 19:10:58 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/06/28 11:33:48 wiz Exp $
DISTNAME= qt-creator-opensource-src-5.0.3
PKGNAME= ${DISTNAME:S/qt-/qt/:S/-opensource-src//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= editors
MASTER_SITES= http://download.qt.io/official_releases/${PKGBASE}/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/
MASTER_SITES+= http://download.qt.io/archive/${PKGBASE}/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/
diff --git a/editors/tp-note/Makefile b/editors/tp-note/Makefile
index 03d6108a370..944cbc09e49 100644
--- a/editors/tp-note/Makefile
+++ b/editors/tp-note/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/06/18 15:31:02 pin Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:33:49 wiz Exp $
DISTNAME= tp-note-1.17.2
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITLAB:=getreu/}
#GITLAB_RELEASE= v${PKGVERSION_NOREV}
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index 246d4608241..a3584e7a4f2 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2021/05/24 19:52:08 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2022/06/28 11:33:49 wiz Exp $
#
DISTNAME= vigor-0.016
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vigor/}
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index b8e9115468f..7b80d3630f8 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2021/12/13 08:56:32 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2022/06/28 11:33:49 wiz Exp $
DISTNAME= vile-9.8v
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.invisible-island.net/pub/vile/current/ \
https://invisible-mirror.net/archives/vile/current/
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index 354b0acf370..8eba185ce46 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2022/01/10 20:53:32 morr Exp $
+# $NetBSD: Makefile,v 1.60 2022/06/28 11:33:49 wiz Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
.include "Makefile.common"
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 3590fd7bb34..8e8d1815bd2 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.111 2021/10/03 17:53:11 hauke Exp $
+# $NetBSD: Makefile,v 1.112 2022/06/28 11:33:49 wiz Exp $
PKGNAME= ${DISTNAME}
-PKGREVISION= 18
+PKGREVISION= 19
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
.include "Makefile.common"
diff --git a/editors/xemacs-current/buildlink3.mk b/editors/xemacs-current/buildlink3.mk
index c67b61843d7..6424e622374 100644
--- a/editors/xemacs-current/buildlink3.mk
+++ b/editors/xemacs-current/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:24:32 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/06/28 11:33:49 wiz Exp $
#
BUILDLINK_TREE+= xemacs
@@ -8,6 +8,7 @@ XEMACS_BUILDLINK3_MK:=
.include "../../editors/emacs/modules.mk"
BUILDLINK_API_DEPENDS.xemacs+= ${_EMACS_REQD}
+BUILDLINK_ABI_DEPENDS.xemacs?= xemacs>=21.5.34nb19
BUILDLINK_PKGSRCDIR.xemacs?= ${_EMACS_PKGDIR}
BUILDLINK_CONTENTS_FILTER.xemacs= ${EGREP} '.*\.el$$|.*\.elc$$'
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index 0b80d2dbdc5..564cc9aff55 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2021/09/19 14:53:15 hauke Exp $
+# $NetBSD: Makefile,v 1.81 2022/06/28 11:33:49 wiz Exp $
DISTNAME= xemacs-packages
PKGNAME= xemacs-packages-1.18
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XEMACS:=${XEMACSPKG_PATH}/}
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 0f138f1ef40..e9d45682a6c 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.137 2021/10/03 17:53:11 hauke Exp $
+# $NetBSD: Makefile,v 1.138 2022/06/28 11:33:49 wiz Exp $
PKGNAME= ${DISTNAME}
-PKGREVISION= 18
+PKGREVISION= 19
COMMENT= XEmacs text editor version 21.4
.include "Makefile.common"
diff --git a/editors/xemacs/buildlink3.mk b/editors/xemacs/buildlink3.mk
index c67b61843d7..dc26ff1f01c 100644
--- a/editors/xemacs/buildlink3.mk
+++ b/editors/xemacs/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:24:32 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/06/28 11:33:49 wiz Exp $
#
BUILDLINK_TREE+= xemacs
@@ -8,6 +8,7 @@ XEMACS_BUILDLINK3_MK:=
.include "../../editors/emacs/modules.mk"
BUILDLINK_API_DEPENDS.xemacs+= ${_EMACS_REQD}
+BUILDLINK_ABI_DEPENDS.xemacs?= xemacs>=21.4.24nb19
BUILDLINK_PKGSRCDIR.xemacs?= ${_EMACS_PKGDIR}
BUILDLINK_CONTENTS_FILTER.xemacs= ${EGREP} '.*\.el$$|.*\.elc$$'
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 3545c21788d..30e83383909 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2021/12/13 08:56:32 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2022/06/28 11:33:49 wiz Exp $
DISTNAME= vile-9.8v
PKGNAME= x${DISTNAME}
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.invisible-island.net/vile/current/ \
https://invisible-mirror.net/archives/vile/current/
diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index a23cdc1a12a..d1add40bdc4 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2021/05/24 19:52:09 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/06/28 11:33:49 wiz Exp $
DISTNAME= zile-2.4.15
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=zile/}