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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/mono-addins/Makefile

Number of commits found: 39

Friday, 23 Feb 2024
13:55 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/mono-addins: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: b50ff71910f6b0b365290f49edc3fb1306617e06 commit hash: b50ff71910f6b0b365290f49edc3fb1306617e06 commit hash: b50ff71910f6b0b365290f49edc3fb1306617e06 commit hash: b50ff71910f6b0b365290f49edc3fb1306617e06 b50ff71
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
Tuesday, 25 Jul 2023
13:14 Dan Langille (dvl) search for other commits by this committer
*/*: return mono@ ports to the pool

The team previously known as mono has no active members.

I will send an email to ports@ in case anyone wants to pick up these
ports.
Approved by:	portmgr (bofh)
commit hash: c59052ead113b0013041dda3f494f6bec83fbb2a commit hash: c59052ead113b0013041dda3f494f6bec83fbb2a commit hash: c59052ead113b0013041dda3f494f6bec83fbb2a commit hash: c59052ead113b0013041dda3f494f6bec83fbb2a c59052e
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, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Friday, 8 Nov 2019
11:39 tobik search for other commits by this committer
devel: Add missing USES={gl,gnome,php,sdl}
Original commitRevision:517048 
Tuesday, 8 Jan 2019
09:06 tobik search for other commits by this committer
Do not set OPTIONS_SUB twice
Original commitRevision:489658 
Tuesday, 30 Jan 2018
19:00 dbn search for other commits by this committer
lang/mono: update to version 5.2.0.215 (and enhance USES=mono)

Highlights:
 - New Roslyn compiler for C# available
 - Improved support for nuget packages in USES=mono

General:
 - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
 - bump all dependant ports

USES=mono:
 - properly handle caching of nuget packages
 - add support for multiple feeds for nuget packages
 - add support for nuget dependencies in a separate file
 - add support for paket packages

lang/mono:
 - update to version 5.2.0.215
 - automate certificate initialisation [2]
 - increase test coverage
 - mark as conflicting with net/czmq (conflicting on makecert) [1]
 - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono

devel/google-gdata:
 - use nunit.framework nuget package as the Mono shipped version is no longer
suppport.
 - switch to using csc(1) for compiling (mcs(1) is depreciated).
 - use delayed signing (and then sign with sn(1)) as csc(1) does not support
signing.
 - fix reference to system assemblies (the '.dll' suffix is required).
 - fix reference to HttpUtility: csc(1) is more strict about scoping

devel/monodevelop:
 - reroll distinfo (no changes to content)

lang/fsharp:
 - reroll distinfo (no changes to content)

security/gnome-keyring-sharp:
 - delay sign (then sign with sn(1)) as csc(1) does not support direct signing.

PR:	223188 [1]
PR:	209670 [2]
Differential Revision:	https://reviews.freebsd.org/D13752
Original commitRevision:460430 
Thursday, 12 Oct 2017
15:57 mat search for other commits by this committer
Remove WANT_GNOME and HAVE_GNOME.

Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
Original commitRevision:451901 
Monday, 8 Aug 2016
18:03 romain search for other commits by this committer
Update to 1.3.
Original commitRevision:419882 
Saturday, 30 May 2015
21:25 mat search for other commits by this committer
Cleanup USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:387986 
Saturday, 23 May 2015
23:16 antoine search for other commits by this committer
Fix configure with mono 4

Reported by:	pkg-fallout
Original commitRevision:387190 
Friday, 15 May 2015
15:29 bapt search for other commits by this committer
Convert to USES=autoreconf
Use options helpers
Original commitRevision:386415 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Wednesday, 11 Mar 2015
22:00 antoine search for other commits by this committer
Do not override USES (and unbreak when no TZ is set)

Reported by:	pkg-fallout
Original commitRevision:381043 
Monday, 26 May 2014
11:42 bapt search for other commits by this committer
Convert to USES=mono

With hat:	portmgr
Original commitRevision:355305 
Sunday, 23 Feb 2014
11:34 romain search for other commits by this committer
  - Update to 1.1;
  - Switch to GitHub;
  - Fix some Makefile alignments;
  - Define LICENSE;
  - Staging is Okay.
Original commitRevision:345694 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Monday, 2 Sep 2013
06:54 bapt search for other commits by this committer
readd WANT_GNOME remoed by mistake
Original commitRevision:325946 
06:45 bapt search for other commits by this committer
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
Original commitRevision:325945 
Tuesday, 21 May 2013
07:52 romain search for other commits by this committer
Fix OPTIONS logic.

When switched at r317875 to the new OPTIONS framework, the test was broken.
Restore a proper test by checking only the option offered to the user.

Reported by:	Xavier <xavier_freebsdmono@aim.com>
Pointyhat to:	bapt
Original commitRevision:318653 
Saturday, 11 May 2013
13:15 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:317875 
Wednesday, 26 Sep 2012
10:46 romain search for other commits by this committer
Update to 0.6.2.
Original commitRevision:304895 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
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
Sunday, 6 Jun 2010
10:10 romain search for other commits by this committer
- Fix pkg-plist.

PR:             ports/147503
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit
Thursday, 3 Jun 2010
15:13 romain search for other commits by this committer
- Update to 0.5.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Wednesday, 18 Nov 2009
22:39 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Thursday, 22 Jan 2009
18:21 flz search for other commits by this committer
Turn over maintainership to mono@.
Original commit
Wednesday, 24 Dec 2008
19:49 flz search for other commits by this committer
Update devel/mono-addins to 0.4.

Submitted by:   Romain Tartière <romain@blogreen.org>
Original commit
Thursday, 28 Aug 2008
19:35 flz search for other commits by this committer
- Update devel/mono-addins to 0.3.1.
- Fix packing list when GTK2 isn't enabled.

Reported by:    portscout
Original commit
Wednesday, 27 Aug 2008
16:56 flz search for other commits by this committer
Fix fetch.

Reported by:    itetcu
Original commit
16:41 flz search for other commits by this committer
Add devel/mono-addins, a framework to create extensible applications.
Original commit

Number of commits found: 39