aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-07-02 04:47:41 +0800
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-07-02 04:47:41 +0800
commit2f3490cc4aad927640311cd14ec083dbda12594a (patch)
tree10cecd7d90441160b52ace2dafc145cf65056850 /net-p2p
parentdbe55cc75f15228c42bb5fd5ca44d3c52ba1c260 (diff)
downloadfreebsd-ports-gnome-2f3490cc4aad927640311cd14ec083dbda12594a.tar.gz
freebsd-ports-gnome-2f3490cc4aad927640311cd14ec083dbda12594a.tar.zst
freebsd-ports-gnome-2f3490cc4aad927640311cd14ec083dbda12594a.zip
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.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/btqueue/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/btqueue/Makefile b/net-p2p/btqueue/Makefile
index 35f7abb115a0..9a112db4ee7b 100644
--- a/net-p2p/btqueue/Makefile
+++ b/net-p2p/btqueue/Makefile
@@ -13,6 +13,10 @@ COMMENT= Alternative BitTorrent client with queuing functionality
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