diff options
author | novel <novel@FreeBSD.org> | 2015-10-13 23:20:52 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2015-10-13 23:20:52 +0800 |
commit | e355af057bb527d48c554f327e696b7c44a6a5c0 (patch) | |
tree | b371137c4625ba1cdb9a76388e4ae91e85259d96 | |
parent | 4d7d1f4ab0c1e52acfe915c373b09513f74e41c4 (diff) | |
download | freebsd-ports-gnome-e355af057bb527d48c554f327e696b7c44a6a5c0.tar.gz freebsd-ports-gnome-e355af057bb527d48c554f327e696b7c44a6a5c0.tar.zst freebsd-ports-gnome-e355af057bb527d48c554f327e696b7c44a6a5c0.zip |
- Update to 0.13.6
- Update MASTER_SITES and WWW to point to the actual site
-rw-r--r-- | net-p2p/libtorrent/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-descr | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index f7355f3d0f2d..7ec2cf1037a6 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -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++ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 8e1ab3df815a..c72e624a8967 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -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 diff --git a/net-p2p/libtorrent/pkg-descr b/net-p2p/libtorrent/pkg-descr index b442773d1c2f..8f81ddea073b 100644 --- a/net-p2p/libtorrent/pkg-descr +++ b/net-p2p/libtorrent/pkg-descr @@ -2,4 +2,4 @@ LibTorrent is a BitTorrent library written in C++ for *nix. It is 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 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 2c875fb8ec6f..20df140ff81d 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -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 |