<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/ump, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>Revert "math/*: Improve and expand pkg-descr"</title>
<updated>2025-09-30T07:10:55+00:00</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2025-09-30T07:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d0a737fa905e1eec6ccf7c7fbbdc3df78b21471a'/>
<id>d0a737fa905e1eec6ccf7c7fbbdc3df78b21471a</id>
<content type='text'>
This reverts commit 5f90970e571a0fbd9caee91a04409f5c8ab1f9fe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5f90970e571a0fbd9caee91a04409f5c8ab1f9fe.
</pre>
</div>
</content>
</entry>
<entry>
<title>math/*: Improve and expand pkg-descr</title>
<updated>2025-09-30T04:04:32+00:00</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2025-09-30T03:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5f90970e571a0fbd9caee91a04409f5c8ab1f9fe'/>
<id>5f90970e571a0fbd9caee91a04409f5c8ab1f9fe</id>
<content type='text'>
All ports maintained by ports@FreeBSD.org

Content generated by Gemini AI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All ports maintained by ports@FreeBSD.org

Content generated by Gemini AI.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move</title>
<updated>2025-03-17T04:02:08+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-03-11T22:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e87d8134a3460dff28f0c469fff83a187e9820bc'/>
<id>e87d8134a3460dff28f0c469fff83a187e9820bc</id>
<content type='text'>
The GTK 1-based gdk-pixbuf has not existed for some time.

No functional or package changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GTK 1-based gdk-pixbuf has not existed for some time.

No functional or package changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Update WWW to use HTTPS for sourceforge.net projects</title>
<updated>2023-11-01T22:11:47+00:00</updated>
<author>
<name>Rodrigo Osorio</name>
<email>rodrigo@FreeBSD.org</email>
</author>
<published>2023-10-27T15:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=05f0f44a557a53913001d6debf17965dfb799288'/>
<id>05f0f44a557a53913001d6debf17965dfb799288</id>
<content type='text'>
Homepage link is permanent redirected to its HTTPS counterpart
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Homepage link is permanent redirected to its HTTPS counterpart
</pre>
</div>
</content>
</entry>
<entry>
<title>math/ump: Fix build with llvm16</title>
<updated>2023-08-07T22:00:19+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-08-07T19:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=06e93734178c298a0f5392b21c40b26bc5fa7c52'/>
<id>06e93734178c298a0f5392b21c40b26bc5fa7c52</id>
<content type='text'>
- Add missing dependencies reported by poudriere testport
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add missing dependencies reported by poudriere testport
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
</pre>
</div>
</content>
</entry>
<entry>
<title>accessibility/at-spi2-core: update to 2.46.0</title>
<updated>2023-03-02T05:23:10+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2023-02-24T09:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
---
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</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>math: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:24+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f53eb28489aa8f30712cd8772d1a0e05c394a5da'/>
<id>f53eb28489aa8f30712cd8772d1a0e05c394a5da</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Aaron Dalton &lt;aaron@daltons.ca&gt;
  *  Alessando Sagratini &lt;ale_sagra@hotmail.com&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Amarendra Godbole &lt;amarendra.godbole@gmail.com&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada &lt;andrew@chg.ru&gt;
  *  Andrey &lt;gugu@zoo.rambler.ru&gt;
  *  Andrey Zakhvatov
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@plab.ku.dk&gt;
  *  Anton Berezin &lt;tobez@tobez.org&gt;
  *  Anton Shterenlikht
  *  Anton Shterenlikht &lt;mexas@bris.ac.uk&gt;
  *  Bob Eager &lt;bob@eager.cx&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Cheng-Lung Sung &lt;clsung@FreeBSD.org&gt;
  *  Cheng-Lung Sung &lt;clsung@dragon2.net&gt;
  *  Chris D. Faulhaber &lt;jedgar@fxp.org&gt;
  *  Christopher J. Ruwe
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;geekdude@pacbell.net&gt;
  *  Cyrille Szymanski &lt;cnszym@gmail.com&gt;
  *  Dan Rue &lt;drue@therub.org&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  David Naylor &lt;dbn@FreeBSD.org&gt;
  *  David Naylor &lt;naylor.b.david@gmail.com&gt;
  *  Dereckson &lt;dereckson@gmail.com&gt;
  *  Devin Teske &lt;dteske@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;mitya@yandex-team.ru&gt;
  *  Don Croyle &lt;croyle@gelemna.org&gt;
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon &lt;dylan@dylex.net&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Eijiro Shibusawa &lt;ej-sib@ice.uec.ac.jp&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff &lt;eagriff@global2000.net&gt;
  *  Eric van Gyzen &lt;vangyzen@stat.duke.edu&gt;
  *  Ewgenij Gawrilow &lt;gawrilow@math.tu-berlin.de&gt;
  *  Fernan Aguero &lt;fernan@iib.unsam.edu.ar&gt;
  *  Foxfair Hu &lt;foxfair@FreeBSD.org&gt;
  *  Frederic Han &lt;han@math.jussieu.fr&gt;
  *  Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Giuseppe Pilichi aka Jacula Modyun &lt;jacula@gmail.com&gt;
  *  Greg Larkin &lt;glarkin@FreeBSD.org&gt;
  *  Guangyuan Yang &lt;ygy@FreeBSD.org&gt;
  *  Gustau Perez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Heinz Tschabitscher
  *  Horia Racoviceanu &lt;horia@racoviceanu.com&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Iblis Lin &lt;iblis@hs.ntnu.edu.tw&gt;
  *  Issei Suzuki &lt;issei@jp.FreeBSD.ORG&gt;
  *  Janni
  *  Jason Harris &lt;jharris@widomaker.com&gt;
  *  Javad Kouhi &lt;javad.kouhi@gmail.com&gt;
  *  Jean-Yves Lefort &lt;jylefort@FreeBSD.org&gt;
  *  Jin-Shan Tseng &lt;tjs@cdpa.nsysu.edu.tw&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Dieterich &lt;dieterich@ogolem.org&gt;
  *  Johannes M Dieterich &lt;jmd@FreeBSD.org&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Marino &lt;marino@FreeBSD.org&gt;
  *  Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;
  *  Ju Pengfei &lt;ju.pengfei@gmail.com&gt;
  *  Jukka A. Ukkonen &lt;jau@iki.fi&gt;
  *  Kay Lehmann &lt;kay_lehmann@web.de&gt;
  *  Kevin Lo &lt;kevlo@FreeBSD.org&gt;
  *  Klaus T. Aehlig &lt;aehlig@linta.de&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Kurt Jaeger &lt;fbsd-ports@opsec.eu&gt;
  *  Lars Engels &lt;lme@FreeBSD.org&gt;
  *  Lars Koeller &lt;Lars.Koeller@Uni-Bielefeld.DE&gt;
  *  Lars Koeller &lt;Lars.Koeller@Uni-Bielefeld.de&gt;
  *  Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;
  *  Li-Wen Hsu &lt;lwhsu@lwhsu.org&gt;
  *  M. L. Dodson, &lt;bdodson@scms.utmb.edu&gt;
  *  Maho Nakata &lt;maho@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@linf.unb.br&gt; et al.
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark R V Murray &lt;markm@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Matthew Seaman &lt;matthew@FreeBSD.org&gt;
  *  Maurice Castro &lt;maurice@serc.rmit.edu.au&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Maxime Henrion &lt;mux@FreeBSD.org&gt;
  *  Michael Haro &lt;mharo@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Neumann &lt;mneumann@ntecs.de&gt;
  *  Muhammad Moinur Rahmanh &lt;5u623l20@gmail.com&gt;
  *  NAKATA Maho &lt;chat95@mbox.kyoto-inet.or.jp&gt;
  *  NAKATA, Maho &lt;maho@FreeBSD.org&gt;
  *  Nakata Maho &lt;maho@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni
  *  Pedro Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni &lt;pfg@FreeBSD.org&gt;
  *  Peter Pentchev &lt;roam@FreeBSD.org&gt;
  *  Philip Paeps &lt;philip@FreeBSD.org&gt;
  *  Pierre-Paul Lavoie &lt;ppl@nbnet.nb.ca&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Piotr Rybicki &lt;meritus@innervision.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor &lt;ports@rbt.ca&gt;
  *  Roman Neuhauser &lt;neuhauser@sigpipe.cz&gt;
  *  Sander Vesik &lt;sander@haldjas.folklore.ee&gt;
  *  Scott Flatman &lt;sf@dsinw.com&gt;
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Akifyev &lt;asa@agava.com&gt;
  *  Sergey Akifyev &lt;asa@gascom.ru&gt;
  *  Sergey Skvortsov &lt;skv@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Shell Hung &lt;shell@shellhung.org&gt;
  *  Shin-ya MURAKAMI &lt;murashin@gfd-dennou.org&gt;
  *  Stas Timokhin &lt;devel@stasyan.com&gt;
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser &lt;se@StefanEsser.FreeBSD.org&gt;
  *  Stephen Montgomery-Smith &lt;stephen@FreeBSD.edu&gt;
  *  Stephen Montgomery-Smith &lt;stephen@FreeBSD.org&gt;
  *  Stephen Montgomery-Smith &lt;stephen@math.missouri.edu&gt;
  *  Stephen Montgomery-Smith &lt;stephen@missouri.edu&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@f2o.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas (&lt;thierry@pompo.net&gt;)
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Thomas Sandford &lt;freebsduser@paradisegreen.co.uk&gt;
  *  Timothy Bourke &lt;timbob@bigpond.com&gt;
  *  Tony Maher
  *  Tz-Huan Huang &lt;tzhuan@csie.org&gt;
  *  Vsevolod Stakhov &lt;vsevolod@FreeBSD.org&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Waitman Gobble &lt;waitman@waitman.net&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yinghong.Liu &lt;relaxbsd@gmail.com&gt;
  *  Yoshiaki UCHIKAWA &lt;yoshiaki@kt.rim.or.jp&gt;
  *  Yukihiro Nakai &lt;Nakai@technologist.com&gt;
  *  Yuri Victorovich &lt;yuri@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  Yuri Victorovich &lt;yuri@tsoft.com&gt;
  *  Zhen REN &lt;bg1tpt@gmail.com&gt;
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. &lt;bf@FreeBSD.org&gt;
  *  bart &lt;lbartoletti@FreeBSD.org&gt;
  *  bauerm
  *  bf &lt;bf2006a@yahoo.com&gt;
  *  bf &lt;bf@FreeBSD.org&gt;
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe &lt;daweonline@gmail.com&gt;
  *  dbader@ece.unm.edu
  *  dd
  *  demon@FreeBSD.org
  *  dikshie
  *  eserte
  *  fenner
  *  gahr
  *  giffunip
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jhs@berklix.com / asami (original)
  *  jmz
  *  js@jeannot.org
  *  keith@FreeBSD.org
  *  ljo
  *  mr
  *  nobu@rd.isac.co.jp
  *  pauls@utdallas.edu
  *  pusto@web.de
  *  reg@shale.csir.co.za
  *  rfarmer@predatorlabs.net
  *  stephen@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  will
  * # Created by Matthias Fechner &lt;mfechner@FreeBSD.org&gt;

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 Dalton &lt;aaron@FreeBSD.org&gt;
  *  Aaron Dalton &lt;aaron@daltons.ca&gt;
  *  Alessando Sagratini &lt;ale_sagra@hotmail.com&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Amarendra Godbole &lt;amarendra.godbole@gmail.com&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada &lt;andrew@chg.ru&gt;
  *  Andrey &lt;gugu@zoo.rambler.ru&gt;
  *  Andrey Zakhvatov
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@plab.ku.dk&gt;
  *  Anton Berezin &lt;tobez@tobez.org&gt;
  *  Anton Shterenlikht
  *  Anton Shterenlikht &lt;mexas@bris.ac.uk&gt;
  *  Bob Eager &lt;bob@eager.cx&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Cheng-Lung Sung &lt;clsung@FreeBSD.org&gt;
  *  Cheng-Lung Sung &lt;clsung@dragon2.net&gt;
  *  Chris D. Faulhaber &lt;jedgar@fxp.org&gt;
  *  Christopher J. Ruwe
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;geekdude@pacbell.net&gt;
  *  Cyrille Szymanski &lt;cnszym@gmail.com&gt;
  *  Dan Rue &lt;drue@therub.org&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  David Naylor &lt;dbn@FreeBSD.org&gt;
  *  David Naylor &lt;naylor.b.david@gmail.com&gt;
  *  Dereckson &lt;dereckson@gmail.com&gt;
  *  Devin Teske &lt;dteske@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;mitya@yandex-team.ru&gt;
  *  Don Croyle &lt;croyle@gelemna.org&gt;
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon &lt;dylan@dylex.net&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Eijiro Shibusawa &lt;ej-sib@ice.uec.ac.jp&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff &lt;eagriff@global2000.net&gt;
  *  Eric van Gyzen &lt;vangyzen@stat.duke.edu&gt;
  *  Ewgenij Gawrilow &lt;gawrilow@math.tu-berlin.de&gt;
  *  Fernan Aguero &lt;fernan@iib.unsam.edu.ar&gt;
  *  Foxfair Hu &lt;foxfair@FreeBSD.org&gt;
  *  Frederic Han &lt;han@math.jussieu.fr&gt;
  *  Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Giuseppe Pilichi aka Jacula Modyun &lt;jacula@gmail.com&gt;
  *  Greg Larkin &lt;glarkin@FreeBSD.org&gt;
  *  Guangyuan Yang &lt;ygy@FreeBSD.org&gt;
  *  Gustau Perez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Heinz Tschabitscher
  *  Horia Racoviceanu &lt;horia@racoviceanu.com&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Iblis Lin &lt;iblis@hs.ntnu.edu.tw&gt;
  *  Issei Suzuki &lt;issei@jp.FreeBSD.ORG&gt;
  *  Janni
  *  Jason Harris &lt;jharris@widomaker.com&gt;
  *  Javad Kouhi &lt;javad.kouhi@gmail.com&gt;
  *  Jean-Yves Lefort &lt;jylefort@FreeBSD.org&gt;
  *  Jin-Shan Tseng &lt;tjs@cdpa.nsysu.edu.tw&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Dieterich &lt;dieterich@ogolem.org&gt;
  *  Johannes M Dieterich &lt;jmd@FreeBSD.org&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Marino &lt;marino@FreeBSD.org&gt;
  *  Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;
  *  Ju Pengfei &lt;ju.pengfei@gmail.com&gt;
  *  Jukka A. Ukkonen &lt;jau@iki.fi&gt;
  *  Kay Lehmann &lt;kay_lehmann@web.de&gt;
  *  Kevin Lo &lt;kevlo@FreeBSD.org&gt;
  *  Klaus T. Aehlig &lt;aehlig@linta.de&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Kurt Jaeger &lt;fbsd-ports@opsec.eu&gt;
  *  Lars Engels &lt;lme@FreeBSD.org&gt;
  *  Lars Koeller &lt;Lars.Koeller@Uni-Bielefeld.DE&gt;
  *  Lars Koeller &lt;Lars.Koeller@Uni-Bielefeld.de&gt;
  *  Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;
  *  Li-Wen Hsu &lt;lwhsu@lwhsu.org&gt;
  *  M. L. Dodson, &lt;bdodson@scms.utmb.edu&gt;
  *  Maho Nakata &lt;maho@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@linf.unb.br&gt; et al.
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark R V Murray &lt;markm@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Matthew Seaman &lt;matthew@FreeBSD.org&gt;
  *  Maurice Castro &lt;maurice@serc.rmit.edu.au&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Maxime Henrion &lt;mux@FreeBSD.org&gt;
  *  Michael Haro &lt;mharo@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Neumann &lt;mneumann@ntecs.de&gt;
  *  Muhammad Moinur Rahmanh &lt;5u623l20@gmail.com&gt;
  *  NAKATA Maho &lt;chat95@mbox.kyoto-inet.or.jp&gt;
  *  NAKATA, Maho &lt;maho@FreeBSD.org&gt;
  *  Nakata Maho &lt;maho@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni
  *  Pedro Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni &lt;pfg@FreeBSD.org&gt;
  *  Peter Pentchev &lt;roam@FreeBSD.org&gt;
  *  Philip Paeps &lt;philip@FreeBSD.org&gt;
  *  Pierre-Paul Lavoie &lt;ppl@nbnet.nb.ca&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Piotr Rybicki &lt;meritus@innervision.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor &lt;ports@rbt.ca&gt;
  *  Roman Neuhauser &lt;neuhauser@sigpipe.cz&gt;
  *  Sander Vesik &lt;sander@haldjas.folklore.ee&gt;
  *  Scott Flatman &lt;sf@dsinw.com&gt;
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Akifyev &lt;asa@agava.com&gt;
  *  Sergey Akifyev &lt;asa@gascom.ru&gt;
  *  Sergey Skvortsov &lt;skv@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Shell Hung &lt;shell@shellhung.org&gt;
  *  Shin-ya MURAKAMI &lt;murashin@gfd-dennou.org&gt;
  *  Stas Timokhin &lt;devel@stasyan.com&gt;
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser &lt;se@StefanEsser.FreeBSD.org&gt;
  *  Stephen Montgomery-Smith &lt;stephen@FreeBSD.edu&gt;
  *  Stephen Montgomery-Smith &lt;stephen@FreeBSD.org&gt;
  *  Stephen Montgomery-Smith &lt;stephen@math.missouri.edu&gt;
  *  Stephen Montgomery-Smith &lt;stephen@missouri.edu&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@f2o.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas (&lt;thierry@pompo.net&gt;)
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Thomas Sandford &lt;freebsduser@paradisegreen.co.uk&gt;
  *  Timothy Bourke &lt;timbob@bigpond.com&gt;
  *  Tony Maher
  *  Tz-Huan Huang &lt;tzhuan@csie.org&gt;
  *  Vsevolod Stakhov &lt;vsevolod@FreeBSD.org&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Waitman Gobble &lt;waitman@waitman.net&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yinghong.Liu &lt;relaxbsd@gmail.com&gt;
  *  Yoshiaki UCHIKAWA &lt;yoshiaki@kt.rim.or.jp&gt;
  *  Yukihiro Nakai &lt;Nakai@technologist.com&gt;
  *  Yuri Victorovich &lt;yuri@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  Yuri Victorovich &lt;yuri@tsoft.com&gt;
  *  Zhen REN &lt;bg1tpt@gmail.com&gt;
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. &lt;bf@FreeBSD.org&gt;
  *  bart &lt;lbartoletti@FreeBSD.org&gt;
  *  bauerm
  *  bf &lt;bf2006a@yahoo.com&gt;
  *  bf &lt;bf@FreeBSD.org&gt;
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe &lt;daweonline@gmail.com&gt;
  *  dbader@ece.unm.edu
  *  dd
  *  demon@FreeBSD.org
  *  dikshie
  *  eserte
  *  fenner
  *  gahr
  *  giffunip
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jhs@berklix.com / asami (original)
  *  jmz
  *  js@jeannot.org
  *  keith@FreeBSD.org
  *  ljo
  *  mr
  *  nobu@rd.isac.co.jp
  *  pauls@utdallas.edu
  *  pusto@web.de
  *  reg@shale.csir.co.za
  *  rfarmer@predatorlabs.net
  *  stephen@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  will
  * # Created by Matthias Fechner &lt;mfechner@FreeBSD.org&gt;

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/mesa-libs: Bump reverse deps for libglvnd</title>
<updated>2021-06-22T18:53:08+00:00</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2021-06-19T20:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=da3162c7c9f01912ba1940e188b253f2b5c7ba77'/>
<id>da3162c7c9f01912ba1940e188b253f2b5c7ba77</id>
<content type='text'>
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
</pre>
</div>
</content>
</entry>
</feed>
