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: multimedia/banshee/Makefile

Number of commits found: 52

Saturday, 13 May 2017
13:47 romain search for other commits by this committer
Deprecate multimedia/banshee

The project cannot cope with a recent (2013) dbus-sharp.  Probably time to seek
for another media player.

Since the port does not build, mark it BROKEN, not DEPRECATED in case someone
wants to jump in and provide a patch, what I am sure not having time nor
interest for in the next weeks :-(.
Original commitRevision:440841 
07:48 dbn search for other commits by this committer
Update mono and related ports

USES=mono: minor fixes
 - save a copy of the nuget package in the packages directory
 - force linking of directories, allowing nuget-extract to be rerun
   without `make clean`
 - fix makenuget: nuget requires an equals to identify the version, not a dash

devel/monodevelop: update to 6.2.1.3
 - update nuget packages:
   - link older System.Collection.Immutable 1.1.37 to newer 1.3.1 (used
     by C# and F# respectively)
 - update external github repositories
 - allow post-extract target to be run multiple times
 - change MonoDevelop.Packaging to use a newer version of
   NuGet.Build.Packaging (the older version is no longer fetchable)
 - remove patch integrated upstream
 - moved `nuget restore` patching from post-patch into a patch file (the
   former broke silently)
 - ChangeLog:
   -
https://developer.xamarin.com/releases/studio/xamarin.studio_6.2/xamarin.studio_6.2/

irc/smartirc4net: update to 1.1
 - add LICENSE

lang/fsharp: update to 4.1.18
 - add test dependency on libgdiplus
 - update nuget packages
 - update test paths for fsharp assemblies
 - update patches to prevent `nuget restore` from running
 - ChangeLog:
   - Set executable bit correctly on output
   - Integrate visualfsharp
   - Fix regression on binding redirects for System.Collections.Immutable
   - Fix regression in Microsoft.Build.FSharp.targets
   - Fix binding redirects for System.Collections.Immutable
   - Fix version of library going in %PREFIX/lib/mono/fsharp
   - Align fsc task and target file
   - Use install layout that includes mono/fsharp
   - Fix F# Intereactive on Mono 4.9+
   - Update compiler tools
   - Updates to FSharp.Core nuget package for F# 4.1
   - Fix #656: error FS0193: internal error: No access to the given key

lang/mono: various fixes
 - fix linking with lld [1]
 - double maximum handle size [2]
 - add option to run acceptance tests
 - allow for optional bootstrapping of mono via either installed mcs (if
   available) or via downloaded "monolite" (default)
 - add python and py-pillow as dependencies for bin/mono-heapviz
 - add armv6 as a supported architecture (untested)
 - switch to github for source code:
   - official tarball does not include tests
 - patches:
   - recognise FreeBSD for AOT suffix
   - change mono-heapviz to use pillow instead of PIL

multimedia/banshee: tell portscout to ignore this port
 - Portscout was not skipping the 2.9.1 version, and upstream appears to be
   quiet for the last few years.

x11-toolkits/gtk-sharp20: update to 2.12.43
 - ChangeLog:
   - fix compilation on mono-4.8.0 (incorrect use of sizeof())
   - correctly set owned=true on custom constructors

PR:		218885 [1]
PR:		200937 [2]
Original commitRevision:440759 
Sunday, 27 Nov 2016
17:00 dbn search for other commits by this committer
USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]
 - Instead of excluding the specific packages added to DISTFILES (but only for
   FreeBSD 9+), exclude all files with a '.nupkg' extension.
 - Move the nuget-extract command to be before post-extract, to allow the port's
   post-extract command to move packages around

audio/libgpod-sharp: add port for mono bindings for libgpod
 - audio/libgpod: [2]
   - USE_GNOME: add missing dependency
   - Remove mono files from pkg-plist (now in audio/libgpod-sharp)
   - Allow relevant variables to be overridden
   - Fix MONO options
   - Patch source to allow building with modern mono
   - Avoid post-install target for slave ports.

devel/monodevelop: update to 4.6.2.7
 - Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's
   release).
 - Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification)
 - LICENSE: Add license of LGPL21
 - LICENSE_FILE: Add license file from source
 - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)

games/openra: simplify post-extract [3]
 - USES=mono:nuget allow overridding of NUGET_PACKAGEDIR
 - Set NUGET_PACKAGEDIR to correct location, fix patching accordingly

