From owner-dev-commits-ports-all@freebsd.org Wed Apr 7 17:39:46 2021 Return-Path: Delivered-To: dev-commits-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 F3DFA5BE774; Wed, 7 Apr 2021 17:39:45 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFs8x6dPjz4SgW; Wed, 7 Apr 2021 17:39:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6C7A234B0; Wed, 7 Apr 2021 17:39:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 137HdjpZ081955; Wed, 7 Apr 2021 17:39:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 137HdjuL081954; Wed, 7 Apr 2021 17:39:45 GMT (envelope-from git) Date: Wed, 7 Apr 2021 17:39:45 GMT Message-Id: <202104071739.137HdjuL081954@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 89ff4fe4329c - main - net-p2p/[py-]libtorrent-rasterbar: Add the PORTSCOUT line to prevent 2.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 89ff4fe4329c24a2e8ddf61e58db82d9705fcd7e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2021 17:39:46 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=89ff4fe4329c24a2e8ddf61e58db82d9705fcd7e commit 89ff4fe4329c24a2e8ddf61e58db82d9705fcd7e Author: Yuri Victorovich AuthorDate: 2021-04-07 17:17:04 +0000 Commit: Yuri Victorovich 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