From owner-svn-ports-head@freebsd.org Tue Oct 13 15:20:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7560A115D5; Tue, 13 Oct 2015 15:20:53 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF521097; Tue, 13 Oct 2015 15:20:53 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DFKq7m063705; Tue, 13 Oct 2015 15:20:52 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DFKqJY063701; Tue, 13 Oct 2015 15:20:52 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201510131520.t9DFKqJY063701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 13 Oct 2015 15:20:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399197 - head/net-p2p/libtorrent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 15:20:54 -0000 Author: novel Date: Tue Oct 13 15:20:52 2015 New Revision: 399197 URL: https://svnweb.freebsd.org/changeset/ports/399197 Log: - Update to 0.13.6 - Update MASTER_SITES and WWW to point to the actual site Modified: head/net-p2p/libtorrent/Makefile head/net-p2p/libtorrent/distinfo head/net-p2p/libtorrent/pkg-descr head/net-p2p/libtorrent/pkg-plist Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Tue Oct 13 14:54:55 2015 (r399196) +++ head/net-p2p/libtorrent/Makefile Tue Oct 13 15:20:52 2015 (r399197) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= libtorrent -PORTVERSION= 0.13.4 -PORTREVISION= 2 +PORTVERSION= 0.13.6 CATEGORIES= net-p2p -MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ +MASTER_SITES= http://rtorrent.net/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Library written in C++ Modified: head/net-p2p/libtorrent/distinfo ============================================================================== --- head/net-p2p/libtorrent/distinfo Tue Oct 13 14:54:55 2015 (r399196) +++ head/net-p2p/libtorrent/distinfo Tue Oct 13 15:20:52 2015 (r399197) @@ -1,2 +1,2 @@ -SHA256 (libtorrent-0.13.4.tar.gz) = 704e097119dc89e2ee4630396b25de1cd64b0549841347ea75b9ef9217084955 -SIZE (libtorrent-0.13.4.tar.gz) = 768382 +SHA256 (libtorrent-0.13.6.tar.gz) = 2838a08c96edfd936aff8fbf99ecbb930c2bfca3337dd1482eb5fccdb80d5a04 +SIZE (libtorrent-0.13.6.tar.gz) = 781253 Modified: head/net-p2p/libtorrent/pkg-descr ============================================================================== --- head/net-p2p/libtorrent/pkg-descr Tue Oct 13 14:54:55 2015 (r399196) +++ head/net-p2p/libtorrent/pkg-descr Tue Oct 13 15:20:52 2015 (r399197) @@ -2,4 +2,4 @@ LibTorrent is a BitTorrent library writt designed to avoid redundant copying and storing of data that other clients and libraries suffer from. Licensed under the GPL. -WWW: http://libtorrent.rakshasa.no/ +WWW: https://github.com/rakshasa/libtorrent Modified: head/net-p2p/libtorrent/pkg-plist ============================================================================== --- head/net-p2p/libtorrent/pkg-plist Tue Oct 13 14:54:55 2015 (r399196) +++ head/net-p2p/libtorrent/pkg-plist Tue Oct 13 15:20:52 2015 (r399197) @@ -60,6 +60,6 @@ include/torrent/utils/signal_bitfield.h include/torrent/utils/thread_base.h include/torrent/utils/thread_interrupt.h lib/libtorrent.so -lib/libtorrent.so.18 -lib/libtorrent.so.18.0.0 +lib/libtorrent.so.19 +lib/libtorrent.so.19.0.0 libdata/pkgconfig/libtorrent.pc