Date: Sat, 1 Feb 2020 15:38:13 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> 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 Message-ID: <202002011538.011FcDeV071661@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002011538.011FcDeV071661>