<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/ibus, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>textproc/ibus: Update 1.5.33 =&gt; 1.5.34</title>
<updated>2026-05-12T09:20:05+00:00</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2026-05-12T09:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=20e5bc6ce37dad509bd148963b8252cc50736992'/>
<id>20e5bc6ce37dad509bd148963b8252cc50736992</id>
<content type='text'>
Changelogs:
https://github.com/ibus/ibus/releases/tag/1.5.34-beta1
https://github.com/ibus/ibus/releases/tag/1.5.34-rc1
https://github.com/ibus/ibus/releases/tag/1.5.34

- Unset APPINDICATOR option because libdbusmenu no received update
  since 10 years.

PR:		294930
Approved by:	Henry Hu &lt;henry.hu.sh@gmail.com&gt; (maintainer)
Sponsored by:	UNIS Labs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelogs:
https://github.com/ibus/ibus/releases/tag/1.5.34-beta1
https://github.com/ibus/ibus/releases/tag/1.5.34-rc1
https://github.com/ibus/ibus/releases/tag/1.5.34

- Unset APPINDICATOR option because libdbusmenu no received update
  since 10 years.

PR:		294930
Approved by:	Henry Hu &lt;henry.hu.sh@gmail.com&gt; (maintainer)
Sponsored by:	UNIS Labs
</pre>
</div>
</content>
</entry>
<entry>
<title>misc/unicode-cldr: Remove duplicate</title>
<updated>2026-03-14T22:07:23+00:00</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2026-03-14T22:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bc1afba1ea7ab117fe2886c8eb56cce47dc99bbc'/>
<id>bc1afba1ea7ab117fe2886c8eb56cce47dc99bbc</id>
<content type='text'>
Reported by:	Thierry Thomas &lt;thierry@freebsd.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	Thierry Thomas &lt;thierry@freebsd.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc/cldr-emoji-annotation: Remove in favor of misc/unicode-cldr</title>
<updated>2026-03-14T19:51:59+00:00</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2026-03-14T19:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c0499908899e25d2a1fc5d67964b9e211e2dfb17'/>
<id>c0499908899e25d2a1fc5d67964b9e211e2dfb17</id>
<content type='text'>
PR:		291902
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		291902
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/ibus: Update 1.5.32 =&gt; 1.5.33</title>
<updated>2025-12-08T01:00:22+00:00</updated>
<author>
<name>Henry Hu</name>
<email>henry.hu.sh@gmail.com</email>
</author>
<published>2025-12-08T01:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=a78be530d3b7cb137862531124a89214eb6e384a'/>
<id>a78be530d3b7cb137862531124a89214eb6e384a</id>
<content type='text'>
Changelog:
https://github.com/ibus/ibus/releases/tag/1.5.33

Fix build with different options.

PR:		291303
Co-authored-by:	Olivier Duchateau &lt;duchateau.olivier@gmail.com&gt;
Co-authored-by:	Vladimir Druzenko &lt;vvd@FreeBSD.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog:
https://github.com/ibus/ibus/releases/tag/1.5.33

Fix build with different options.

