From owner-svn-ports-all@freebsd.org Sat Feb 1 15:38:13 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C7B941F9F26; Sat, 1 Feb 2020 15:38:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 488ysd50YLz4ffq; Sat, 1 Feb 2020 15:38:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A20DCFDA; Sat, 1 Feb 2020 15:38:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 011FcDCO071662; Sat, 1 Feb 2020 15:38:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 011FcDeV071661; Sat, 1 Feb 2020 15:38:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202002011538.011FcDeV071661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 1 Feb 2020 15:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524769 - head/net-p2p/py-libtorrent-rasterbar11 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-p2p/py-libtorrent-rasterbar11 X-SVN-Commit-Revision: 524769 X-SVN-Commit-Repository: ports 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.29 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, 01 Feb 2020 15:38:13 -0000 Author: yuri Date: Sat Feb 1 15:38:13 2020 New Revision: 524769 URL: https://svnweb.freebsd.org/changeset/ports/524769 Log: net-p2p/py-libtorrent-rasterbar11: Broken due to the upstream's pending issue of not installing any files Also correct the dependency. Reported by: user Modified: head/net-p2p/py-libtorrent-rasterbar11/Makefile Modified: head/net-p2p/py-libtorrent-rasterbar11/Makefile ============================================================================== --- head/net-p2p/py-libtorrent-rasterbar11/Makefile Sat Feb 1 14:52:48 2020 (r524768) +++ head/net-p2p/py-libtorrent-rasterbar11/Makefile Sat Feb 1 15:38:13 2020 (r524769) @@ -3,6 +3,7 @@ PORTNAME= libtorrent-rasterbar DISTVERSION= 1.1.14 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +15,11 @@ COMMENT= Python bindings for libtorrent-rasterbar LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../COPYING -LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ +LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar11 \ ${PY_BOOST} CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-libtorrent-rasterbar +BROKEN= Broken upstream, doesn't install anything, see https://github.com/arvidn/libtorrent/issues/4204 #' USES= compiler:c11 iconv localbase python USE_PYTHON= distutils autoplist