<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/print/py-frescobaldi, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>print/py-frescobaldi: Update 4.0.4 =&gt; 4.0.5</title>
<updated>2026-03-12T15:44:30+00:00</updated>
<author>
<name>Martin Neubauer</name>
<email>m.ne@gmx.net</email>
</author>
<published>2026-03-12T15:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c1098963828cb3009eedfb44f3d90c47d1f7b39f'/>
<id>c1098963828cb3009eedfb44f3d90c47d1f7b39f</id>
<content type='text'>
Changelog:
https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.5

Switch from dynamically generated by github tarball to statically
generated by upstream.

PR:	293742
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog:
https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.5

Switch from dynamically generated by github tarball to statically
generated by upstream.

PR:	293742
</pre>
</div>
</content>
</entry>
<entry>
<title>print/py-frescobaldi: Update 3.3.0 =&gt; 4.0.4</title>
<updated>2025-08-13T14:06:20+00:00</updated>
<author>
<name>Martin Neubauer</name>
<email>m.ne@gmx.net</email>
</author>
<published>2025-08-13T14:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb93494430b56e76c60c3e554da4a65b74845b26'/>
<id>fb93494430b56e76c60c3e554da4a65b74845b26</id>
<content type='text'>
Upstream switched from qt 5 to 6.

Changelogs:
https://github.com/frescobaldi/frescobaldi/blob/v4.0.4/CHANGELOG.md

PR:	288820
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream switched from qt 5 to 6.

Changelogs:
https://github.com/frescobaldi/frescobaldi/blob/v4.0.4/CHANGELOG.md

PR:	288820
</pre>
</div>
</content>
</entry>
<entry>
<title>python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal</title>
<updated>2025-03-08T04:05:21+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-03-08T02:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=06a08e69f3acb846ad8252945f53c3a2d211e303'/>
<id>06a08e69f3acb846ad8252945f53c3a2d211e303</id>
<content type='text'>
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Chase removal of sip from RUN_DEPENDS</title>
<updated>2024-10-19T07:33:57+00:00</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2024-10-19T07:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f3eb2459d7dc14fa754ff9f21a53d339e500fbd2'/>
<id>f3eb2459d7dc14fa754ff9f21a53d339e500fbd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Remove qtbuilder and sip from RUN_DEPENDS</title>
<updated>2024-10-19T07:21:41+00:00</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2024-10-19T06:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0d0b4d9bb9082b6b330b1817d00eec83632476d6'/>
<id>0d0b4d9bb9082b6b330b1817d00eec83632476d6</id>
<content type='text'>
devel/py-qtbuilder and devel/py-sip should only be used as a
BUILD_DEPENDS. (e.g. USE_PYQT=qtbuilder:build sip:build)
Usually, these are only used to build the PyQt framework, but a few
other ports need them to build. Ports that have them as a BUILD_DEPENDS
unnecessarily haven't been audited yet.

Sip used to be needed for run, but this hasn't been the case for quite
some time. Runtime is provided by the devel/py-qt[56]-sip ports.
(USE_PYQT=pysip). The main PyQt ports provide this automatically, so
it isn't necessary to add it to individual consumers.

While here:
www/onionshare: Remove PyQt stuff completely. It uses PySide.

With hat:	kde@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
devel/py-qtbuilder and devel/py-sip should only be used as a
BUILD_DEPENDS. (e.g. USE_PYQT=qtbuilder:build sip:build)
Usually, these are only used to build the PyQt framework, but a few
other ports need them to build. Ports that have them as a BUILD_DEPENDS
unnecessarily haven't been audited yet.

Sip used to be needed for run, but this hasn't been the case for quite
some time. Runtime is provided by the devel/py-qt[56]-sip ports.
(USE_PYQT=pysip). The main PyQt ports provide this automatically, so
it isn't necessary to add it to individual consumers.

While here:
www/onionshare: Remove PyQt stuff completely. It uses PySide.

With hat:	kde@
</pre>
</div>
</content>
</entry>
<entry>
<title>print/py-frescobaldi: Moved man to share/man</title>
<updated>2024-02-06T15:31:25+00:00</updated>
<author>
<name>Martin Neubauer</name>
<email>m.ne@gmx.net</email>
</author>
<published>2024-02-03T23:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=31626afa660563df90060cf047760d7cc3ebc167'/>
<id>31626afa660563df90060cf047760d7cc3ebc167</id>
<content type='text'>
Approved by: portmgr(blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by: portmgr(blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>all: remove explicit versions in USES=python for "3.x+"</title>
<updated>2023-06-27T19:34:34+00:00</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2023-06-14T22:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=3d9a815d9c5acbb71f4bb07738bdeab4879feacb'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>print/py-frescobaldi: update to 3.3.0</title>
<updated>2023-05-29T23:24:04+00:00</updated>
<author>
<name>Martin Neubauer</name>
<email>m.ne@gmx.net</email>
</author>
<published>2023-05-25T23:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=1f8e37792ad7cb7b5fd136f871a8cac00024cd47'/>
<id>1f8e37792ad7cb7b5fd136f871a8cac00024cd47</id>
<content type='text'>
- update to version 3.3.0
- bump minimum required python version

Changelog: https://github.com/frescobaldi/frescobaldi/blob/master/CHANGELOG.md#330---2023-03-26

PR:		271636
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- update to version 3.3.0
- bump minimum required python version

Changelog: https://github.com/frescobaldi/frescobaldi/blob/master/CHANGELOG.md#330---2023-03-26

PR:		271636
</pre>
</div>
</content>
</entry>
<entry>
<title>audio/opus: bump consumers after update to 1.4</title>
<updated>2023-04-25T15:17:15+00:00</updated>
<author>
<name>Christian Weisgerber</name>
<email>naddy@FreeBSD.org</email>
</author>
<published>2023-04-25T15:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=feb1fa34f58ea796656b86a81c2a2996b0b03c96'/>
<id>feb1fa34f58ea796656b86a81c2a2996b0b03c96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PyQt: Update to latest versions</title>
<updated>2023-03-09T11:15:07+00:00</updated>
<author>
<name>Loïc Bartoletti</name>
<email>lbartoletti@FreeBSD.org</email>
</author>
<published>2023-02-22T07:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=6d3a647cc0ba425475074038caed83f68bd739b2'/>
<id>6d3a647cc0ba425475074038caed83f68bd739b2</id>
<content type='text'>
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
</pre>
</div>
</content>
</entry>
</feed>
