<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/deskutils/iconbrowser, branch release/13.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-09-05T07:26:26Z</updated>
<entry>
<title>deskutils/iconbrowser: update to 2.2.0</title>
<updated>2023-09-05T07:26:26Z</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2023-09-04T08:25:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=989472dad580bc8df78f8c82249b62fecc87e2e7'/>
<id>urn:sha1:989472dad580bc8df78f8c82249b62fecc87e2e7</id>
<content type='text'>
ChangeLog: https://github.com/elementary/iconbrowser/releases/tag/2.2.0

Updated translations.

PR:		273453
Reported by:	duchateau.olivier@gmail.com (maintainer)
</content>
</entry>
<entry>
<title>all: remove explicit versions in USES=python for "3.x+"</title>
<updated>2023-06-27T19:34:34Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2023-06-14T22:00:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d9a815d9c5acbb71f4bb07738bdeab4879feacb'/>
<id>urn:sha1:3d9a815d9c5acbb71f4bb07738bdeab4879feacb</id>
<content type='text'>
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	&lt;https://reviews.freebsd.org/D40568&gt;
</content>
</entry>
<entry>
<title>audio/opus: bump consumers after update to 1.4</title>
<updated>2023-04-25T15:17:15Z</updated>
<author>
<name>Christian Weisgerber</name>
<email>naddy@FreeBSD.org</email>
</author>
<published>2023-04-25T15:15:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=feb1fa34f58ea796656b86a81c2a2996b0b03c96'/>
<id>urn:sha1:feb1fa34f58ea796656b86a81c2a2996b0b03c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>accessibility/at-spi2-core: update to 2.46.0</title>
<updated>2023-03-02T05:23:10Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2023-02-24T09:34:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8'/>
<id>urn:sha1:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8</id>
<content type='text'>
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
---
</content>
</entry>
<entry>
<title>x11-toolkits/granite7: update to 7.2.0</title>
<updated>2023-03-01T06:20:51Z</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2023-03-01T06:15:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4cd23f0e1981baf1da8ee49f197b43ea81e43eb0'/>
<id>urn:sha1:4cd23f0e1981baf1da8ee49f197b43ea81e43eb0</id>
<content type='text'>
PR:		269859
</content>
</entry>
<entry>
<title>x11-toolkits/granite7: update to 7.1.0</title>
<updated>2022-11-14T22:54:36Z</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2022-11-14T22:53:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d8b67209bffc8eabc7b593a4d78d89b12f849a32'/>
<id>urn:sha1:d8b67209bffc8eabc7b593a4d78d89b12f849a32</id>
<content type='text'>
Bump PORTREVISION of the few consumers.

PR:		266971
</content>
</entry>
<entry>
<title>deskutils/iconbrowser: Update to 2.1.1</title>
<updated>2022-11-09T08:55:11Z</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2022-11-09T08:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e325a0424d0c882d756c80da134068f82a63ede7'/>
<id>urn:sha1:e325a0424d0c882d756c80da134068f82a63ede7</id>
<content type='text'>
PR:		267647
</content>
</entry>
<entry>
<title>deskutils/iconbrowser: Set new maintainer</title>
<updated>2022-10-11T06:12:16Z</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2022-10-11T05:48:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fdd6def1ba8f9111a2f785a86d4299603d291217'/>
<id>urn:sha1:fdd6def1ba8f9111a2f785a86d4299603d291217</id>
<content type='text'>
Submitter becomes maintainer. Already maintainer of several ports.

PR:		266943
Reported by:	duchateau.olivier@gmail.com
</content>
</entry>
<entry>
<title>*/*: Release ports from maintainership</title>
<updated>2022-10-09T11:56:28Z</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2022-10-07T06:02:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f57221afde929c42521a9325c8e6416e2e400178'/>
<id>urn:sha1:f57221afde929c42521a9325c8e6416e2e400178</id>
<content type='text'>
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech &lt;greg@unrelenting.technology&gt;
</content>
</entry>
<entry>
<title>deskutils/lookbook: update to 2.0.0</title>
<updated>2022-10-06T16:20:31Z</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2022-10-06T05:45:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2bcbff8020ebd7b5855296be3dba213ce3550cd1'/>
<id>urn:sha1:2bcbff8020ebd7b5855296be3dba213ce3550cd1</id>
<content type='text'>
ChangeLog: https://github.com/elementary/iconbrowser/releases/tag/2.0.0

 * Fancy new icon
 * Drag the window from anywhere
 * Follow the system dark style preference
 * Updated for Gtk 4

Move the port to its official name.
Mantainer MIA for some time now with this and other ports.

PR:		266839
Reported by:	duchateau.olivier@gmail.com
Approved by:	greg@unrelenting.technology (maintainer, timeout)
</content>
</entry>
</feed>
