svn commit: r440841 - head/multimedia/banshee

Romain Tartière romain at FreeBSD.org
Sat May 13 13:47:55 UTC 2017


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 at 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 \


More information about the svn-ports-all mailing list