summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-02-24 10:34:40 +0100
committerTobias C. Berner <tcberner@FreeBSD.org>2023-03-02 06:23:10 +0100
commitfa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 (patch)
treebac690ec1344d342f449b1710f47d2d0635580ae /editors
parentdevel/ayatana-ido: update to v0.9.3, pet portfmt, enable docs (diff)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword/Makefile2
-rw-r--r--editors/bless/Makefile1
-rw-r--r--editors/cudatext/Makefile1
-rw-r--r--editors/deforaos-editor/Makefile1
-rw-r--r--editors/elementary-code/Makefile3
-rw-r--r--editors/emacs-devel/Makefile1
-rw-r--r--editors/emacs/Makefile2
-rw-r--r--editors/gedit-plugins/Makefile1
-rw-r--r--editors/gedit/Makefile1
-rw-r--r--editors/ghex/Makefile1
-rw-r--r--editors/gmanedit/Makefile2
-rw-r--r--editors/gnome-latex/Makefile1
-rw-r--r--editors/gnome-text-editor/Makefile2
-rw-r--r--editors/gobby/Makefile2
-rw-r--r--editors/gummi/Makefile2
-rw-r--r--editors/imhex/Makefile1
-rw-r--r--editors/jucipp/Makefile1
-rw-r--r--editors/lapce/Makefile1
-rw-r--r--editors/lazarus/Makefile2
-rw-r--r--editors/leafpad/Makefile2
-rw-r--r--editors/marker/Makefile2
-rw-r--r--editors/morla/Makefile2
-rw-r--r--editors/mousepad/Makefile1
-rw-r--r--editors/openoffice-4/Makefile2
-rw-r--r--editors/openoffice-devel/Makefile2
-rw-r--r--editors/picpas/Makefile2
-rw-r--r--editors/pluma-plugins/Makefile2
-rw-r--r--editors/pluma/Makefile2
-rw-r--r--editors/quilter/Makefile2
-rw-r--r--editors/rehex/Makefile1
-rw-r--r--editors/scite/Makefile1
-rw-r--r--editors/setzer/Makefile2
-rw-r--r--editors/textadept/Makefile1
-rw-r--r--editors/vscode/Makefile3
-rw-r--r--editors/xed/Makefile1
-rw-r--r--editors/xmlcopyeditor/Makefile2
36 files changed, 38 insertions, 20 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 4b043d5bba74..551871ff5a07 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,6 +1,6 @@
PORTNAME= abiword
PORTVERSION= 3.0.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/
DIST_SUBDIR= AbiWord
diff --git a/editors/bless/Makefile b/editors/bless/Makefile
index d439fffea26b..9678c4fd9025 100644
--- a/editors/bless/Makefile
+++ b/editors/bless/Makefile
@@ -2,6 +2,7 @@ PORTNAME= bless
PORTVERSION= 0.6.3
PORTEPOCH= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= mono@FreeBSD.org
diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile
index a2f73948d746..dbcf2d697636 100644
--- a/editors/cudatext/Makefile
+++ b/editors/cudatext/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cudatext
PORTVERSION= 1.182.2
+PORTREVISION= 1
CATEGORIES= editors
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
index a629a1a45515..65e499d84d06 100644
--- a/editors/deforaos-editor/Makefile
+++ b/editors/deforaos-editor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= editor
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.defora.org/os/download/download/4398/
PKGNAMEPREFIX= deforaos-
diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile
index 5043aa0fea51..09265cf63f05 100644
--- a/editors/elementary-code/Makefile
+++ b/editors/elementary-code/Makefile
@@ -1,5 +1,6 @@
PORTNAME= elementary-code
DISTVERSION= 7.0.0
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= miguel@gocobachi.dev
@@ -9,7 +10,7 @@ WWW= https://github.com/elementary/code/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libatk-1.0.so:accessibility/atk \
+LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \
libeditorconfig.so:editors/editorconfig-core-c \
libfontconfig.so:x11-fonts/fontconfig \
libgee-0.8.so:devel/libgee \
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index 59ae5529dbdf..20089e029144 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= emacs
DISTVERSION= 30.0.50.20230228
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= editors
PKGNAMESUFFIX= -devel
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index d798a22db904..e618091585a0 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= emacs
DISTVERSION= 28.2
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 3
CATEGORIES= editors
MASTER_SITES= GNU
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index de7b859df8c1..14f27f856d82 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gedit-plugins
PORTVERSION= 43.1
+PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 6da8110628a7..db907d0cb956 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gedit
PORTVERSION= 44.2
+PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index 6e3e3edda67c..5da7625b8e7d 100644
--- a/editors/ghex/Makefile
+++ b/editors/ghex/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ghex
PORTVERSION= 3.41.1
+PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile
index 53497c8f4c65..e85a7ccab3fb 100644
--- a/editors/gmanedit/Makefile
+++ b/editors/gmanedit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gmanedit
PORTVERSION= 0.4.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= editors gnome
MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/editors/gnome-latex/Makefile b/editors/gnome-latex/Makefile
index af2c12cfa968..5a3ae3419573 100644
--- a/editors/gnome-latex/Makefile
+++ b/editors/gnome-latex/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gnome-latex
PORTVERSION= 3.44.0
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
diff --git a/editors/gnome-text-editor/Makefile b/editors/gnome-text-editor/Makefile
index 058f11a97df8..295aa5ed7ed5 100644
--- a/editors/gnome-text-editor/Makefile
+++ b/editors/gnome-text-editor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnome-text-editor
PORTVERSION= 42.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index ff9024769b75..7fa152b776ec 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gobby
PORTVERSION= 0.4.13
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= editors
MASTER_SITES= http://releases.0x539.de/gobby/
diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile
index df980fc09ac2..a785d851e8e5 100644
--- a/editors/gummi/Makefile
+++ b/editors/gummi/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gummi
PORTVERSION= 0.8.1
-PORTREVISION= 20
+PORTREVISION= 21
CATEGORIES= editors
MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${PORTVERSION}/
diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile
index b7a7eaed1b31..ea0aa278bb5b 100644
--- a/editors/imhex/Makefile
+++ b/editors/imhex/Makefile
@@ -1,6 +1,7 @@
PORTNAME= imhex
PORTVERSION= 1.27.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://git.sr.ht/~danyspin97/xdgpp/blob/f01f810714443d0f10c333d4d1d9c0383be41375/:xdg
DISTFILES= xdg.hpp:xdg
diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile
index 71f5a659d14f..80033470b508 100644
--- a/editors/jucipp/Makefile
+++ b/editors/jucipp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= jucipp
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.2
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= info@babaei.net
diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile
index 60ae4160994b..8d8434ca0a7e 100644
--- a/editors/lapce/Makefile
+++ b/editors/lapce/Makefile
@@ -1,6 +1,7 @@
PORTNAME= lapce
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.6 # remove openssl-src-* from CARGO-CRATES each update
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= eduardo@FreeBSD.org
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index 5e67d23a0b02..8f1f33d46028 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -2,7 +2,7 @@ PORTNAME= lazarus
PORTVERSION= 2.2.4
DISTVERSIONSUFFIX= -0
PKGNAMESUFFIX?= -gtk2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= editors devel
MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION} \
LOCAL/acm/freepascal
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile
index f72c2e479633..c11f1c136c46 100644
--- a/editors/leafpad/Makefile
+++ b/editors/leafpad/Makefile
@@ -1,6 +1,6 @@
PORTNAME= leafpad
PORTVERSION= 0.8.19
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= SAVANNAH
diff --git a/editors/marker/Makefile b/editors/marker/Makefile
index e5b9548ccc40..2cc86b18cb13 100644
--- a/editors/marker/Makefile
+++ b/editors/marker/Makefile
@@ -1,6 +1,6 @@
PORTNAME= marker
PORTVERSION= 2020.04.04.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors
MAINTAINER= tagattie@FreeBSD.org
diff --git a/editors/morla/Makefile b/editors/morla/Makefile
index 6aba6d612cf8..d8e1d8db36e4 100644
--- a/editors/morla/Makefile
+++ b/editors/morla/Makefile
@@ -1,6 +1,6 @@
PORTNAME= morla
PORTVERSION= 0.16.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= editors textproc
MASTER_SITES= http://www.morlardf.net/src/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile
index 29a99f8a3ce9..767eced61493 100644
--- a/editors/mousepad/Makefile
+++ b/editors/mousepad/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mousepad
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= editors xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index ac53f7c49e30..748e74345d88 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -1,6 +1,6 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors java
MASTER_SITES= https://dlcdn.apache.org/openoffice/${PORTVERSION}/source/ \
https://archive.apache.org/dist/openoffice/${PORTVERSION}/source/ \
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index 51e29ffd4898..970fcd2a4243 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP}
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 4
CATEGORIES= editors java
MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \
diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile
index d035b08946d8..6e1491657fd8 100644
--- a/editors/picpas/Makefile
+++ b/editors/picpas/Makefile
@@ -1,6 +1,6 @@
PORTNAME= picpas
PORTVERSION= 0.9.0
-PORTREVISION= 8
+PORTREVISION= 9
DISTVERSIONPREFIX= v
CATEGORIES= editors
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
diff --git a/editors/pluma-plugins/Makefile b/editors/pluma-plugins/Makefile
index be250251a72b..b1dcd69389b4 100644
--- a/editors/pluma-plugins/Makefile
+++ b/editors/pluma-plugins/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pluma-plugins
PORTVERSION= 1.26.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index 5ecba6e0bad3..d3680943648b 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pluma
PORTVERSION= 1.26.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/editors/quilter/Makefile b/editors/quilter/Makefile
index 764ec92110fe..9e7e8738c3fd 100644
--- a/editors/quilter/Makefile
+++ b/editors/quilter/Makefile
@@ -1,6 +1,6 @@
PORTNAME= quilter
DISTVERSION= 2.2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors
MAINTAINER= yuri@FreeBSD.org
diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile
index 5cc0cf4ac2c2..f776f4ce2a5f 100644
--- a/editors/rehex/Makefile
+++ b/editors/rehex/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rehex
DISTVERSION= 0.5.4
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= fuz@FreeBSD.org
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index fd08d518b71c..1883fbd43f3c 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -1,5 +1,6 @@
PORTNAME= scite
DISTVERSION= 4.4.5
+PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
diff --git a/editors/setzer/Makefile b/editors/setzer/Makefile
index aa82e93bdb3e..06a19c57035a 100644
--- a/editors/setzer/Makefile
+++ b/editors/setzer/Makefile
@@ -1,7 +1,7 @@
PORTNAME= setzer
DISTVERSIONPREFIX=v
DISTVERSION= 0.4.1
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= editors
MAINTAINER= ports@FreeBSD.org
diff --git a/editors/textadept/Makefile b/editors/textadept/Makefile
index 22d8861996d7..80c9c6648a21 100644
--- a/editors/textadept/Makefile
+++ b/editors/textadept/Makefile
@@ -1,6 +1,7 @@
PORTNAME= textadept
PORTVERSION= 11.4
DISTVERSIONPREFIX= ${PORTNAME}_
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://www.scintilla.org/:sci \
http://www.lua.org/ftp/:lua \
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index d43a83ee80a9..a1a6c20c5529 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vscode
DISTVERSION= 1.75.1
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://registry.npmjs.org/esbuild-freebsd-64/-/:esbuild_binary \
https://nodejs.org/dist/v${NODE_VER}/:node_headers \
@@ -29,7 +30,7 @@ BUILD_DEPENDS= zip:archivers/zip \
rg:textproc/ripgrep \
npm-node${NODE_VER_MAJOR}>0:www/npm-node${NODE_VER_MAJOR} \
yarn-node${NODE_VER_MAJOR}>0:www/yarn-node${NODE_VER_MAJOR}
-LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \
+LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \
libatspi.so:accessibility/at-spi2-core \
libsnappy.so:archivers/snappy \
libasound.so:audio/alsa-lib \
diff --git a/editors/xed/Makefile b/editors/xed/Makefile
index 26e9426449b1..43c713c9fd4f 100644
--- a/editors/xed/Makefile
+++ b/editors/xed/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xed
PORTVERSION= 3.2.4
+PORTREVISION= 1
CATEGORIES= editors gnome
DIST_SUBDIR= gnome
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile
index 6ee4c9942078..a3502b5cd5c5 100644
--- a/editors/xmlcopyeditor/Makefile
+++ b/editors/xmlcopyeditor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xmlcopyeditor
PORTVERSION= 1.3.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors
MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}