CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/05/22 15:47:29
Modified files:
net/libtorrent-rasterbar: Makefile distinfo
net/libtorrent-rasterbar/patches:
patch-include_libtorrent_config_hpp
net/libtorrent-rasterbar/pkg: PLIST
Added files:
net/libtorrent-rasterbar/files: setup.py
Removed files:
net/libtorrent-rasterbar/patches: patch-configure_ac
Log message:
update to libtorrent-rasterbar 1.2.13
Release notes:
https://github.com/arvidn/libtorrent/releases/tag/v1.2.13
- remove autotools and use CONFIGURE_STYLE = gnu now that default C++
standard is detected. see:
https://github.com/arvidn/libtorrent/pull/5026
- major bump because check_sym reports removed symbols
- carry ${FILESDIR}/setup.py from 1.2.11 because 1.2.12 relies on
boost-build
- remove patches/patch-configure_ac
- Uses ${MODPY_EGG_VERSION} and SUBST_CMD in setup.py to only have to
update version in one place (from sthen@)
- Uses ${MODPY_BIN} in ${FILESDIR}/setup.py (from sthen@)
- Remove -L{LOCALBASE}/lib in ${FILESDIR}/setup.py. Python bindings
incorrectly linked -ltorrent-rasterbar with
/usr/local/lib/libtorrent-rasterbar.so.3.0 instead of the freshly
built ${WRKSRC}/src/.libs/libtorrent-rasterbar.so.4.0.
rsadowski@ reviewed older version of this diff
thfr@ gave feedback on using check_sym and deprecation not necessitating
major bump
sthen@ gave feedback on python bits in setup.py
ok mariani@ who also tested deluge (older version of this diff) and
qbittorrent