svn commit: r524769 - head/net-p2p/py-libtorrent-rasterbar11

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 1 15:38:13 UTC 2020


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


More information about the svn-ports-all mailing list