summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-08-17 20:17:15 +0000
committerleot <leot@pkgsrc.org>2020-08-17 20:17:15 +0000
commit9c239d33c8bf238818b1984019666b40d5c388b0 (patch)
tree0b131e24a79c5f3ff8b179a9e7c5a4887fa44b66 /editors
parent7fd7302d20945be276edc57766363af689a974f0 (diff)
downloadpkgsrc-9c239d33c8bf238818b1984019666b40d5c388b0.tar.gz
*: revbump after fontconfig bl3 changes (libuuid removal)
Diffstat (limited to 'editors')
-rw-r--r--editors/Sigil/Makefile4
-rw-r--r--editors/TeXmacs/Makefile3
-rw-r--r--editors/abiword-plugins/Makefile4
-rw-r--r--editors/abiword/Makefile4
-rw-r--r--editors/abiword/buildlink3.mk4
-rw-r--r--editors/beaver/Makefile3
-rw-r--r--editors/codeblocks/Makefile3
-rw-r--r--editors/codelite/Makefile4
-rw-r--r--editors/dasher/Makefile3
-rw-r--r--editors/deforaos-editor/Makefile4
-rw-r--r--editors/elvis-x11/Makefile4
-rw-r--r--editors/emacs-snapshot/Makefile4
-rw-r--r--editors/emacs25/Makefile4
-rw-r--r--editors/emacs26/Makefile4
-rw-r--r--editors/emacs27/Makefile3
-rw-r--r--editors/feathernotes/Makefile3
-rw-r--r--editors/featherpad/Makefile3
-rw-r--r--editors/focuswriter/Makefile4
-rw-r--r--editors/gconf-editor/Makefile4
-rw-r--r--editors/gedit/Makefile3
-rw-r--r--editors/ghex/Makefile4
-rw-r--r--editors/gice/Makefile4
-rw-r--r--editors/gobby/Makefile4
-rw-r--r--editors/gtranslator/Makefile4
-rw-r--r--editors/gummi/Makefile4
-rw-r--r--editors/kate/Makefile3
-rw-r--r--editors/kile/Makefile4
-rw-r--r--editors/l3afpad/Makefile4
-rw-r--r--editors/leafpad/Makefile4
-rw-r--r--editors/lyx/Makefile3
-rw-r--r--editors/medit/Makefile4
-rw-r--r--editors/p5-Padre/Makefile4
-rw-r--r--editors/p5-Wx-Scintilla/Makefile4
-rw-r--r--editors/pluma/Makefile4
-rw-r--r--editors/poedit/Makefile4
-rw-r--r--editors/sasm/Makefile4
-rw-r--r--editors/scite/Makefile4
-rw-r--r--editors/tea/Makefile4
-rw-r--r--editors/ted/Makefile4
-rw-r--r--editors/tepl4/Makefile3
-rw-r--r--editors/tepl4/buildlink3.mk3
-rw-r--r--editors/texmaker/Makefile4
-rw-r--r--editors/texstudio/Makefile4
-rw-r--r--editors/texworks/Makefile4
-rw-r--r--editors/vigor/Makefile4
-rw-r--r--editors/vim-gtk2/Makefile4
-rw-r--r--editors/vim-gtk3/Makefile4
-rw-r--r--editors/xemacs-current/Makefile4
-rw-r--r--editors/xfce4-mousepad/Makefile4
-rw-r--r--editors/xournal/Makefile4
-rw-r--r--editors/xournalpp/Makefile4
-rw-r--r--editors/zim/Makefile4
52 files changed, 104 insertions, 92 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile
index 42890b8dafa..41112f47451 100644
--- a/editors/Sigil/Makefile
+++ b/editors/Sigil/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.132 2020/06/02 08:23:42 adam Exp $
+# $NetBSD: Makefile,v 1.133 2020/08/17 20:18:31 leot Exp $
DISTNAME= Sigil-0.9.14
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
GITHUB_PROJECT= Sigil
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index 3e1c714c4aa..11ffc59ffac 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.138 2020/06/21 03:54:53 mef Exp $
+# $NetBSD: Makefile,v 1.139 2020/08/17 20:18:31 leot Exp $
#
# changelog at http://www.texmacs.org/tmweb/about/changes.en.html
DISTNAME= TeXmacs-1.99.13-src
PKGNAME= ${DISTNAME:S/-src//}
+PKGREVISION= 1
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/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 95ad8a109c3..f427c9612cd 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2020/06/02 08:23:42 adam Exp $
+# $NetBSD: Makefile,v 1.119 2020/08/17 20:18:31 leot Exp $
-PKGREVISION= 8
+PKGREVISION= 9
.include "../../editors/abiword/Makefile.common"
DISTNAME= abiword-${ABIVERSION}
PKGNAME= abiword-plugins-${ABIVERSION}
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 9eda3069d53..a939ccf59a0 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.201 2020/06/02 08:22:40 adam Exp $
+# $NetBSD: Makefile,v 1.202 2020/08/17 20:17:25 leot Exp $
-PKGREVISION= 8
+PKGREVISION= 9
.include "Makefile.common"
DISTNAME= abiword-${ABIVERSION}
diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk
index 1b5ef9bf546..5a9c8df90cb 100644
--- a/editors/abiword/buildlink3.mk
+++ b/editors/abiword/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.35 2020/06/02 08:22:40 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.36 2020/08/17 20:17:25 leot Exp $
BUILDLINK_TREE+= abiword
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= abiword
ABIWORD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.abiword+= abiword>=3.0.1
-BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb8
+BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb9
BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword
.include "../../converters/fribidi/buildlink3.mk"
diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile
index a6e0c4dcc13..b3ff9e4b93d 100644
--- a/editors/beaver/Makefile
+++ b/editors/beaver/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2020/03/23 19:57:29 nia Exp $
+# $NetBSD: Makefile,v 1.50 2020/08/17 20:18:31 leot Exp $
DISTNAME= beaver-0.4.1
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beaver-editor/}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/codeblocks/Makefile b/editors/codeblocks/Makefile
index d4476afa569..75f3247e00f 100644
--- a/editors/codeblocks/Makefile
+++ b/editors/codeblocks/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2020/06/14 13:22:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2020/08/17 20:18:31 leot Exp $
#
DISTNAME= codeblocks-20.03
+PKGREVISION= 1
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=codeblocks/}
EXTRACT_SUFX= .tar.xz
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index 8d3b384dfa7..cf30f546d76 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/06/02 08:23:42 adam Exp $
+# $NetBSD: Makefile,v 1.34 2020/08/17 20:18:32 leot Exp $
DISTNAME= codelite-14.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/}
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index be59b3fd794..2dd9b662b38 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.105 2020/03/30 19:31:19 joerg Exp $
+# $NetBSD: Makefile,v 1.106 2020/08/17 20:18:32 leot Exp $
DISTNAME= dasher-5.0.0.b20200225
+PKGREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GITHUB:=dasher-project/}
GITHUB_TAG= e03b0dbf1f1132e83645ff78c92efd63fca5a812
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
index 9de8f802979..68453315498 100644
--- a/editors/deforaos-editor/Makefile
+++ b/editors/deforaos-editor/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2020/03/10 22:09:41 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/08/17 20:18:32 leot Exp $
#
DISTNAME= Editor-0.4.1
PKGNAME= deforaos-editor-0.4.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors
MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Editor/
diff --git a/editors/elvis-x11/Makefile b/editors/elvis-x11/Makefile
index 736f842ab33..496e6987a0a 100644
--- a/editors/elvis-x11/Makefile
+++ b/editors/elvis-x11/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/03/12 11:16:22 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/08/17 20:18:32 leot Exp $
PKGNAME= elvis-x11-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Clone of vi with regex-search, hex-edit, HTML/LaTeX preview (X11)
CONFIGURE_ARGS+= --with-x
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile
index bdab1170c8a..768c8ef6282 100644
--- a/editors/emacs-snapshot/Makefile
+++ b/editors/emacs-snapshot/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.99 2020/06/05 12:49:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.100 2020/08/17 20:18:32 leot Exp $
DISTNAME= emacs-28.0.50_2020-02-10
PKGVERSION= 28.0.50
PKGNAME= emacs28-${PKGVERSION}
-PKGREVISION= 3
+PKGREVISION= 4
MASTER_SITES= https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-28/
CATEGORIES= editors
diff --git a/editors/emacs25/Makefile b/editors/emacs25/Makefile
index 9231ae1b5eb..d3a6856a304 100644
--- a/editors/emacs25/Makefile
+++ b/editors/emacs25/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2020/06/05 12:49:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.34 2020/08/17 20:18:32 leot Exp $
CONFLICTS+= emacs25-nox11-[0-9]*
-PKGREVISION= 22
+PKGREVISION= 23
.include "../../editors/emacs25/Makefile.common"
.include "options.mk"
diff --git a/editors/emacs26/Makefile b/editors/emacs26/Makefile
index 46f191040ae..11608bab9a4 100644
--- a/editors/emacs26/Makefile
+++ b/editors/emacs26/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2020/06/05 12:49:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/17 20:18:32 leot Exp $
CONFLICTS+= emacs26-nox11-[0-9]*
.include "../../editors/emacs26/Makefile.common"
-PKGREVISION= 8
+PKGREVISION= 9
.include "options.mk"
diff --git a/editors/emacs27/Makefile b/editors/emacs27/Makefile
index 43cf92e51e7..2e56c511b7e 100644
--- a/editors/emacs27/Makefile
+++ b/editors/emacs27/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/08/12 14:14:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/17 20:18:32 leot Exp $
CONFLICTS+= emacs27-nox11-[0-9]*
+PKGREVISION= 1
.include "../../editors/emacs27/Makefile.common"
.include "options.mk"
diff --git a/editors/feathernotes/Makefile b/editors/feathernotes/Makefile
index 47bc9110b99..7b152dce1f8 100644
--- a/editors/feathernotes/Makefile
+++ b/editors/feathernotes/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2020/06/07 14:07:28 pin Exp $
+# $NetBSD: Makefile,v 1.9 2020/08/17 20:18:33 leot Exp $
VERSION= 0.7.0
DISTNAME= FeatherNotes-V${VERSION}
PKGNAME= feathernotes-${VERSION}
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
GITHUB_TAG= V${PKGVERSION_NOREV}
diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile
index 6fc49f18ee1..92703865ba1 100644
--- a/editors/featherpad/Makefile
+++ b/editors/featherpad/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2020/06/12 11:25:55 pin Exp $
+# $NetBSD: Makefile,v 1.13 2020/08/17 20:18:33 leot Exp $
VERSION= 0.14.2
DISTNAME= FeatherPad-V${VERSION}
PKGNAME= featherpad-${VERSION}
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
GITHUB_TAG= V${PKGVERSION_NOREV}
diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile
index 0ec5542dfd9..1c48095950a 100644
--- a/editors/focuswriter/Makefile
+++ b/editors/focuswriter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/06/02 08:23:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/08/17 20:18:33 leot Exp $
DISTNAME= focuswriter-1.7.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=gottcode/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index 0be953aa5fb..b2d735d9f00 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.102 2020/03/10 22:09:41 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2020/08/17 20:18:33 leot Exp $
#
DISTNAME= gconf-editor-2.32.0
-PKGREVISION= 28
+PKGREVISION= 29
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.32/}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 5083dbb6ce2..cefdf8a5e27 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.153 2020/07/31 11:05:49 prlw1 Exp $
+# $NetBSD: Makefile,v 1.154 2020/08/17 20:18:33 leot Exp $
DISTNAME= gedit-3.36.2
+PKGREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index ea905dd1240..ca275ceba7e 100644
--- a/editors/ghex/Makefile
+++ b/editors/ghex/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2020/04/20 00:32:56 joerg Exp $
+# $NetBSD: Makefile,v 1.61 2020/08/17 20:18:33 leot Exp $
DISTNAME= ghex-3.18.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ghex/3.18/}
EXTRACT_SUFX= .tar.xz
diff --git a/editors/gice/Makefile b/editors/gice/Makefile
index 16fc77ba20d..94a8c4d3e8f 100644
--- a/editors/gice/Makefile
+++ b/editors/gice/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2020/03/20 11:57:34 nia Exp $
+# $NetBSD: Makefile,v 1.64 2020/08/17 20:18:33 leot Exp $
#
DISTNAME= gice-0.6.2
-PKGREVISION= 34
+PKGREVISION= 35
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/}
EXTRACT_SUFX= .tgz
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index b4723b8de6c..282b83473e7 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2020/06/02 08:23:43 adam Exp $
+# $NetBSD: Makefile,v 1.63 2020/08/17 20:18:33 leot Exp $
DISTNAME= gobby-0.4.12
-PKGREVISION= 43
+PKGREVISION= 44
CATEGORIES= editors
MASTER_SITES= http://releases.0x539.de/gobby/
diff --git a/editors/gtranslator/Makefile b/editors/gtranslator/Makefile
index b947a6d4f09..5765647c021 100644
--- a/editors/gtranslator/Makefile
+++ b/editors/gtranslator/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2020/06/02 08:23:43 adam Exp $
+# $NetBSD: Makefile,v 1.82 2020/08/17 20:18:33 leot Exp $
DISTNAME= gtranslator-3.32.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtranslator/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile
index e46ff5278b3..04823217b8f 100644
--- a/editors/gummi/Makefile
+++ b/editors/gummi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2020/06/02 08:23:43 adam Exp $
+# $NetBSD: Makefile,v 1.75 2020/08/17 20:18:34 leot Exp $
DISTNAME= gummi-0.6.6
-PKGREVISION= 36
+PKGREVISION= 37
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=alexandervdm/}
GITHUB_PROJECT= gummi
diff --git a/editors/kate/Makefile b/editors/kate/Makefile
index 27895c331d2..340159d4b3c 100644
--- a/editors/kate/Makefile
+++ b/editors/kate/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2020/06/09 11:56:06 markd Exp $
+# $NetBSD: Makefile,v 1.58 2020/08/17 20:18:34 leot Exp $
DISTNAME= kate-${KAPPSVER}
+PKGREVISION= 1
CATEGORIES= editors
HOMEPAGE= https://www.kde.org/applications/utilities/kate/
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index 82d10fabdf9..31e37a17b3a 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.114 2020/06/05 12:49:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.115 2020/08/17 20:18:34 leot Exp $
DISTNAME= kile-2.1.3
-PKGREVISION= 38
+PKGREVISION= 39
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/l3afpad/Makefile b/editors/l3afpad/Makefile
index d32a37e8298..ef2ec33b666 100644
--- a/editors/l3afpad/Makefile
+++ b/editors/l3afpad/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/03/10 22:09:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/08/17 20:18:34 leot Exp $
DISTNAME= l3afpad-0.8.18.1.11
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=stevenhoneyman/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile
index cb296ea49d7..e256970ac27 100644
--- a/editors/leafpad/Makefile
+++ b/editors/leafpad/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2020/03/10 22:09:42 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2020/08/17 20:18:34 leot Exp $
DISTNAME= leafpad-0.8.18.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= editors gnome
MASTER_SITES= http://savannah.nongnu.org/download/leafpad/
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile
index 25f6b3ef1d7..9cb47e56b4e 100644
--- a/editors/lyx/Makefile
+++ b/editors/lyx/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2020/07/05 12:23:06 rhialto Exp $
+# $NetBSD: Makefile,v 1.94 2020/08/17 20:18:34 leot Exp $
DISTNAME= lyx-2.3.5.2
+PKGREVISION= 1
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/medit/Makefile b/editors/medit/Makefile
index dc9120fa149..b257f688eb5 100644
--- a/editors/medit/Makefile
+++ b/editors/medit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2020/06/02 08:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.45 2020/08/17 20:18:34 leot Exp $
DISTNAME= medit-1.2.0
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mooedit/}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index d5e24db0f2f..a418669ae53 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2020/05/25 07:45:47 rillig Exp $
+# $NetBSD: Makefile,v 1.63 2020/08/17 20:18:34 leot Exp $
DISTNAME= Padre-1.00
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
diff --git a/editors/p5-Wx-Scintilla/Makefile b/editors/p5-Wx-Scintilla/Makefile
index 2f092e7ec55..e9e6913e34a 100644
--- a/editors/p5-Wx-Scintilla/Makefile
+++ b/editors/p5-Wx-Scintilla/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2020/03/10 22:09:43 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2020/08/17 20:18:34 leot Exp $
DISTNAME= Wx-Scintilla-0.39
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 31
+PKGREVISION= 32
CATEGORIES= editors x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/}
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index 427921e7125..5826bbc7654 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2020/08/16 02:27:36 gutteridge Exp $
+# $NetBSD: Makefile,v 1.30 2020/08/17 20:18:35 leot Exp $
PYTHON_VERSIONS_INCOMPATIBLE= 27
DISTNAME= pluma-${VERSION:R}.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
COMMENT= Small and lightweight UTF-8 text editor for MATE
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index b04fe789a28..d8cd6fc081c 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2020/06/02 08:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.98 2020/08/17 20:18:35 leot Exp $
VERSION= 2.3
DISTNAME= poedit-${VERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=vslavik/}
GITHUB_RELEASE= v${VERSION}-oss
diff --git a/editors/sasm/Makefile b/editors/sasm/Makefile
index 92557837f04..173bab9a3b0 100644
--- a/editors/sasm/Makefile
+++ b/editors/sasm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/06/02 08:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/08/17 20:18:35 leot Exp $
DISTNAME= SASM-3.10.1
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=Dman95/}
GITHUB_PROJECT= SASM
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index e99c33b1914..a62957b1174 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2020/03/20 11:57:34 nia Exp $
+# $NetBSD: Makefile,v 1.39 2020/08/17 20:18:35 leot Exp $
#
DISTNAME= scite339
PKGNAME= scite-3.3.9
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scintilla/}
EXTRACT_SUFX= .tgz
diff --git a/editors/tea/Makefile b/editors/tea/Makefile
index b4f0e0c899c..45d11c6c44d 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2020/06/02 08:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.62 2020/08/17 20:18:35 leot Exp $
DISTNAME= tea-48.0.1
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=psemiletov/}
GITHUB_PROJECT= tea-qt
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 3e7d5c1566e..9d89643913d 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2020/01/26 17:31:06 rillig Exp $
+# $NetBSD: Makefile,v 1.65 2020/08/17 20:18:35 leot Exp $
DISTNAME= ted-2.21.src
PKGNAME= ${DISTNAME:S/.src//}
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= editors
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/
diff --git a/editors/tepl4/Makefile b/editors/tepl4/Makefile
index 9f80a6a63ad..9873df4f5f6 100644
--- a/editors/tepl4/Makefile
+++ b/editors/tepl4/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/06/09 14:30:00 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/17 20:17:25 leot Exp $
DISTNAME= tepl-4.4.0
PKGNAME= ${DISTNAME:S/tepl-/tepl4-/1}
+PKGREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tepl/4.4/}
EXTRACT_SUFX= .tar.xz
diff --git a/editors/tepl4/buildlink3.mk b/editors/tepl4/buildlink3.mk
index b5a5942c1dd..057affb178a 100644
--- a/editors/tepl4/buildlink3.mk
+++ b/editors/tepl4/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/06/09 14:44:56 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2020/08/17 20:17:25 leot Exp $
BUILDLINK_TREE+= tepl4
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= tepl4
TEPL4_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.tepl4+= tepl4>=4.4.0
+BUILDLINK_ABI_DEPENDS.tepl4?= tepl4>=4.4.0nb1
BUILDLINK_PKGSRCDIR.tepl4?= ../../editors/tepl4
.include "../../devel/amtk/buildlink3.mk"
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index c49766c1eb7..c5d27955e92 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.113 2020/06/02 08:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.114 2020/08/17 20:18:35 leot Exp $
DISTNAME= texmaker-5.0.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= editors
MASTER_SITES= http://www.xm1math.net/texmaker/
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile
index eb5ab22c9fb..7e7b9d748ad 100644
--- a/editors/texstudio/Makefile
+++ b/editors/texstudio/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2020/06/10 06:36:14 markd Exp $
+# $NetBSD: Makefile,v 1.55 2020/08/17 20:18:35 leot Exp $
DISTNAME= texstudio-2.12.22
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=texstudio-org/}
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile
index 7104b507625..f3a53fe3960 100644
--- a/editors/texworks/Makefile
+++ b/editors/texworks/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2020/06/14 11:40:11 markd Exp $
+# $NetBSD: Makefile,v 1.85 2020/08/17 20:18:35 leot Exp $
DISTNAME= texworks-0.6.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=TeXworks/}
GITHUB_PROJECT= texworks
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index 31bb2e5f228..d484b86f305 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2020/03/20 11:57:35 nia Exp $
+# $NetBSD: Makefile,v 1.51 2020/08/17 20:18:36 leot Exp $
#
DISTNAME= vigor-0.016
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vigor/}
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile
index c9faad3b42f..b692df1a448 100644
--- a/editors/vim-gtk2/Makefile
+++ b/editors/vim-gtk2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2020/06/02 08:23:45 adam Exp $
+# $NetBSD: Makefile,v 1.91 2020/08/17 20:18:36 leot Exp $
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI
diff --git a/editors/vim-gtk3/Makefile b/editors/vim-gtk3/Makefile
index d3395da566b..7e1c19f8e02 100644
--- a/editors/vim-gtk3/Makefile
+++ b/editors/vim-gtk3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2020/03/10 22:09:44 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/08/17 20:18:36 leot Exp $
PKGNAME= vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= Vim editor (vi clone) with X11 GTK3 GUI
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 68b0cc64155..3846efb6f9d 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2020/01/18 21:49:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.103 2020/08/17 20:18:36 leot Exp $
PKGNAME= ${DISTNAME}
-PKGREVISION= 10
+PKGREVISION= 11
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
# extra options for x11 support, not for sharing with xemacs-current-nox11
diff --git a/editors/xfce4-mousepad/Makefile b/editors/xfce4-mousepad/Makefile
index c8343b86850..c6cba9e365a 100644
--- a/editors/xfce4-mousepad/Makefile
+++ b/editors/xfce4-mousepad/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2020/06/02 08:23:45 adam Exp $
+# $NetBSD: Makefile,v 1.50 2020/08/17 20:18:36 leot Exp $
-PKGREVISION= 3
+PKGREVISION= 4
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 0.4.2
diff --git a/editors/xournal/Makefile b/editors/xournal/Makefile
index d901c9afdb0..815fefa7b3c 100644
--- a/editors/xournal/Makefile
+++ b/editors/xournal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2020/06/02 08:23:45 adam Exp $
+# $NetBSD: Makefile,v 1.86 2020/08/17 20:18:36 leot Exp $
DISTNAME= xournal-0.4.8.2016
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xournal/}
diff --git a/editors/xournalpp/Makefile b/editors/xournalpp/Makefile
index ece83c23db3..85989d972f3 100644
--- a/editors/xournalpp/Makefile
+++ b/editors/xournalpp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/06/02 08:23:45 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/08/17 20:18:36 leot Exp $
DISTNAME= xournalpp-1.0.18
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=xournalpp/}
GITHUB_PROJECT= xournalpp
diff --git a/editors/zim/Makefile b/editors/zim/Makefile
index 6827c0cb130..cdb0e37c171 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/06/02 08:23:45 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/08/17 20:18:36 leot Exp $
DISTNAME= zim-0.59
-PKGREVISION= 21
+PKGREVISION= 22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= editors
MASTER_SITES= http://zim-wiki.org/downloads/