Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2021 00:33:51 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563168 - head/net-p2p/libtorrent-rasterbar
Message-ID:  <202101290033.10T0Xphx073638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jan 29 00:33:51 2021
New Revision: 563168
URL: https://svnweb.freebsd.org/changeset/ports/563168

Log:
  net-p2p/libtorrent-rasterbar: Update 1.2.10 -> 1.2.12
  
  Changelog since 1.2.10:
  
  https://github.com/arvidn/libtorrent/releases/tag/v1.2.11
  https://github.com/arvidn/libtorrent/releases/tag/v1.2.12
  
  PR:		252656
  Submitted by:	fluffy

Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile
  head/net-p2p/libtorrent-rasterbar/distinfo
  head/net-p2p/libtorrent-rasterbar/pkg-plist

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Thu Jan 28 23:26:59 2021	(r563167)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Fri Jan 29 00:33:51 2021	(r563168)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	libtorrent-rasterbar
-DISTVERSION=	1.2.10
+DISTVERSION=	1.2.12
 CATEGORIES=	net-p2p
-MASTER_SITES=	https://github.com/arvidn/libtorrent/releases/download/libtorrent-${DISTVERSION}/
+MASTER_SITES=	https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	C++ library implementing a BitTorrent client
@@ -23,7 +23,7 @@ USE_LDCONFIG=	yes
 LDFLAGS+=	${ICONV_LIB}
 
 SHLIB_VER=	10
-PLIST_SUB+=	SHLIB_VER="${SHLIB_VER}"
+PLIST_SUB+=	SHLIB_VER="${SHLIB_VER}" SO_VER="${DISTVERSION}"
 
 DOCFILES=	AUTHORS ChangeLog
 PORTDOCS=	${DOCFILES} docs/*

Modified: head/net-p2p/libtorrent-rasterbar/distinfo
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/distinfo	Thu Jan 28 23:26:59 2021	(r563167)
+++ head/net-p2p/libtorrent-rasterbar/distinfo	Fri Jan 29 00:33:51 2021	(r563168)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599281675
-SHA256 (libtorrent-rasterbar-1.2.10.tar.gz) = d0dd30bdc3926587c4241f4068d8e39628a6c1f9f6cf53195f0e9bc90017befb
-SIZE (libtorrent-rasterbar-1.2.10.tar.gz) = 4128498
+TIMESTAMP = 1610594305
+SHA256 (libtorrent-rasterbar-1.2.12.tar.gz) = c3744ac9fa41f6e6ebf79538a2ea678df76a2cbbaf3ac6ae2c05455314e5cce8
+SIZE (libtorrent-rasterbar-1.2.12.tar.gz) = 4144099

Modified: head/net-p2p/libtorrent-rasterbar/pkg-plist
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/pkg-plist	Thu Jan 28 23:26:59 2021	(r563167)
+++ head/net-p2p/libtorrent-rasterbar/pkg-plist	Fri Jan 29 00:33:51 2021	(r563168)
@@ -40,6 +40,7 @@ include/libtorrent/aux_/noexcept_movable.hpp
 include/libtorrent/aux_/numeric_cast.hpp
 include/libtorrent/aux_/openssl.hpp
 include/libtorrent/aux_/path.hpp
+include/libtorrent/aux_/pool.hpp
 include/libtorrent/aux_/portmap.hpp
 include/libtorrent/aux_/proxy_settings.hpp
 include/libtorrent/aux_/range.hpp
@@ -248,7 +249,7 @@ lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarConfi
 lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets.cmake
 lib/libtorrent-rasterbar.so
-lib/libtorrent-rasterbar.so.1.2.10
+lib/libtorrent-rasterbar.so.%%SO_VER%%
 lib/libtorrent-rasterbar.so.%%SHLIB_VER%%
 libdata/pkgconfig/libtorrent-rasterbar.pc
 share/cmake/Modules/FindLibtorrentRasterbar.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101290033.10T0Xphx073638>