View | Details | Raw Unified | Return to bug 252656
Collapse All | Expand All

(-)net-p2p/libtorrent-rasterbar/Makefile (-3 / +3 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libtorrent-rasterbar
4
PORTNAME=	libtorrent-rasterbar
5
DISTVERSION=	1.2.10
5
DISTVERSION=	1.2.12
6
CATEGORIES=	net-p2p
6
CATEGORIES=	net-p2p
7
MASTER_SITES=	https://github.com/arvidn/libtorrent/releases/download/libtorrent-${DISTVERSION}/
7
MASTER_SITES=	https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/
8
8
9
MAINTAINER=	yuri@FreeBSD.org
9
MAINTAINER=	yuri@FreeBSD.org
10
COMMENT=	C++ library implementing a BitTorrent client
10
COMMENT=	C++ library implementing a BitTorrent client
Lines 23-29 Link Here
23
LDFLAGS+=	${ICONV_LIB}
23
LDFLAGS+=	${ICONV_LIB}
24
24
25
SHLIB_VER=	10
25
SHLIB_VER=	10
26
PLIST_SUB+=	SHLIB_VER="${SHLIB_VER}"
26
PLIST_SUB+=	SHLIB_VER="${SHLIB_VER}" SO_VER="${DISTVERSION}"
27
27
28
DOCFILES=	AUTHORS ChangeLog
28
DOCFILES=	AUTHORS ChangeLog
29
PORTDOCS=	${DOCFILES} docs/*
29
PORTDOCS=	${DOCFILES} docs/*
(-)net-p2p/libtorrent-rasterbar/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1599281675
1
TIMESTAMP = 1610594305
2
SHA256 (libtorrent-rasterbar-1.2.10.tar.gz) = d0dd30bdc3926587c4241f4068d8e39628a6c1f9f6cf53195f0e9bc90017befb
2
SHA256 (libtorrent-rasterbar-1.2.12.tar.gz) = c3744ac9fa41f6e6ebf79538a2ea678df76a2cbbaf3ac6ae2c05455314e5cce8
3
SIZE (libtorrent-rasterbar-1.2.10.tar.gz) = 4128498
3
SIZE (libtorrent-rasterbar-1.2.12.tar.gz) = 4144099
(-)net-p2p/libtorrent-rasterbar/pkg-plist (-1 / +2 lines)
Lines 40-45 Link Here
40
include/libtorrent/aux_/numeric_cast.hpp
40
include/libtorrent/aux_/numeric_cast.hpp
41
include/libtorrent/aux_/openssl.hpp
41
include/libtorrent/aux_/openssl.hpp
42
include/libtorrent/aux_/path.hpp
42
include/libtorrent/aux_/path.hpp
43
include/libtorrent/aux_/pool.hpp
43
include/libtorrent/aux_/portmap.hpp
44
include/libtorrent/aux_/portmap.hpp
44
include/libtorrent/aux_/proxy_settings.hpp
45
include/libtorrent/aux_/proxy_settings.hpp
45
include/libtorrent/aux_/range.hpp
46
include/libtorrent/aux_/range.hpp
Lines 248-254 Link Here
248
lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-%%CMAKE_BUILD_TYPE%%.cmake
249
lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-%%CMAKE_BUILD_TYPE%%.cmake
249
lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets.cmake
250
lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets.cmake
250
lib/libtorrent-rasterbar.so
251
lib/libtorrent-rasterbar.so
251
lib/libtorrent-rasterbar.so.1.2.10
252
lib/libtorrent-rasterbar.so.%%SO_VER%%
252
lib/libtorrent-rasterbar.so.%%SHLIB_VER%%
253
lib/libtorrent-rasterbar.so.%%SHLIB_VER%%
253
libdata/pkgconfig/libtorrent-rasterbar.pc
254
libdata/pkgconfig/libtorrent-rasterbar.pc
254
share/cmake/Modules/FindLibtorrentRasterbar.cmake
255
share/cmake/Modules/FindLibtorrentRasterbar.cmake

Return to bug 252656