svn commit: r349071 - head/multimedia/xfce4-xmms-plugin

Olivier Duchateau olivierd at FreeBSD.org
Mon Mar 24 21:52:39 UTC 2014


Author: olivierd
Date: Mon Mar 24 21:52:38 2014
New Revision: 349071
URL: http://svnweb.freebsd.org/changeset/ports/349071
QAT: https://qat.redports.org/buildarchive/r349071/

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

Modified:
  head/multimedia/xfce4-xmms-plugin/Makefile

Modified: head/multimedia/xfce4-xmms-plugin/Makefile
==============================================================================
--- head/multimedia/xfce4-xmms-plugin/Makefile	Mon Mar 24 21:49:59 2014	(r349070)
+++ head/multimedia/xfce4-xmms-plugin/Makefile	Mon Mar 24 21:52:38 2014	(r349071)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce at 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


More information about the svn-ports-all mailing list