summaryrefslogtreecommitdiff
path: root/comms
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 /comms
parent27120a02bd6d5f43466d3bcfd03cdef9a6fc9d5a (diff)
downloadfreebsd-ports-fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8.zip
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 'comms')
-rw-r--r--comms/cqrlog/Makefile2
-rw-r--r--comms/deforaos-phone/Makefile2
-rw-r--r--comms/gnocky/Makefile2
-rw-r--r--comms/gnokii/Makefile2
-rw-r--r--comms/gpredict/Makefile2
-rw-r--r--comms/grig/Makefile2
-rw-r--r--comms/lysdr/Makefile2
-rw-r--r--comms/tilp2/Makefile2
-rw-r--r--comms/xdemorse/Makefile1
-rw-r--r--comms/xdx/Makefile1
-rw-r--r--comms/xlog/Makefile1
-rw-r--r--comms/xnec2c/Makefile1
-rw-r--r--comms/xnecview/Makefile2
13 files changed, 13 insertions, 9 deletions
diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile
index 75ae57dbf199..51fa89b02ea1 100644
--- a/comms/cqrlog/Makefile
+++ b/comms/cqrlog/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cqrlog
PORTVERSION= 2.5.2
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= comms hamradio
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
diff --git a/comms/deforaos-phone/Makefile b/comms/deforaos-phone/Makefile
index 3bd0e1239de5..aa4361cce69b 100644
--- a/comms/deforaos-phone/Makefile
+++ b/comms/deforaos-phone/Makefile
@@ -1,6 +1,6 @@
PORTNAME= phone
PORTVERSION= 0.5.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms
MASTER_SITES= http://www.defora.org/os/download/download/4455/
PKGNAMEPREFIX= deforaos-
diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile
index 8c63cf90b48d..9b57cb544924 100644
--- a/comms/gnocky/Makefile
+++ b/comms/gnocky/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnocky
PORTVERSION= 0.0.7
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= comms
MASTER_SITES= http://www.gnokii.org/download/gnocky/
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index e3b62d486268..efd225c5685a 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnokii
PORTVERSION= 0.6.31
-PORTREVISION= 13
+PORTREVISION= 14
PORTEPOCH= 1
CATEGORIES= comms
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile
index d82ab7b8353d..a5b09f4bd2d3 100644
--- a/comms/gpredict/Makefile
+++ b/comms/gpredict/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gpredict
DISTVERSION= 2.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= https://github.com/csete/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/comms/grig/Makefile b/comms/grig/Makefile
index f534fc0851ab..a594a3711c58 100644
--- a/comms/grig/Makefile
+++ b/comms/grig/Makefile
@@ -1,6 +1,6 @@
PORTNAME= grig
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms hamradio
MAINTAINER= hamradio@FreeBSD.org
diff --git a/comms/lysdr/Makefile b/comms/lysdr/Makefile
index 5e304a12ec8f..45e14d61dc1d 100644
--- a/comms/lysdr/Makefile
+++ b/comms/lysdr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lysdr
PORTVERSION= 0.0.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms hamradio
MAINTAINER= hamradio@FreeBSD.org
diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile
index eadfe685505e..b75c6c3320f2 100644
--- a/comms/tilp2/Makefile
+++ b/comms/tilp2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tilp2
PORTVERSION= 1.18
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms
MASTER_SITES= SF/tilp/tilp2-linux/${DISTNAME}
diff --git a/comms/xdemorse/Makefile b/comms/xdemorse/Makefile
index 87dd55b7f5e7..6ea8c79bfb44 100644
--- a/comms/xdemorse/Makefile
+++ b/comms/xdemorse/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xdemorse
DISTVERSION= 3.6.5
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile
index 0ebe6e2e3771..70ca6e1e6934 100644
--- a/comms/xdx/Makefile
+++ b/comms/xdx/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xdx
DISTVERSION= 2.91
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SF/xdxclusterclient/${PORTVERSION}/
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index a412e8049fa1..b9255fc169c7 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xlog
DISTVERSION= 2.0.24
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SAVANNAH
diff --git a/comms/xnec2c/Makefile b/comms/xnec2c/Makefile
index db344c13d7a0..d8a9bc025aac 100644
--- a/comms/xnec2c/Makefile
+++ b/comms/xnec2c/Makefile
@@ -1,6 +1,7 @@
PORTNAME= xnec2c
PORTVERSION= 4.4.12
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= https://www.xnec2c.org/releases/ \
LOCAL/db
diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile
index 7a861349442b..9e27a8df895a 100644
--- a/comms/xnecview/Makefile
+++ b/comms/xnecview/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xnecview
PORTVERSION= 1.36
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= http://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/