Date: Wed, 7 Apr 2021 17:39:45 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 89ff4fe4329c - main - net-p2p/[py-]libtorrent-rasterbar: Add the PORTSCOUT line to prevent 2.x Message-ID: <202104071739.137HdjuL081954@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=89ff4fe4329c24a2e8ddf61e58db82d9705fcd7e commit 89ff4fe4329c24a2e8ddf61e58db82d9705fcd7e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-07 17:17:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-07 17:39:42 +0000 net-p2p/[py-]libtorrent-rasterbar: Add the PORTSCOUT line to prevent 2.x --- net-p2p/libtorrent-rasterbar/Makefile | 2 ++ net-p2p/py-libtorrent-rasterbar/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 3e9e35a5fc01..ec580b903b21 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -37,6 +37,8 @@ LOGGING_DESC= Enable logging to disk EXAMPLES_CMAKE_BOOL= build_examples LOGGING_CMAKE_BOOL= logging +PORTSCOUT= limit:^1.* # 2.x is WIP and we don't accept it before qBittorrent does + post-patch: @${REINPLACE_CMD} -e 's|return "python3";|return "${PYTHON_CMD}";|' \ ${WRKSRC}/test/setup_transfer.cpp diff --git a/net-p2p/py-libtorrent-rasterbar/Makefile b/net-p2p/py-libtorrent-rasterbar/Makefile index c5d8bb5c8003..ee603e64b806 100644 --- a/net-p2p/py-libtorrent-rasterbar/Makefile +++ b/net-p2p/py-libtorrent-rasterbar/Makefile @@ -31,6 +31,8 @@ WRKSRC_SUBDIR= bindings/python CONFIGURE_ENV= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \ PYTHON_VERSION="${PYTHON_VERSION}" +PORTSCOUT= limit:^1.* # 2.x is WIP and we don't accept it before qBittorrent does + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libtorrent*.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104071739.137HdjuL081954>