<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/irc/smuxi, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2024-08-26T08:38:11Z</updated>
<entry>
<title>irc/smuxi: Add missing runtime dependencies.</title>
<updated>2024-08-26T08:38:11Z</updated>
<author>
<name>Santhosh Raju</name>
<email>fox@FreeBSD.org</email>
</author>
<published>2024-08-26T08:38:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=acc59bfaaba660535d4cbe5e481fd617fc2398f3'/>
<id>urn:sha1:acc59bfaaba660535d4cbe5e481fd617fc2398f3</id>
<content type='text'>
Bump PORTREVISION to rebuild the package.

PR:		280803
Reported by:	khwerz@gmail.com
</content>
</entry>
<entry>
<title>irc/smuxi: Move man pages to share/man</title>
<updated>2024-03-09T13:31:19Z</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2024-03-09T13:31:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8f6ae14563aa09ada53c6a1954398238859f7187'/>
<id>urn:sha1:8f6ae14563aa09ada53c6a1954398238859f7187</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>irc/smuxi: Updates to 1.2.1</title>
<updated>2023-11-19T11:12:10Z</updated>
<author>
<name>Santhosh Raju</name>
<email>fox@FreeBSD.org</email>
</author>
<published>2023-11-19T11:12:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b1da6a7842e938c000a5966efa60645cefc9218f'/>
<id>urn:sha1:b1da6a7842e938c000a5966efa60645cefc9218f</id>
<content type='text'>
Changes since 1.1:

  * Dropped Glade# build dependency. The deprecated Glade library is no
    longer used. GTK+ and GTK # are still needed.
  * Replaced Freenode with Libera.Chat
  * Several crash fixes, one that crashes the UI when you save a new server
  * New translations: Georgian, Basque, Croatian
  * Bump minimum Mono version to 5.18
  * Dropped Transifex as a translation source. All translation updates are
    now coming only from the GNOME project for consistency/quality.

PR:		274923
Reported by:	Chris Petrik &lt;Christopher.petrik@usm.edu&gt;
</content>
</entry>
<entry>
<title>lang/mono: switch to 5.20 by default</title>
<updated>2023-08-08T11:22:12Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2023-08-08T10:52:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4f13ca16c773075e671c9b732cf452887596a402'/>
<id>urn:sha1:4f13ca16c773075e671c9b732cf452887596a402</id>
<content type='text'>
PR:		238089
</content>
</entry>
<entry>
<title>lang/mono: respect MONO_DEFAULT in consumers</title>
<updated>2023-08-08T11:22:05Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2023-08-08T10:37:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6c225bcc570ece3af3d61d497330b79c912c60ef'/>
<id>urn:sha1:6c225bcc570ece3af3d61d497330b79c912c60ef</id>
<content type='text'>
PR:		251795
</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>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>irc: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:09Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6ec0477414e965e6dc6dfdb6b68a87761082e0a8'/>
<id>urn:sha1:6ec0477414e965e6dc6dfdb6b68a87761082e0a8</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  A. Gabriel &lt;backslash@BSDCode.org&gt;
  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Alexey Mikhailov &lt;karma@ez.pereslavl.ru&gt;
  *  Alfred Perlstein &lt;alfred@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Ben Hutchinson &lt;benhutch@xfiles.org.uk&gt;
  *  Bill Fumerola &lt;billf@chc-chimes.com&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Craig Edwards &lt;brain@mail1.chatspike.net&gt;
  *  David Bushong &lt;david+ports@bushong.net&gt;
  *  David Taylor &lt;davidt@yadt.co.uk&gt;
  *  Dennis Herrmann &lt;adox@mcx2.org&gt;
  *  Dominic Marks &lt;dom@cus.org.uk&gt;
  *  Edini &lt;ports@edini.net&gt;
  *  Eugeny Kuzakov &lt;CoreDumped@CoreDumped.null.ru&gt;
  *  Evgueni V. Gavrilov &lt;aquatique@rusunix.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Gerrit Beine &lt;tux@pinguru.net&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Hye-Shik Chang
  *  Jase Thew &lt;freebsd@beardz.net&gt;
  *  Jens Holmqvist &lt;zparta@hispan.se&gt;
  *  Jimbo Bahooli &lt;griffin@blackhole.iceworld.org&gt;
  *  Jonas Kvinge &lt;jonas@night-light.net&gt;
  *  Josh Paetzel &lt;josh@tcbug.org&gt;
  *  Julien Laffaye &lt;kimelto@gmail.com&gt;
  *  KIMURA Yasuhiro &lt;yasu@utahime.org&gt;
  *  Kirill Ponomarew &lt;ponomarew@oberon.net&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Makoto Matsushita &lt;matusita@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Masahiro Teramoto &lt;markun@onohara.to&gt;
  *  Matthew West &lt;mwest@uct.ac.za&gt;
  *  Maxim Ignatenko
  *  Michael Ranner
  *  Oliver Eikemeier
  *  Philippe Audeoud &lt;jadawin@tuxaco.net&gt;
  *  Romain Tartiere &lt;romain@blogreen.org&gt;
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Shaun Amott &lt;shaun@inerd.com&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  TERAMOTO Masahiro &lt;markun@onohara.to&gt;
  *  Tim Bishop &lt;tim@bishnet.net&gt;
  *  Timothy Redaelli &lt;drizzt@gufi.org&gt;
  *  Travis Poppe &lt;tlp@liquidx.org&gt;
  *  Ulrich Spoerlein &lt;q@uni.de&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Walter Venable &lt;weaseal@hotmail.com&gt;
  *  Walter Venable &lt;weaseal@users.sourceforge.net&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  clement
  *  db
  *  elvstone@gmail.com
  *  gahr
  *  hrs
  *  ijliao
  *  koji@jet.es
  *  milki &lt;milki@rescomp.berkeley.edu&gt;
  *  perlguy@perlguy.com
  *  pgl@instinct.org
  *  sec@42.org
  *  tdb
  *  torstenb

With hat:	portmgr
</content>
</entry>
<entry>
<title>INSTALLS_ICONS: retire the macro and rework the related dependencies</title>
<updated>2021-10-10T19:44:42Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-10-10T19:28:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2c672a4de941dc57142d867ba42396b1b64d2921'/>
<id>urn:sha1:2c672a4de941dc57142d867ba42396b1b64d2921</id>
<content type='text'>
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
</content>
</entry>
</feed>
