Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2013 13:43:41 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309929 - head/multimedia/despotify
Message-ID:  <201301041343.r04DhfuH036246@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Jan  4 13:43:40 2013
New Revision: 309929
URL: http://svnweb.freebsd.org/changeset/ports/309929

Log:
  Mark DEPRECATED with a timeout of one month. The spotify API changed and is no
  longer supported.
  
  Confirmed by:   author via IRC

Modified:
  head/multimedia/despotify/Makefile

Modified: head/multimedia/despotify/Makefile
==============================================================================
--- head/multimedia/despotify/Makefile	Fri Jan  4 13:09:16 2013	(r309928)
+++ head/multimedia/despotify/Makefile	Fri Jan  4 13:43:40 2013	(r309929)
@@ -7,9 +7,12 @@ DISTVERSIONPREFIX=	svn
 CATEGORIES=	multimedia
 MASTER_SITES=	CRITICAL
 
-MAINTAINER=	ehaupt@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A command-line client for spotify
 
+DEPRECATED=	API no longer supported
+EXPIRATION_DATE=	2013-02-04
+
 LIB_DEPENDS=	vorbis:${PORTSDIR}/audio/libvorbis \
 		ao:${PORTSDIR}/audio/libao
 BUILD_DEPENDS=	libtool:${PORTSDIR}/devel/libtool



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