PR:		291303
Co-authored-by:	Olivier Duchateau &lt;duchateau.olivier@gmail.com&gt;
Co-authored-by:	Vladimir Druzenko &lt;vvd@FreeBSD.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc</title>
<updated>2025-06-19T20:28:47+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-06-19T20:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4f0eba1efd73e85ccb544708c967bca70ad3e7a6'/>
<id>4f0eba1efd73e85ccb544708c967bca70ad3e7a6</id>
<content type='text'>
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/ibus: Update to 1.5.32</title>
<updated>2025-06-11T03:38:24+00:00</updated>
<author>
<name>Henry Hu</name>
<email>henry.hu.sh@gmail.com</email>
</author>
<published>2025-06-10T18:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9a8011cba31c803297cdaea51ae2a51f8f24478a'/>
<id>9a8011cba31c803297cdaea51ae2a51f8f24478a</id>
<content type='text'>
GTK3 option depends on vala because should re-generate the *.c source
files in this case
(see https://github.com/ibus/ibus/issues/2767#issuecomment-2953520818).
Pet portlint, portfmt, portclippy.

Changelog: https://github.com/ibus/ibus/releases/tag/1.5.32

PR:		286158
Reported by:	Olivier Duchateau &lt;duchateau.olivier@gmail.com&gt;
Approved by:	submitter is maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTK3 option depends on vala because should re-generate the *.c source
files in this case
(see https://github.com/ibus/ibus/issues/2767#issuecomment-2953520818).
Pet portlint, portfmt, portclippy.

Changelog: https://github.com/ibus/ibus/releases/tag/1.5.32

PR:		286158
Reported by:	Olivier Duchateau &lt;duchateau.olivier@gmail.com&gt;
Approved by:	submitter is maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Bump revisions after dbus update</title>
<updated>2025-03-08T14:05:10+00:00</updated>
<author>
<name>Gleb Popov</name>
<email>arrowd@FreeBSD.org</email>
</author>
<published>2025-03-08T14:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=a347a92e6ea1376b0004ef39e52cad58eddd6ae7'/>
<id>a347a92e6ea1376b0004ef39e52cad58eddd6ae7</id>
<content type='text'>
PR:		285253
Reported by:	Martin Birgmeier &lt;d8zNeCFG@aon.at&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		285253
Reported by:	Martin Birgmeier &lt;d8zNeCFG@aon.at&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/ibus: Update to 1.5.31</title>
<updated>2025-01-08T05:57:45+00:00</updated>
<author>
<name>Olivier Duchateau</name>
<email>duchateau.olivier@gmail.com</email>
</author>
<published>2025-01-08T05:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=119972ab4161a441163969cbb86951bcc54f1080'/>
<id>119972ab4161a441163969cbb86951bcc54f1080</id>
<content type='text'>
- Switch to DISTVERSION
- Switch to MASTER_SITES (release tarball)
- Add GTK4 option
- Enable by default GTK3, GTK4 and WAYLAND [1] options (disable GTK2)
- Remove reference to KDE4 in pkg-message
- Remove MAKE_JOBS_UNSAFE restriction

[1] Wayland is enabled by default in x11-toolkits/gtk{30,40}

ChangeLog:	https://github.com/ibus/ibus/releases/tag/1.5.31
PR:		283516
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Switch to DISTVERSION
- Switch to MASTER_SITES (release tarball)
- Add GTK4 option
- Enable by default GTK3, GTK4 and WAYLAND [1] options (disable GTK2)
- Remove reference to KDE4 in pkg-message
- Remove MAKE_JOBS_UNSAFE restriction

[1] Wayland is enabled by default in x11-toolkits/gtk{30,40}

ChangeLog:	https://github.com/ibus/ibus/releases/tag/1.5.31
PR:		283516
</pre>
</div>
</content>
</entry>
<entry>
<title>devel/py-pygobject: bump consumer PORTREVISIONs after port rename</title>
<updated>2024-11-22T22:31:54+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2024-11-22T22:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=32a55d206da74eb98a7350e72352b2e4b55a81f9'/>
<id>32a55d206da74eb98a7350e72352b2e4b55a81f9</id>
<content type='text'>
With hat: gnome
PR: 273722
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With hat: gnome
PR: 273722
</pre>
</div>
</content>
</entry>
<entry>
<title>all: drop support for FreeBSD 13.2 which reached EOL today</title>
<updated>2024-07-01T20:27:23+00:00</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2024-06-15T18:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=19d68720f1dac6176557ffa8d9c1684c4cf22608'/>
<id>19d68720f1dac6176557ffa8d9c1684c4cf22608</id>
<content type='text'>
Thanks again to jbeich for noticing various things I overlooked.

Reviewed by:	acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision:	https://reviews.freebsd.org/D45141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks again to jbeich for noticing various things I overlooked.

Reviewed by:	acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision:	https://reviews.freebsd.org/D45141
</pre>
</div>
</content>
</entry>
</feed>
