svn commit: r488009 - head/multimedia/pyjama

Tobias Kortkamp tobik at FreeBSD.org
Fri Dec 21 14:43:07 UTC 2018


Author: tobik
Date: Fri Dec 21 14:43:06 2018
New Revision: 488009
URL: https://svnweb.freebsd.org/changeset/ports/488009

Log:
  multimedia/pyjama: Mark broken and deprecate
  
  The old port maintainer says:
  "
  * It relies fetching a database dump but this is now broken.
    The jamendo network has presumably changed a lot since this
    software was developed.
  
  * Development stopped a long time ago.
  
  * It has stability problems on multicore machines, which
    according to author is caused by design and will not be fixed.
  
  * There are better ways of accessing the jamendo music network now.
    Like the website.
  
  * Dependencies are from past times.
  "
  
  PR:		232839
  Submitted by:	ktullavik at gmail.com (previous maintainer)

Modified:
  head/multimedia/pyjama/Makefile

Modified: head/multimedia/pyjama/Makefile
==============================================================================
--- head/multimedia/pyjama/Makefile	Fri Dec 21 14:30:24 2018	(r488008)
+++ head/multimedia/pyjama/Makefile	Fri Dec 21 14:43:06 2018	(r488009)
@@ -14,6 +14,10 @@ COMMENT=	Frontend to the Jamendo music network
 LICENSE=	GPLv2 CC-BY-NC-SA-3.0 PD
 LICENSE_COMB=	multi
 
+BROKEN=		Fetching Jamendo database dump is broken
+DEPRECATED=	Unmaintained upstream
+EXPIRATION_DATE=	2019-01-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lxml>=2.2:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR}	\


More information about the svn-ports-all mailing list