diff options
author | flz <flz@FreeBSD.org> | 2006-11-08 20:10:46 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-11-08 20:10:46 +0800 |
commit | f37cdf73227dfbb8f08a37fccddd82621870b7f9 (patch) | |
tree | 17b496bf14f3ce2b8e2ba36fa052cc24afd3314e /net-p2p/libtorrent | |
parent | 46796bccda538cce0814d8c46924635548cab0b1 (diff) | |
download | freebsd-ports-gnome-f37cdf73227dfbb8f08a37fccddd82621870b7f9.tar.gz freebsd-ports-gnome-f37cdf73227dfbb8f08a37fccddd82621870b7f9.tar.zst freebsd-ports-gnome-f37cdf73227dfbb8f08a37fccddd82621870b7f9.zip |
Update libtorrent and libtorrent-devel to 0.10.4.
PR: ports/105230
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent/files/stable-ltmain.sh | 21 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 1 |
4 files changed, 10 insertions, 22 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 5cb495b5b904..d9b45b61c5f2 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,8 +6,8 @@ # PORTNAME?= libtorrent -PORTVERSION?= 0.10.3 -PORTREVISION?= 1 +PORTVERSION?= 0.10.4 +PORTREVISION?= 0 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 56ffbd3ab769..ab6882c3378a 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.10.3.tar.gz) = 8697a637db74f42fa23acbee03fa1734 -SHA256 (libtorrent-0.10.3.tar.gz) = 3f850d167d91895462b801069e562ddfc9c886299216b6fde9596795418d975a -SIZE (libtorrent-0.10.3.tar.gz) = 449091 +MD5 (libtorrent-0.10.4.tar.gz) = 3154a686d9616f04012596b8daa2ff52 +SHA256 (libtorrent-0.10.4.tar.gz) = fbecbbe10e51f018bc8c921932b6134de0f05495e053429434bc9f25b01d2d2f +SIZE (libtorrent-0.10.4.tar.gz) = 485174 diff --git a/net-p2p/libtorrent/files/stable-ltmain.sh b/net-p2p/libtorrent/files/stable-ltmain.sh index affc5f0af5ef..6449cfe47bec 100644 --- a/net-p2p/libtorrent/files/stable-ltmain.sh +++ b/net-p2p/libtorrent/files/stable-ltmain.sh @@ -1,23 +1,10 @@ ---- ltmain.sh.orig Wed Jul 12 10:35:32 2006 -+++ ltmain.sh Wed Jul 12 10:36:46 2006 -@@ -2279,10 +2279,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$ECHO "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -@@ -2896,6 +2898,7 @@ +--- ltmain.sh.orig Fri Oct 27 22:47:02 2006 ++++ ltmain.sh Tue Nov 7 10:33:04 2006 +@@ -1256,6 +1256,7 @@ ;; -avoid-version) -+ build_old_libs=no ++ build_old_libs=no avoid_version=yes continue ;; diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index bf40ab973a40..f7bbcb1470f2 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -28,6 +28,7 @@ include/torrent/torrent.h include/torrent/tracker.h include/torrent/tracker_list.h include/torrent/transfer_list.h +lib/libtorrent.la lib/libtorrent.so lib/libtorrent.so.9 libdata/pkgconfig/libtorrent.pc |