Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2017 13:47:53 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440841 - head/multimedia/banshee
Message-ID:  <201705131347.v4DDlrgc058988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Sat May 13 13:47:53 2017
New Revision: 440841
URL: https://svnweb.freebsd.org/changeset/ports/440841

Log:
  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 :-(.

Modified:
  head/multimedia/banshee/Makefile

Modified: head/multimedia/banshee/Makefile
==============================================================================
--- head/multimedia/banshee/Makefile	Sat May 13 13:25:02 2017	(r440840)
+++ head/multimedia/banshee/Makefile	Sat May 13 13:47:53 2017	(r440841)
@@ -10,6 +10,9 @@ MASTER_SITES=	GNOME
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Music management and playback for gnome
 
+BROKEN=		Project is not being actively maintained upstream anymore
+EXPIRATION_DATE=2017-07-13
+
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
@@ -25,7 +28,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/
 		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS=	bash:shells/bash
 
-LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:devel/dbus-sharp-glib \
+LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-2.0.pc:devel/dbus-sharp-glib \
 		${LOCALBASE}/libdata/pkgconfig/taglib-sharp.pc:audio/taglib-sharp \
 		${LOCALBASE}/libdata/pkgconfig/mono-zeroconf.pc:net/mono-zeroconf \
 		${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:devel/mono-addins \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705131347.v4DDlrgc058988>