summaryrefslogtreecommitdiff
path: root/x11-fm
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 /x11-fm
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 'x11-fm')
-rw-r--r--x11-fm/caja/Makefile1
-rw-r--r--x11-fm/catseye-fm/Makefile2
-rw-r--r--x11-fm/deforaos-browser/Makefile1
-rw-r--r--x11-fm/doublecmd/Makefile1
-rw-r--r--x11-fm/fsv2/Makefile2
-rw-r--r--x11-fm/gentoo/Makefile1
-rw-r--r--x11-fm/librfm/Makefile2
-rw-r--r--x11-fm/nautilus-python/Makefile2
-rw-r--r--x11-fm/nautilus/Makefile2
-rw-r--r--x11-fm/nemo/Makefile1
-rw-r--r--x11-fm/pcmanfm/Makefile1
-rw-r--r--x11-fm/polo/Makefile2
-rw-r--r--x11-fm/rodent/Makefile2
-rw-r--r--x11-fm/rox-filer/Makefile2
-rw-r--r--x11-fm/sushi/Makefile1
-rw-r--r--x11-fm/thunar/Makefile1
16 files changed, 16 insertions, 8 deletions
diff --git a/x11-fm/caja/Makefile b/x11-fm/caja/Makefile
index 8649276924d4..ec142b985983 100644
--- a/x11-fm/caja/Makefile
+++ b/x11-fm/caja/Makefile
@@ -1,5 +1,6 @@
PORTNAME= caja
PORTVERSION= 1.26.1
+PORTREVISION= 1
CATEGORIES= x11-fm mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/x11-fm/catseye-fm/Makefile b/x11-fm/catseye-fm/Makefile
index ce94acaa5822..f309615d4dbc 100644
--- a/x11-fm/catseye-fm/Makefile
+++ b/x11-fm/catseye-fm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= catseye-fm
PORTVERSION= 4.2.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fm
MASTER_SITES= http://catseye-fm.sourceforge.net/downloads/ \
http://catseye-fm-temp.sourceforge.net/downloads/
diff --git a/x11-fm/deforaos-browser/Makefile b/x11-fm/deforaos-browser/Makefile
index 8ae557f33315..6676f7b770d2 100644
--- a/x11-fm/deforaos-browser/Makefile
+++ b/x11-fm/deforaos-browser/Makefile
@@ -1,5 +1,6 @@
PORTNAME= deforaos-browser
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= http://www.defora.org/os/download/download/4442/
DISTNAME= Browser-${PORTVERSION}
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile
index 9920ccd1ac97..dc96a6b6278e 100644
--- a/x11-fm/doublecmd/Makefile
+++ b/x11-fm/doublecmd/Makefile
@@ -1,6 +1,7 @@
PORTNAME= doublecmd
PORTVERSION= 1.0.10
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= x11-fm
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
diff --git a/x11-fm/fsv2/Makefile b/x11-fm/fsv2/Makefile
index 40efcaf57da9..e4ef26ed2fa7 100644
--- a/x11-fm/fsv2/Makefile
+++ b/x11-fm/fsv2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fsv2
PORTVERSION= 1.1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-fm
MASTER_SITES= http://cyber.dabamos.de/pub/distfiles/
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile
index f2f07c0c2c55..0ed8cc6fc9e8 100644
--- a/x11-fm/gentoo/Makefile
+++ b/x11-fm/gentoo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gentoo
PORTVERSION= 0.20.7
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= SF
diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile
index cc7396fb2bc4..a2f7c5cf048a 100644
--- a/x11-fm/librfm/Makefile
+++ b/x11-fm/librfm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= librfm
PORTVERSION= 5.3.16.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/5.3.16.3
DISTNAME= ${PORTNAME}5-${PORTVERSION}
diff --git a/x11-fm/nautilus-python/Makefile b/x11-fm/nautilus-python/Makefile
index e916ef04ea3e..2585d9bf9dd2 100644
--- a/x11-fm/nautilus-python/Makefile
+++ b/x11-fm/nautilus-python/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nautilus-python
DISTVERSION= 1.2.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fm gnome python
MASTER_SITES= GNOME
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index 3c6326b9f3df..b356e3d2bc0e 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nautilus
PORTVERSION= 42.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile
index 78db65714a28..8536545ec6e5 100644
--- a/x11-fm/nemo/Makefile
+++ b/x11-fm/nemo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nemo
PORTVERSION= 5.4.2
+PORTREVISION= 1
CATEGORIES= x11-fm gnome
DIST_SUBDIR= gnome
diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile
index 99c7a836f9d7..aeb9c0b6bfc4 100644
--- a/x11-fm/pcmanfm/Makefile
+++ b/x11-fm/pcmanfm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pcmanfm
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/
diff --git a/x11-fm/polo/Makefile b/x11-fm/polo/Makefile
index babb8beb296e..329dd8e74a7d 100644
--- a/x11-fm/polo/Makefile
+++ b/x11-fm/polo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= polo
DISTVERSION= 18.8-beta
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= x11-fm
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile
index d733a6214590..18874065da01 100644
--- a/x11-fm/rodent/Makefile
+++ b/x11-fm/rodent/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rodent
PORTVERSION= 5.3.16.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/${PORTVERSION}
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile
index f0ac0088cfc1..aff04312ad05 100644
--- a/x11-fm/rox-filer/Makefile
+++ b/x11-fm/rox-filer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rox-filer
PORTVERSION= 2.11
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= x11-fm gnome
MASTER_SITES= SF/rox/rox/${PORTVERSION}
diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile
index 21b922519463..14008a80f07c 100644
--- a/x11-fm/sushi/Makefile
+++ b/x11-fm/sushi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sushi
PORTVERSION= 42.0
+PORTREVISION= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index fe9e147dae47..6a7cb5b9453d 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -1,5 +1,6 @@
PORTNAME= thunar
DISTVERSION= 4.18.4
+PORTREVISION= 1
CATEGORIES= x11-fm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4