diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-03-25 05:52:38 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-03-25 05:52:38 +0800 |
commit | 5c55240a1240bc757deae26db1444b2d4dbf5588 (patch) | |
tree | 4a221099bcc073e91770a84e5194b4efc1512427 | |
parent | b7b3472a10b32a67b7a41550142b6dffc3fd1789 (diff) | |
download | freebsd-ports-gnome-5c55240a1240bc757deae26db1444b2d4dbf5588.tar.gz freebsd-ports-gnome-5c55240a1240bc757deae26db1444b2d4dbf5588.tar.zst freebsd-ports-gnome-5c55240a1240bc757deae26db1444b2d4dbf5588.zip |
Chase multimedia/xmms deprecation and expiration date.
Contrary to what Makefile mentions, we can choose player (Audacious or XMMS).
Plugin still searches XMMS, and development stopped since 3 years.
It belongs of obsolete library (x11-toolkits/libxfce4gui).
PR: 187727
Submitted by: Andrea Venturoli
-rw-r--r-- | multimedia/xfce4-xmms-plugin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index 7a081257216e..55bccb33b645 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -12,6 +12,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce4 XMMS control plugin for xfce4-panel +DEPRECATED= Abandonware, and can't select another player instead XMMS +EXPIRATION_DATE= 2014-04-27 + GNU_CONFIGURE= yes USE_BZIP2= yes USES= gettext gmake pkgconfig |