Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 20:47:42 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391123 - head/net-p2p/btqueue
Message-ID:  <201507012047.t61Klg35051453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Jul  1 20:47:41 2015
New Revision: 391123
URL: https://svnweb.freebsd.org/changeset/ports/391123

Log:
  net-p2p/btqueue: mark broken and deprecated
  
  This port is runtime broken. btqueue scheduler starts successfully, and it
  allows to add some torrents into the queue, but it just doesn't download
  anything. While the same torrents were successfully fetched with deluge.
  Tools like btshowmetainfo and btmakemetafile are working, but we have analogs
  in the ports tree. The port is unmaintained and latest release is from 2006, so
  mark it broken and deprecated, set expiration date to 2015-08-01.

Modified:
  head/net-p2p/btqueue/Makefile

Modified: head/net-p2p/btqueue/Makefile
==============================================================================
--- head/net-p2p/btqueue/Makefile	Wed Jul  1 20:29:40 2015	(r391122)
+++ head/net-p2p/btqueue/Makefile	Wed Jul  1 20:47:41 2015	(r391123)
@@ -13,6 +13,10 @@ COMMENT=	Alternative BitTorrent client w
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
 
+BROKEN=		Does not download anything
+DEPRECATED=	Runtime broken (does not download anything)
+EXPIRATION_DATE=	2015-08-01
+
 CONFLICTS=	py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
 USES=		python
 USE_PYTHON=	distutils



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