aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-03-08 16:24:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-03-08 16:24:37 +0000
commita2de3a083266d44bcb735531c8a39a2553749cbc (patch)
tree24991bfef2e7c27bed774686c6f28eb92a72cc53 /net-p2p
parent0480db5e0be5f7b0bae0bddec7ee9997bcc01e32 (diff)
downloadports-a2de3a083266d44bcb735531c8a39a2553749cbc.tar.gz
ports-a2de3a083266d44bcb735531c8a39a2553749cbc.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/deluge-cli/Makefile2
-rw-r--r--net-p2p/py-libtorrent-rasterbar11/Makefile36
-rw-r--r--net-p2p/py-libtorrent-rasterbar11/distinfo3
-rw-r--r--net-p2p/py-libtorrent-rasterbar11/pkg-descr4
5 files changed, 1 insertions, 45 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index 0578e7cb69b1..1827a15f8d3c 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -71,7 +71,6 @@
SUBDIR += parity-ethereum
SUBDIR += phex
SUBDIR += py-libtorrent-rasterbar
- SUBDIR += py-libtorrent-rasterbar11
SUBDIR += py-py2play
SUBDIR += py-transmissionrpc
SUBDIR += py-tremc
diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile
index c6aa76a35ee2..5471545c7423 100644
--- a/net-p2p/deluge-cli/Makefile
+++ b/net-p2p/deluge-cli/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= intltool-merge:textproc/intltool
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py-xdg@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar11>=0:net-p2p/py-libtorrent-rasterbar11@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:net-p2p/py-libtorrent-rasterbar@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0.8:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako@${PY_FLAVOR} \
diff --git a/net-p2p/py-libtorrent-rasterbar11/Makefile b/net-p2p/py-libtorrent-rasterbar11/Makefile
deleted file mode 100644
index 0f1c25534d75..000000000000
--- a/net-p2p/py-libtorrent-rasterbar11/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Doug Barton <dougb@FreeBSD.org>
-# $FreeBSD$
-
-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}
-PKGNAMESUFFIX= 11
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Python bindings for libtorrent-rasterbar
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/../../COPYING
-
-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
-
-CFLAGS+= -DTORRENT_DISABLE_LOGGING # undefined symbol: https://github.com/arvidn/libtorrent/issues/3331
-LDFLAGS+= ${LOCALBASE}/lib/libboost_python${PYTHON_SUFFIX}.so ${LOCALBASE}/lib/libiconv.so # fails to link libs: https://github.com/arvidn/libtorrent/issues/3330
-
-WRKSRC_SUBDIR= bindings/python
-
-# ensure python paths are correctly identified
-CONFIGURE_ENV= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \
- PYTHON_VERSION="${PYTHON_VERSION}"
-
-.include <bsd.port.mk>
diff --git a/net-p2p/py-libtorrent-rasterbar11/distinfo b/net-p2p/py-libtorrent-rasterbar11/distinfo
deleted file mode 100644
index 013172ebf5cb..000000000000
--- a/net-p2p/py-libtorrent-rasterbar11/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1580540445
-SHA256 (libtorrent-rasterbar-1.1.14.tar.gz) = 4c1fe55da9361c9d98e725ece7d88f183c09797b2e2667ca4d9386599f8dc36a
-SIZE (libtorrent-rasterbar-1.1.14.tar.gz) = 4040571
diff --git a/net-p2p/py-libtorrent-rasterbar11/pkg-descr b/net-p2p/py-libtorrent-rasterbar11/pkg-descr
deleted file mode 100644
index 7fb71ee25e70..000000000000
--- a/net-p2p/py-libtorrent-rasterbar11/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-The python binding of libtorrent, an open source C++ library implementing the
-BitTorrent protocol.
-
-WWW: http://libtorrent.org/