From owner-svn-ports-all@FreeBSD.ORG Fri Jan 4 13:43:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 54B15763; Fri, 4 Jan 2013 13:43:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB6F2BD; Fri, 4 Jan 2013 13:43:41 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r04DhfrT036248; Fri, 4 Jan 2013 13:43:41 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r04DhfuH036246; Fri, 4 Jan 2013 13:43:41 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201301041343.r04DhfuH036246@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 4 Jan 2013 13:43:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309929 - head/multimedia/despotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 13:43:41 -0000 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