diff options
author | romain <romain@FreeBSD.org> | 2017-05-13 13:47:53 +0000 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2017-05-13 13:47:53 +0000 |
commit | 0a677f2595a54ea5f4503600dd53c9980599346c (patch) | |
tree | 1f63e8b47d828978e6b3cd39d9577487150a4d75 | |
parent | 60a91dbfae88d80d2b467750098a48e4fcd9b5fd (diff) | |
download | FreeBSD-ports-0a677f2595a54ea5f4503600dd53c9980599346c.zip FreeBSD-ports-0a677f2595a54ea5f4503600dd53c9980599346c.tar.gz |
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 :-(.
-rw-r--r-- | multimedia/banshee/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/banshee/Makefile b/multimedia/banshee/Makefile index 2cfbda8..40f33b3 100644 --- a/multimedia/banshee/Makefile +++ b/multimedia/banshee/Makefile @@ -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/fontconfig \ 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 \ |