View | Details | Raw Unified | Return to bug 242797 | Differences between
and this patch

Collapse All | Expand All

(-)net-p2p/py-libtorrent-rasterbar/Makefile (-4 / +9 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libtorrent-rasterbar
4
PORTNAME=	libtorrent-rasterbar
5
DISTVERSION=	1.2.2
5
DISTVERSION=	libtorrent-
6
DISTVERSION=	1_2_3-9
7
DISTVERSIONSUFFIX=	-g96695fa71
6
CATEGORIES=	net-p2p python
8
CATEGORIES=	net-p2p python
7
MASTER_SITES=	https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
11
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
12
ATCHFILES=	e71d2ca2d445db627308167cd551d4934af5f4af.patch:-p1
13
10
MAINTAINER=	yuri@FreeBSD.org
14
MAINTAINER=	yuri@FreeBSD.org
11
COMMENT=	Python bindings for libtorrent-rasterbar
15
COMMENT=	Python bindings for libtorrent-rasterbar
12
16
Lines 13-24 Link Here
13
LICENSE=	BSD3CLAUSE
17
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/../../COPYING
18
LICENSE_FILE=	${WRKSRC}/../../COPYING
15
19
16
BROKEN=		Doesn't install anything since the last major release: https://github.com/arvidn/libtorrent/issues/4204
17
18
LIB_DEPENDS=	libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \
20
LIB_DEPENDS=	libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \
19
		${PY_BOOST}
21
		${PY_BOOST}
20
22
21
USES=		compiler:c11 iconv localbase python
23
USES=		compiler:c11 iconv localbase python
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	arvidn
26
GH_PROJECT=	libtorrent
22
USE_PYTHON=	distutils autoplist
27
USE_PYTHON=	distutils autoplist
23
28
24
CFLAGS+=	-DTORRENT_DISABLE_LOGGING # undefined symbol: https://github.com/arvidn/libtorrent/issues/3331
29
CFLAGS+=	-DTORRENT_DISABLE_LOGGING # undefined symbol: https://github.com/arvidn/libtorrent/issues/3331
(-)net-p2p/py-libtorrent-rasterbar/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1576811230
1
TIMESTAMP = 1578413207
2
SHA256 (libtorrent-rasterbar-1.2.2.tar.gz) = e579261d7f0acbe82e9b4ce703cb721627cb8075023f8a26405992f489bc6202
2
SHA256 (arvidn-libtorrent-1_2_3-9-g96695fa71_GH0.tar.gz) = 29d24674d654b8af25dab41eb367ada06c78be5544b2ffafdbdbef1d90269b2d
3
SIZE (libtorrent-rasterbar-1.2.2.tar.gz) = 4088779
3
SIZE (arvidn-libtorrent-1_2_3-9-g96695fa71_GH0.tar.gz) = 3592389

Return to bug 242797