diff options
author | tron <tron@pkgsrc.org> | 2015-10-11 10:41:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2015-10-11 10:41:37 +0000 |
commit | 5e2cfdfcb06617b9837ea8a8012a9b20f3c8ec89 (patch) | |
tree | d77efbeb4c61be2c956984c1c8b788291cb37664 /net/libtorrent | |
parent | 61fb1deaefc8077a2c44990ac04c650b360e02bc (diff) | |
download | pkgsrc-5e2cfdfcb06617b9837ea8a8012a9b20f3c8ec89.tar.gz |
Update "libtorrent" package to version 0.13.6 and "rtorrent" package to
version 0.9.6.
A list of changes is not availabe unfortunately.
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 9 | ||||
-rw-r--r-- | net/libtorrent/buildlink3.mk | 6 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 |
3 files changed, 11 insertions, 12 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index e4da9903ddc..9c239d30ec5 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.53 2014/11/04 08:36:17 tron Exp $ +# $NetBSD: Makefile,v 1.54 2015/10/11 10:41:37 tron Exp $ -DISTNAME= libtorrent-0.13.4 -PKGREVISION= 1 +DISTNAME= libtorrent-0.13.6 CATEGORIES= net -MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ +MASTER_SITES= http://rtorrent.net/downloads/ -OWNER= tron@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rakshasa.github.io/rtorrent/ COMMENT= BitTorrent library written in C++ for *nix LICENSE= gnu-gpl-v2 diff --git a/net/libtorrent/buildlink3.mk b/net/libtorrent/buildlink3.mk index 9843bf76080..ecc1fcd2403 100644 --- a/net/libtorrent/buildlink3.mk +++ b/net/libtorrent/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.22 2014/06/15 22:44:15 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2015/10/11 10:41:37 tron Exp $ BUILDLINK_TREE+= libtorrent .if !defined(LIBTORRENT_BUILDLINK3_MK) LIBTORRENT_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libtorrent+= libtorrent>=0.13.4 -BUILDLINK_ABI_DEPENDS.libtorrent+= libtorrent>=0.13.4 +BUILDLINK_API_DEPENDS.libtorrent+= libtorrent>=0.13.6 +BUILDLINK_ABI_DEPENDS.libtorrent+= libtorrent>=0.13.6 BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent .include "../../devel/libsigc++/buildlink3.mk" diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 6c7d9533050..aee70816c3e 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2014/06/15 22:44:15 tron Exp $ +$NetBSD: distinfo,v 1.35 2015/10/11 10:41:37 tron Exp $ -SHA1 (libtorrent-0.13.4.tar.gz) = 3a3ca87054d020bc376abe2c1ea15bbbaef31131 -RMD160 (libtorrent-0.13.4.tar.gz) = bbf0903c619eaaded93ffe668abd16101882e8fa -Size (libtorrent-0.13.4.tar.gz) = 768382 bytes +SHA1 (libtorrent-0.13.6.tar.gz) = 493691929b701f4402f13c725840addf95231ad2 +RMD160 (libtorrent-0.13.6.tar.gz) = a143a0ef9e86cf989c2c7dff6c86a41d23ddc244 +Size (libtorrent-0.13.6.tar.gz) = 781253 bytes SHA1 (patch-src_Makefile.am) = e69dd1da8a9736fa45af71cfc167c8b89a7fe648 SHA1 (patch-src_Makefile.in) = 522fbdb8da913d351fd86aface86aa2d1d86b5cc SHA1 (patch-src_data_chunk__list.cpp) = 4b09b093ca5f2abdb7e4d3c1c0bdb9fdfcd4f981 |