notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: irc/smuxi/Makefile

Number of commits found: 23

Saturday, 9 Mar 2024
13:31 Nuno Teixeira (eduardo) search for other commits by this committer
irc/smuxi: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 8f6ae14563aa09ada53c6a1954398238859f7187 commit hash: 8f6ae14563aa09ada53c6a1954398238859f7187 commit hash: 8f6ae14563aa09ada53c6a1954398238859f7187 commit hash: 8f6ae14563aa09ada53c6a1954398238859f7187 8f6ae14
Sunday, 19 Nov 2023
11:12 Santhosh Raju (fox) search for other commits by this committer
irc/smuxi: Updates to 1.2.1

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 <Christopher.petrik@usm.edu>
commit hash: b1da6a7842e938c000a5966efa60645cefc9218f commit hash: b1da6a7842e938c000a5966efa60645cefc9218f commit hash: b1da6a7842e938c000a5966efa60645cefc9218f commit hash: b1da6a7842e938c000a5966efa60645cefc9218f b1da6a7
Tuesday, 8 Aug 2023
11:22 Jan Beich (jbeich) search for other commits by this committer
lang/mono: switch to 5.20 by default

PR:		238089
commit hash: 4f13ca16c773075e671c9b732cf452887596a402 commit hash: 4f13ca16c773075e671c9b732cf452887596a402 commit hash: 4f13ca16c773075e671c9b732cf452887596a402 commit hash: 4f13ca16c773075e671c9b732cf452887596a402 4f13ca1
11:22 Jan Beich (jbeich) search for other commits by this committer
lang/mono: respect MONO_DEFAULT in consumers

PR:		251795
commit hash: 6c225bcc570ece3af3d61d497330b79c912c60ef commit hash: 6c225bcc570ece3af3d61d497330b79c912c60ef commit hash: 6c225bcc570ece3af3d61d497330b79c912c60ef commit hash: 6c225bcc570ece3af3d61d497330b79c912c60ef 6c225bc
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

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
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
irc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

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

With hat:	portmgr
commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 6ec0477
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

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)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 18 Feb 2021
04:30 fox search for other commits by this committer
irc/smuxi: Updates to 1.1

- Removes the deprecated NDesk DBusSharp dependency and adds the supported DBus
Sharp dependency.

Changes since 1.0.8:

- Revamped preferences dialog
- More emojis support
- More reliable Twitter support
- Bitcoin message patterns
- Mono 4 and newer support
- More translations
- More reliable link detection
- Adds CertFP support to authenticate against IRC services

Reviewed by:	Mirco Bauer <meebey@meebey.net>
Original commitRevision:565886 
Friday, 29 Jan 2021
22:25 fox search for other commits by this committer
irc/smuxi: Fix the license type.

Reported by:	Mirco Bauer <meebey@meebey.net>
Original commitRevision:563257 
Wednesday, 22 Jul 2020
09:09 tobik search for other commits by this committer
Clean up some things

Reported by:	portscan
Original commitRevision:542841 
Tuesday, 14 Jul 2020
19:58 fox search for other commits by this committer
irc/smuxi: Improves the options descriptions.

Also some tidying up in the Makefile.

Reviewed by: danfe
Original commitRevision:542232 
Tuesday, 7 Jul 2020
12:27 tobik search for other commits by this committer
Clean up some things

Reported by:	portscan and common sense
Original commitRevision:541417 
Monday, 22 Jun 2020
02:29 fox search for other commits by this committer
irc/smuxi: Revive the port

- Change ownership to fox.
- Update to the latest version 1.0.8.
- Fixs broken build and was tested in poudriere.
Original commitRevision:539792 
Friday, 26 Jul 2013
23:20 bapt search for other commits by this committer
Deprecate and set expiration date for ports broken for more than 6 month
Original commitRevision:323759 
Monday, 6 May 2013
15:18 bapt search for other commits by this committer
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
Original commitRevision:317521 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 10 Jun 2012
18:42 swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Original commit
Sunday, 12 Jun 2011
19:06 romain search for other commits by this committer
Hello Mono 2.10!

Main updates
------------
devel/mono-tools                2.6.2 -> 2.10
lang/mono                       2.6.7 -> 2.10.2
lang/mono-basic                 2.6.2 -> 2.10.2
www/mod_mono                    2.6.3 -> 2.10
www/xsp                         2.6.5 -> 2.10.2
x11-toolkits/libgdiplus         2.6.7 -> 2.10

Other updates
-------------
deskutils/tomboy                1.4.2 -> 1.6.1
devel/mono-addins               0.5 -> 0.6.1
devel/monodevelop               2.4 -> 2.4.2
graphics/f-spot                 0.8.0 -> 0.8.2
print/pdfmod                    0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20      2.24.1 -> 2.24.2

Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight

PR:             ports/155948
Submitted by:   me
Original commit
Tuesday, 7 Sep 2010
07:48 romain search for other commits by this committer
- Update to 0.8.
Original commit
Thursday, 29 Jul 2010
18:32 romain search for other commits by this committer
Update to 0.7.2.2.
Original commit
Saturday, 5 Jun 2010
14:08 romain search for other commits by this committer
Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
client for advanced users, targeting the GNOME desktop.

WWW:    http://www.smuxi.org

PR:             ports/141444
Submitted by:   Romain Tartiere <romain at blogreen.org>
Original commit

Number of commits found: 23