Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2019 23:36:23 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507684 - in head/net-p2p/libtorrent: . files
Message-ID:  <201907302336.x6UNaN0n053217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Jul 30 23:36:22 2019
New Revision: 507684
URL: https://svnweb.freebsd.org/changeset/ports/507684

Log:
  net-p2p/libtorrent: Update to 0.13.8
  
  Patches removed were incorporated upstream.
  
  Reported by:	tj@mrsk.me (email)

Deleted:
  head/net-p2p/libtorrent/files/patch-openssl-1.1.x
  head/net-p2p/libtorrent/files/patch-socket-issue
Modified:
  head/net-p2p/libtorrent/Makefile
  head/net-p2p/libtorrent/distinfo
  head/net-p2p/libtorrent/pkg-plist

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Tue Jul 30 23:17:10 2019	(r507683)
+++ head/net-p2p/libtorrent/Makefile	Tue Jul 30 23:36:22 2019	(r507684)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libtorrent
-PORTVERSION=	0.13.7
-PORTREVISION=	4
+PORTVERSION=	0.13.8
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://rtorrent.net/downloads/
 
@@ -13,6 +12,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf compiler:c++11-lang libtool localbase:ldflags pathfix pkgconfig ssl
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug
 CONFIGURE_ENV=	OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CFLAGS="-I\
@@ -40,6 +40,6 @@ CONFIGURE_ARGS+=--disable-instrumentation
 .endif
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtorrent.so.20.0.0
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtorrent.so.21.0.0
 
 .include <bsd.port.post.mk>

Modified: head/net-p2p/libtorrent/distinfo
==============================================================================
--- head/net-p2p/libtorrent/distinfo	Tue Jul 30 23:17:10 2019	(r507683)
+++ head/net-p2p/libtorrent/distinfo	Tue Jul 30 23:36:22 2019	(r507684)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529447240
-SHA256 (libtorrent-0.13.7.tar.gz) = c738f60f4d7b6879cd2745fb4310bf24c9287219c1fd619706a9d5499ca7ecc1
-SIZE (libtorrent-0.13.7.tar.gz) = 782854
+TIMESTAMP = 1564447515
+SHA256 (libtorrent-0.13.8.tar.gz) = ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983
+SIZE (libtorrent-0.13.8.tar.gz) = 834027

Modified: head/net-p2p/libtorrent/pkg-plist
==============================================================================
--- head/net-p2p/libtorrent/pkg-plist	Tue Jul 30 23:17:10 2019	(r507683)
+++ head/net-p2p/libtorrent/pkg-plist	Tue Jul 30 23:36:22 2019	(r507684)
@@ -63,6 +63,6 @@ include/torrent/utils/thread_base.h
 include/torrent/utils/thread_interrupt.h
 include/torrent/utils/uri_parser.h
 lib/libtorrent.so
-lib/libtorrent.so.20
-lib/libtorrent.so.20.0.0
+lib/libtorrent.so.21
+lib/libtorrent.so.21.0.0
 libdata/pkgconfig/libtorrent.pc



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