lang/fsharp: update to 4.6.2.7
 ChangeLog:
  - Fix #639: Problems with F# scripts on Mono
  - Fix FSharp.Compiler.Tools targets for .NET Core usage
  - Fix FSharp.Compiler.Tools package dependencies

lang/mono: update to 4.6.2.7
 Mono 4.6.2 is the 1st service release to the 4.6 series.
 Changes:
  - LICENSE: Add license of MIT
  - LICENSE_FILE: Add license file from source
  - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
 Bug fixes:
  - #44708 - "TrustFailure (The authentication or decryption has failed.) ...
            Invalid certificate received from server." with "Error code: 0x5"
            or "Error code: 0xffffffff800b010f" when attempting to access
            HTTPS servers on ports other than 443
  - #39832 - SIGSEGV when running roslyn

multimedia/banshee: bump port revision.
 - Update missing port dependencies
 - Convert to use option helpers
 - OPTIONS: Add APPLEDEV (missing dependency added)
 - LICENSE: Add MIT license
 - LICENSE_FILE: Add license file from source
 - PORTSCOUT: Skip alpha release (2.9.1)

x11-toolkits/gnome-sharp20: fix port dependencies
 - Add missing dependencies
 - Convert post-patch to shebangfix
 - LICENSE: add LGPL21 license
 - LICENSE_FILE: use license file from source
 - MKAE_JOBS_UNSAFE: remove, does appear to work

x11-toolkits/gtk-sharp20: update to 2.12.42.

PR:		214680 [2]
PR:		214681
Suggested by:	jbeich [1]
Submitted by:	jbeich [3]
Approved by:	avilla (maintainer; timeout) [2]
Original commitRevision:427247 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 10 Jan 2016
16:44 bapt search for other commits by this committer
Convert categories m* and m* to USES=sqlite and USES=firebird
Original commitRevision:405721 
Sunday, 2 Aug 2015
20:23 kwm search for other commits by this committer
Part 1 of adding USE_GNOME=intltool to ports that require it.

The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
Original commitRevision:393444 
Sunday, 24 May 2015
22:35 antoine search for other commits by this committer
Fix configure with mono 4
Original commitRevision:387363 
Friday, 24 Oct 2014
17:41 marino search for other commits by this committer
multimedia/banshee: Add gnomedocutils to build depends to fix build
Original commitRevision:371459 
Thursday, 25 Sep 2014
15:18 tijl search for other commits by this committer
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
  and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:369260 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Friday, 18 Jul 2014
11:02 tijl search for other commits by this committer
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command

Bump dependent ports
Original commitRevision:362200 
Friday, 4 Jul 2014
09:41 tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Original commitRevision:360588 
Monday, 26 May 2014
13:31 bapt search for other commits by this committer
Convert to USES=mono
Original commitRevision:355340 
Sunday, 9 Mar 2014
19:40 gerald search for other commits by this committer
Chase the move of libmtp from audio to multimedia.

PR:		175266
Reported by:	makc, cperciva
Original commitRevision:347686 
Sunday, 23 Feb 2014
12:35 romain search for other commits by this committer
  - Update to 2.6.2;
  - Unbreak;
  - Stageify.
Original commitRevision:345718 
Saturday, 15 Feb 2014
09:04 antoine search for other commits by this committer
Mark broken: Does not compile

error CS1705: Assembly `gdk-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' references `Mono.Cairo, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=0738eb9f132ed756' which has a higher version
number than imported assembly `Mono.Cairo, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756'
./Hyena.Data.Gui/ListView/ListView_Rendering.cs(53,53): error CS0012: The type
`Cairo.Context' is defined in an assembly that is not referenced. Consider
adding a reference to assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756'
/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll
(Location of the symbol related to previous error)

Reported by:	pkg-fallout since august 2013
Original commitRevision:344333 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Friday, 6 Sep 2013
13:01 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326494 
Wednesday, 19 Jun 2013
11:32 rene search for other commits by this committer
- Remove the BOO option, this depends on the expired port lang/boo
- Fix MTP option
- Pet portlint

PR:		ports/179275
Submitted by:	myself
Approved by:	maintainer timeout (mono@, 16 days)
Original commitRevision:321239 
Monday, 6 May 2013
10:22 bapt search for other commits by this committer
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
Original commitRevision:317503 
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 
Tuesday, 26 Mar 2013
16:13 miwi search for other commits by this committer
 - Chase libmtp shlib bump
