<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/multimedia/kaffeine/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>multimedia/kaffeine: Update to 2.1.0 and switch to Qt6</title>
<updated>2026-07-13T09:35:44+00:00</updated>
<author>
<name>Max Brazhnikov</name>
<email>makc@FreeBSD.org</email>
</author>
<published>2026-07-13T09:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=23b97aaabf2a7d5d8dd3005047940a746f954a7c'/>
<id>23b97aaabf2a7d5d8dd3005047940a746f954a7c</id>
<content type='text'>
- Update WWW and LICENSE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update WWW and LICENSE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mk/Uses: Move man to share/man for kde framework</title>
<updated>2024-01-30T20:25:13+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-01-30T15:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=39c1f7c5dd751adb7245e6377e798b8a518485f6'/>
<id>39c1f7c5dd751adb7245e6377e798b8a518485f6</id>
<content type='text'>
All ports utilizing USES=kde has been tested. If there are breakage on
other parts of the tree buzz me.

Approved by:	portmgr (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All ports utilizing USES=kde has been tested. If there are breakage on
other parts of the tree buzz me.

Approved by:	portmgr (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'</title>
<updated>2023-12-03T22:17:33+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2023-12-03T21:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b2a438e1ba2f1f806519a925c2f241d2f4675c65'/>
<id>b2a438e1ba2f1f806519a925c2f241d2f4675c65</id>
<content type='text'>
To depend on phonon, you now need

USES=	kde:&lt;ver&gt;
USE_KDE=phonon

if you want to depend on the backend, also add

USE_KDE=	phonon-backend
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To depend on phonon, you now need

USES=	kde:&lt;ver&gt;
USE_KDE=phonon

if you want to depend on the backend, also add

USE_KDE=	phonon-backend
</pre>
</div>
</content>
</entry>
<entry>
<title>devel/kf5-extra-cmake-modules: add as build dependency</title>
<updated>2023-08-15T21:17:14+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2023-08-15T20:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7f390d7d58db706fc483427fcd78f6a399ce32b0'/>
<id>7f390d7d58db706fc483427fcd78f6a399ce32b0</id>
<content type='text'>
- these ports previously got ecm through an unclean dependency
  (run_depend) from one of their dependencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- these ports previously got ecm through an unclean dependency
  (run_depend) from one of their dependencies.
</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>Mk/Uses: always use colon for build/run suffix</title>
<updated>2022-09-11T10:20:14+00:00</updated>
<author>
<name>Felix Palmen</name>
<email>zirias@FreeBSD.org</email>
</author>
<published>2022-09-11T10:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ddae4e92d8313a1461145e3b4f0232fe463feaee'/>
<id>ddae4e92d8313a1461145e3b4f0232fe463feaee</id>
<content type='text'>
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/kaffeine: pet stage-qa</title>
<updated>2022-09-05T19:06:29+00:00</updated>
<author>
<name>Dima Panov</name>
<email>fluffy@FreeBSD.org</email>
</author>
<published>2022-09-05T19:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=01e24550076c15c6b130f64444b98e4db5138c9f'/>
<id>01e24550076c15c6b130f64444b98e4db5138c9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:30+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=63f36d326290febc7af8820d7bde9c78cda71c80'/>
<id>63f36d326290febc7af8820d7bde9c78cda71c80</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron LI &lt;aly@aaronly.me&gt;
  *  Alexander Botero-Lowry &lt;alexbl@FreeBSD.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrew Thompson &lt;andy@fud.org.nz&gt;
  *  Andrew Thompson &lt;thompsa@FreeBSD.org&gt;
  *  Angel Carpintero &lt;ack@telefonica.net&gt;
  *  Anish Mistry (with help from mean)
  *  Anonymous &lt;swell.k@gmail.com&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Ashish Shukla &lt;wahjava@gmail.com&gt;
  *  Ben Woods &lt;woodsb02@FreeBSD.org&gt;
  *  Brian Somers &lt;brian@FreeBSD.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Byung-Hee HWANG &lt;bh@izb.knu.ac.kr&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;chein@FreeBSD.org&gt; &amp; Jim Overholt &lt;overholt@isdw.net&gt;
  *  Daniel Morante &lt;daniel@morante.net&gt;
  *  Diego Depaoli &lt;trebestie@gmail.com&gt; and Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Dierk Sacher &lt;dierk@blaxxtarz.de&gt;
  *  Dreamcat4 &lt;dreamcat4@gmail.com&gt;
  *  Earl Gay &lt;earl@eeg3.net&gt;
  *  Ed Schouten &lt;ed@FreeBSD.org&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Franz Bettag &lt;franz@bett.ag&gt;
  *  FreeBSD GNOME Team &lt;gnome@freebsd.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Harold Gutch &lt;logix@foobar.franken.de&gt;
  *  Heiner &lt;h.eichmann@gmx.de&gt;
  *  Heiner Eichmann &lt;h.eichmann@gmx.de&gt;
  *  Hendrik Scholz &lt;hendrik@scholz.net&gt;
  *  Herbert J. Skuhra &lt;h.skuhra@gmail.com&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Holger Lamm
  *  J.R. Oldroyd &lt;fbsd@opal.com&gt;
  *  Jason Harmening &lt;jason.harmening@gmail.com&gt;
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock &lt;nox@FreeBSD.org&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  KalleDK &lt;plexmaintainer@k-moeller.dk&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Koop Mast &lt;kwm@rainbow-runner.nl&gt;
  *  Kozlov Sergey &lt;kozlov.sergey.404@gmail.com&gt;
  *  Kris Moore
  *  Kuan-Chung Chiu &lt;buganini@gmail.com&gt;
  *  Lars Eggert &lt;lars.eggert@gmx.net&gt;
  *  Leinier Cruz Salfran &lt;salfrancl@yahoo.es&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Manuel Creach &lt;manuel.creach@icloud.com&gt;
  *  Marc van Woerkom &lt;3d@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Neubauer &lt;m.ne@gmx.net&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt; et al
  *  Mina Naguib &lt;webmaster@topfx.com&gt;
  *  Mykola Dzham &lt;i@levsha.me&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Pascal Vizeli &lt;pvizeli@yahoo.de&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Pawel Pekala &lt;pawel@FreeBSD.org&gt;
  *  Petar Zhivkov Petrov &lt;pesho.petrov@gmail.com&gt;
  *  Phil Oleson
  *  Phil Oleson &lt;oz@nixil.net&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Raaf &lt;freebsd@luna.afraid.org&gt;
  *  Randall Hopper &lt;aa8vb@nc.rr.com&gt;
  *  Rodrigo OSORIO &lt;rodrigo@FreeBSD.org&gt;
  *  Rozhuk Ivan 2018 &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Stacey Son &lt;mythdev@son.org&gt;, Ari Maniatis &lt;ari@ish.com.au&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev &lt;wulf@mail.mipt.ru&gt;
  *  William Grzybowski &lt;wg@FreeBSD.org&gt;
  *  William Grzybowski &lt;william88@gmail.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Zastupov Stepan [RedChrom] &lt;redchrom@mail.ru&gt;
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  Aaron LI &lt;aly@aaronly.me&gt;
  *  Alexander Botero-Lowry &lt;alexbl@FreeBSD.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrew Thompson &lt;andy@fud.org.nz&gt;
  *  Andrew Thompson &lt;thompsa@FreeBSD.org&gt;
  *  Angel Carpintero &lt;ack@telefonica.net&gt;
  *  Anish Mistry (with help from mean)
  *  Anonymous &lt;swell.k@gmail.com&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Ashish Shukla &lt;wahjava@gmail.com&gt;
  *  Ben Woods &lt;woodsb02@FreeBSD.org&gt;
  *  Brian Somers &lt;brian@FreeBSD.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Byung-Hee HWANG &lt;bh@izb.knu.ac.kr&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;chein@FreeBSD.org&gt; &amp; Jim Overholt &lt;overholt@isdw.net&gt;
  *  Daniel Morante &lt;daniel@morante.net&gt;
  *  Diego Depaoli &lt;trebestie@gmail.com&gt; and Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Dierk Sacher &lt;dierk@blaxxtarz.de&gt;
  *  Dreamcat4 &lt;dreamcat4@gmail.com&gt;
  *  Earl Gay &lt;earl@eeg3.net&gt;
  *  Ed Schouten &lt;ed@FreeBSD.org&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Franz Bettag &lt;franz@bett.ag&gt;
  *  FreeBSD GNOME Team &lt;gnome@freebsd.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Harold Gutch &lt;logix@foobar.franken.de&gt;
  *  Heiner &lt;h.eichmann@gmx.de&gt;
  *  Heiner Eichmann &lt;h.eichmann@gmx.de&gt;
  *  Hendrik Scholz &lt;hendrik@scholz.net&gt;
  *  Herbert J. Skuhra &lt;h.skuhra@gmail.com&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Holger Lamm
  *  J.R. Oldroyd &lt;fbsd@opal.com&gt;
  *  Jason Harmening &lt;jason.harmening@gmail.com&gt;
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock &lt;nox@FreeBSD.org&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  KalleDK &lt;plexmaintainer@k-moeller.dk&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Koop Mast &lt;kwm@rainbow-runner.nl&gt;
  *  Kozlov Sergey &lt;kozlov.sergey.404@gmail.com&gt;
  *  Kris Moore
  *  Kuan-Chung Chiu &lt;buganini@gmail.com&gt;
  *  Lars Eggert &lt;lars.eggert@gmx.net&gt;
  *  Leinier Cruz Salfran &lt;salfrancl@yahoo.es&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Manuel Creach &lt;manuel.creach@icloud.com&gt;
  *  Marc van Woerkom &lt;3d@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Neubauer &lt;m.ne@gmx.net&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt; et al
  *  Mina Naguib &lt;webmaster@topfx.com&gt;
  *  Mykola Dzham &lt;i@levsha.me&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Pascal Vizeli &lt;pvizeli@yahoo.de&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Pawel Pekala &lt;pawel@FreeBSD.org&gt;
  *  Petar Zhivkov Petrov &lt;pesho.petrov@gmail.com&gt;
  *  Phil Oleson
  *  Phil Oleson &lt;oz@nixil.net&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Raaf &lt;freebsd@luna.afraid.org&gt;
  *  Randall Hopper &lt;aa8vb@nc.rr.com&gt;
  *  Rodrigo OSORIO &lt;rodrigo@FreeBSD.org&gt;
  *  Rozhuk Ivan 2018 &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Stacey Son &lt;mythdev@son.org&gt;, Ari Maniatis &lt;ari@ish.com.au&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev &lt;wulf@mail.mipt.ru&gt;
  *  William Grzybowski &lt;wg@FreeBSD.org&gt;
  *  William Grzybowski &lt;william88@gmail.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Zastupov Stepan [RedChrom] &lt;redchrom@mail.ru&gt;
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>KDE not-Applications: chase doctools</title>
<updated>2021-04-22T07:54:24+00:00</updated>
<author>
<name>Adriaan de Groot</name>
<email>adridg@FreeBSD.org</email>
</author>
<published>2021-04-22T07:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e9c54a7558d0411e55364c8aa03f8cd2ec38b489'/>
<id>e9c54a7558d0411e55364c8aa03f8cd2ec38b489</id>
<content type='text'>
These ports use KDE Frameworks and require kdoctools to build. Since
that is no longer an implicit build &amp; run dependency, (re)introduce it
explicitly as a build-time dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These ports use KDE Frameworks and require kdoctools to build. Since
that is no longer an implicit build &amp; run dependency, (re)introduce it
explicitly as a build-time dependency.
</pre>
</div>
</content>
</entry>
</feed>
