From owner-svn-ports-all@freebsd.org Wed Jul 1 20:47:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C3AD99283B; Wed, 1 Jul 2015 20:47:42 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA971027; Wed, 1 Jul 2015 20:47:42 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t61KlgKS051454; Wed, 1 Jul 2015 20:47:42 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t61Klg35051453; Wed, 1 Jul 2015 20:47:42 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507012047.t61Klg35051453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 1 Jul 2015 20:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391123 - head/net-p2p/btqueue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 20:47:42 -0000 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