svn commit: r399197 - head/net-p2p/libtorrent

Roman Bogorodskiy novel at FreeBSD.org
Tue Oct 13 15:20:54 UTC 2015


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 at 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


More information about the svn-ports-all mailing list