From owner-svn-ports-all@FreeBSD.ORG Sat Nov 29 07:57:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB0F297A; Sat, 29 Nov 2014 07:57:19 +0000 (UTC) Received: from svn.freebsd.org (svn.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 D75F077F; Sat, 29 Nov 2014 07:57:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAT7vJeN035198; Sat, 29 Nov 2014 07:57:19 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAT7vJeJ035197; Sat, 29 Nov 2014 07:57:19 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201411290757.sAT7vJeJ035197@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Sat, 29 Nov 2014 07:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373606 - head/net-p2p/libtorrent-rasterbar-python 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.18-1 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: Sat, 29 Nov 2014 07:57:20 -0000 Author: nemysis Date: Sat Nov 29 07:57:19 2014 New Revision: 373606 URL: https://svnweb.freebsd.org/changeset/ports/373606 QAT: https://qat.redports.org/buildarchive/r373606/ Log: - Revert last commit r373094 - Remove BROKEN PR: 195347 Modified: head/net-p2p/libtorrent-rasterbar-python/Makefile Modified: head/net-p2p/libtorrent-rasterbar-python/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-python/Makefile Sat Nov 29 07:57:13 2014 (r373605) +++ head/net-p2p/libtorrent-rasterbar-python/Makefile Sat Nov 29 07:57:19 2014 (r373606) @@ -6,8 +6,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python bindings for libtorrent-rasterbar -BROKEN= Fails to build - LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar \ libboost_python.so:${PORTSDIR}/devel/boost-python-libs