Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2018 21:20:25 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482118 - head/audio/py-musicbrainz2
Message-ID:  <201810142120.w9ELKPoe062932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sun Oct 14 21:20:25 2018
New Revision: 482118
URL: https://svnweb.freebsd.org/changeset/ports/482118

Log:
  audio/py-musicbrainz2: Mark DEPRECATED and set EXPIRATION_DATE (2 weeks)
  
  Musicbrainz Webservice 1.0 support ended 2018-08-01, so this port is useless.
  Set a short expiration window since only audio/puddletag depends on this and
  the code that required it was removed in 2012.

Modified:
  head/audio/py-musicbrainz2/Makefile

Modified: head/audio/py-musicbrainz2/Makefile
==============================================================================
--- head/audio/py-musicbrainz2/Makefile	Sun Oct 14 21:18:06 2018	(r482117)
+++ head/audio/py-musicbrainz2/Makefile	Sun Oct 14 21:20:25 2018	(r482118)
@@ -16,6 +16,9 @@ COMMENT=	Next Generation Python bindings for MusicBrai
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+DEPRECATED=	Musicbrainz Web Service 1.0 support ended 2018-08-01
+EXPIRATION_DATE=	2018-10-28
+
 LIB_DEPENDS=	libdiscid.so:audio/libdiscid
 
 USES=		python:2.7



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