Original commitRevision:315312 
Tuesday, 16 Oct 2012
14:27 romain search for other commits by this committer
  - Fix pkg-plist [1];
  - Switch to OptionNG;
  - Trim header;

Reported by:	beat (via pointyhat) [1]
Feature safe:	yes
Original commitRevision:305975 
Saturday, 6 Oct 2012
22:04 romain search for other commits by this committer
Looks like recent banshee does not freeze randomly, so:
  - Update to 2.6.0;
  - Remove IGNORE \o/.
Original commitRevision:305412 
Friday, 29 Jun 2012
18:24 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Friday, 25 May 2012
15:14 miwi search for other commits by this committer
- Chase libmtp shlib bump
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
Saturday, 2 Oct 2010
09:10 romain search for other commits by this committer
- Update URIs according to the new Banshee website location.
Original commit
Wednesday, 2 Jun 2010
02:17 romain search for other commits by this committer
- Update to 1.6.1;
- Revert iPod and Youtube support to upstream defaults;
- Fix pkg-plist.
Original commit
Tuesday, 1 Jun 2010
17:23 romain search for other commits by this committer
- Remove another reference to some inexistent port that breaks INDEX
  (notify-sharp is not utterly mandatory to run Banshee).
- Bump PORTREVISION.

Reported by:    erwin
Original commit
14:37 romain search for other commits by this committer
Disable iPod and Youtube support for now to prevent breaking INDEX: some
dependencies are not yet in the tree.

Reported by:    Portsnap buildbox
Original commit
12:41 romain search for other commits by this committer
- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:             ports/143657 [1]
Submitted by:   glewis [1]
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 10 May 2010
13:07 makc search for other commits by this committer
Chase audio/libmtp update.
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
Monday, 16 Nov 2009
16:29 flz search for other commits by this committer
- Various cleannups.
- Re-enable the bpm-detection plugin (via OPTIONs).
- Fix MusicBrainz so that Banshee can use Audio CD.
- Fix and sort pkg-plist.

PR:             ports/140570
Submitted by:   Romain Tartiere
Original commit
Monday, 9 Nov 2009
16:41 flz search for other commits by this committer
Update multimedia/banshee to 1.5.1.
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
Monday, 22 Jun 2009
07:55 flz search for other commits by this committer
- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.

PR:             ports/135248, ports/135249
Submitted by:   Romain Tartiere <romain@blogreen.org>
Original commit
Wednesday, 3 Jun 2009
15:10 flz search for other commits by this committer
Revert to banshee 1.4.3 since 1.5.0 is still unstable.

Suggested by:   Romain Tartiere
Original commit
Tuesday, 2 Jun 2009
14:31 flz search for other commits by this committer
- Update multimedia/banshee to 1.5.0.
- Add BPMDETECT option (on by default).
Original commit
Wednesday, 18 Mar 2009
09:12 flz search for other commits by this committer
Update multimedia/banshee to 1.4.3.
Original commit
Monday, 23 Feb 2009
09:56 flz search for other commits by this committer
Fix startup issue when cache directory doesn't exist.
Original commit
Thursday, 22 Jan 2009
18:21 flz search for other commits by this committer
Turn over maintainership to mono@.
Original commit
Wednesday, 21 Jan 2009
15:06 flz search for other commits by this committer
Update multimedia/banshee to 1.4.2.
Original commit
Tuesday, 11 Nov 2008
11:15 flz search for other commits by this committer
Update multimedia/banshee to 1.4.1.
Original commit
Monday, 10 Nov 2008
11:05 flz search for other commits by this committer
Update multimedia/banshee to 1.4.0.1.
Original commit
Monday, 27 Oct 2008
12:37 flz search for other commits by this committer
Update multimedia/banshee to 1.3.3.
Original commit
Monday, 20 Oct 2008
15:46 flz search for other commits by this committer
Fix crash when listening to radio and pidgin-musictracker
is active.

PR:             ports/127285
Submitted by:   "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
Original commit
Thursday, 28 Aug 2008
20:21 flz search for other commits by this committer
- Add MTP support (enable by default).
- Install missing icons.
Original commit
11:32 flz search for other commits by this committer
Add multimedia/banshee, a multimedia player for the Gnome desktop.
Original commit

Number of commits found: 52