svn commit: r391123 - head/net-p2p/btqueue
Ruslan Makhmatkhanov
rm at FreeBSD.org
Wed Jul 1 20:47:42 UTC 2015
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
More information about the svn-ports-all
mailing list