diff options
author | rm <rm@FreeBSD.org> | 2015-07-02 04:47:41 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-02 04:47:41 +0800 |
commit | 042550f95a2a37c6f24962f471badc8ca2aec708 (patch) | |
tree | 10cecd7d90441160b52ace2dafc145cf65056850 /net-p2p | |
parent | 3f09ba17e3a6ba5e8aa2bc423df6da2cf8917418 (diff) | |
download | freebsd-ports-gnome-042550f95a2a37c6f24962f471badc8ca2aec708.tar.gz freebsd-ports-gnome-042550f95a2a37c6f24962f471badc8ca2aec708.tar.zst freebsd-ports-gnome-042550f95a2a37c6f24962f471badc8ca2aec708.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/Makefile | 4 |
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 |