diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-01-04 21:43:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-01-04 21:43:40 +0800 |
commit | 888aa85cee0c848dccfb897c95975d7f84ac3ff4 (patch) | |
tree | be5acd5d4e0d7db59aa86056ca9537e4dab3872f | |
parent | 8073948c422bd9cea860abf8b8c9944223a0bc30 (diff) | |
download | freebsd-ports-gnome-888aa85cee0c848dccfb897c95975d7f84ac3ff4.tar.gz freebsd-ports-gnome-888aa85cee0c848dccfb897c95975d7f84ac3ff4.tar.zst freebsd-ports-gnome-888aa85cee0c848dccfb897c95975d7f84ac3ff4.zip |
Mark DEPRECATED with a timeout of one month. The spotify API changed and is no
longer supported.
Confirmed by: author via IRC
-rw-r--r-- | multimedia/despotify/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/despotify/Makefile b/multimedia/despotify/Makefile index 54f4970afee5..8ec6cd2a29ab 100644 --- a/multimedia/despotify/Makefile +++ b/multimedia/despotify/Makefile @@ -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 |