git: bccf68883943 - main - net-p2p/{,py-}libtorrent-rasterbar: update 1.2.19 → 1.2.20
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 06:43:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bccf68883943edfaf8e578e8b995b5b02f6fe2d7 commit bccf68883943edfaf8e578e8b995b5b02f6fe2d7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-29 06:41:13 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-29 06:43:18 +0000 net-p2p/{,py-}libtorrent-rasterbar: update 1.2.19 → 1.2.20 Reported by: portscout --- net-p2p/libtorrent-rasterbar/Makefile | 3 +-- net-p2p/libtorrent-rasterbar/distinfo | 6 +++--- net-p2p/py-libtorrent-rasterbar/Makefile | 12 +++++++++--- net-p2p/py-libtorrent-rasterbar/distinfo | 6 +++--- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index eb4685825bc7..d01271fbc749 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -1,6 +1,5 @@ PORTNAME= libtorrent-rasterbar -DISTVERSION= 1.2.19 # 2.x is unusable until memory problems are resolved, see https://github.com/arvidn/libtorrent/issues/6781 -PORTREVISION= 2 +DISTVERSION= 1.2.20 # 2.x is unusable until memory problems are resolved, see https://github.com/arvidn/libtorrent/issues/6781 PORTEPOCH= 2 CATEGORIES= net-p2p MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/ diff --git a/net-p2p/libtorrent-rasterbar/distinfo b/net-p2p/libtorrent-rasterbar/distinfo index 8b06032cdc12..f787f9faa78b 100644 --- a/net-p2p/libtorrent-rasterbar/distinfo +++ b/net-p2p/libtorrent-rasterbar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710066451 -SHA256 (libtorrent-rasterbar-1.2.19.tar.gz) = eee8e99548dc5eb5e643e49db9202f4f97112c032dba883dfdc8144af5b6e40e -SIZE (libtorrent-rasterbar-1.2.19.tar.gz) = 4244826 +TIMESTAMP = 1738128489 +SHA256 (libtorrent-rasterbar-1.2.20.tar.gz) = ccbf8e8c21dc81635de95166b498922b4725f9725a23b2cfe2a6b2fead6fb9fc +SIZE (libtorrent-rasterbar-1.2.20.tar.gz) = 4227996 diff --git a/net-p2p/py-libtorrent-rasterbar/Makefile b/net-p2p/py-libtorrent-rasterbar/Makefile index 20aa82547b0b..9108a6a9d81e 100644 --- a/net-p2p/py-libtorrent-rasterbar/Makefile +++ b/net-p2p/py-libtorrent-rasterbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= libtorrent-rasterbar DISTVERSIONPREFIX= v -DISTVERSION= 1.2.19 +DISTVERSION= 1.2.20 PORTEPOCH= 2 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../COPYING BUILD_DEPENDS= b2:devel/boost_build -LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ ${PY_BOOST} USES= compiler:c11 iconv localbase:ldflags python @@ -38,7 +39,12 @@ CONFIGURE_ENV= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \ PORTSCOUT= limit:^1.* # 2.x is WIP and we don't accept it before qBittorrent does -PLIST_FILES+= ${PYTHON_SITELIBDIR}/${PYDISTUTILS_PKGNAME}/__init__${PYTHON_EXT_SUFFIX}.so +PLIST_FILES+= ${PYTHON_SITELIBDIR}/${PYDISTUTILS_PKGNAME}/__init__${PYTHON_EXT_SUFFIX}.so \ + ${PYTHON_SITELIBDIR}/libtorrent-_${DISTVERSION}_-py${PYTHON_VER}.egg-info/PKG-INFO \ + ${PYTHON_SITELIBDIR}/libtorrent-_${DISTVERSION}_-py${PYTHON_VER}.egg-info/SOURCES.txt \ + ${PYTHON_SITELIBDIR}/libtorrent-_${DISTVERSION}_-py${PYTHON_VER}.egg-info/dependency_links.txt \ + ${PYTHON_SITELIBDIR}/libtorrent-_${DISTVERSION}_-py${PYTHON_VER}.egg-info/top_level.txt + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PYDISTUTILS_PKGNAME}/__init__${PYTHON_EXT_SUFFIX}.so diff --git a/net-p2p/py-libtorrent-rasterbar/distinfo b/net-p2p/py-libtorrent-rasterbar/distinfo index 7f0b527c0640..4ef31351b25b 100644 --- a/net-p2p/py-libtorrent-rasterbar/distinfo +++ b/net-p2p/py-libtorrent-rasterbar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690531421 -SHA256 (arvidn-libtorrent-v1.2.19_GH0.tar.gz) = c09c3f13dd6462d6ef0a5d1780ed0f73b504fcfbbdb5c6cad2cfad05daea50ba -SIZE (arvidn-libtorrent-v1.2.19_GH0.tar.gz) = 3637555 +TIMESTAMP = 1738128465 +SHA256 (arvidn-libtorrent-v1.2.20_GH0.tar.gz) = 6243d87e54c8d3c9336af1f8ef3fedf7b54e03c2be105a9914f07ec5059e4743 +SIZE (arvidn-libtorrent-v1.2.20_GH0.tar.gz) = 3639643