View | Details | Raw Unified | Return to bug 105230
Collapse All | Expand All

(-)/home/staff/gslin/work/ports/libtorrent/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME?=	libtorrent
8
PORTNAME?=	libtorrent
9
PORTVERSION?=	0.10.3
9
PORTVERSION?=	0.10.4
10
PORTREVISION?=	1
10
PORTREVISION?=	0
11
CATEGORIES=	net-p2p
11
CATEGORIES=	net-p2p
12
MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/
12
MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/
13
13
(-)/home/staff/gslin/work/ports/libtorrent/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libtorrent-0.10.3.tar.gz) = 8697a637db74f42fa23acbee03fa1734
1
MD5 (libtorrent-0.10.4.tar.gz) = 3154a686d9616f04012596b8daa2ff52
2
SHA256 (libtorrent-0.10.3.tar.gz) = 3f850d167d91895462b801069e562ddfc9c886299216b6fde9596795418d975a
2
SHA256 (libtorrent-0.10.4.tar.gz) = fbecbbe10e51f018bc8c921932b6134de0f05495e053429434bc9f25b01d2d2f
3
SIZE (libtorrent-0.10.3.tar.gz) = 449091
3
SIZE (libtorrent-0.10.4.tar.gz) = 485174
(-)/home/staff/gslin/work/ports/libtorrent/files/stable-ltmain.sh (-17 / +4 lines)
Lines 1-23 Link Here
1
--- ltmain.sh.orig	Wed Jul 12 10:35:32 2006
1
--- ltmain.sh.orig	Fri Oct 27 22:47:02 2006
2
+++ ltmain.sh	Wed Jul 12 10:36:46 2006
2
+++ ltmain.sh	Tue Nov  7 10:33:04 2006
3
@@ -2279,10 +2279,12 @@
3
@@ -1256,6 +1256,7 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false; then
8
 	name=`$ECHO "X$file" | $Xsed -e 's%^.*/%%'`
9
 	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
16
@@ -2896,6 +2898,7 @@
17
 	;;
4
 	;;
18
 
5
 
19
       -avoid-version)
6
       -avoid-version)
20
+	build_old_libs=no
7
+      	build_old_libs=no
21
 	avoid_version=yes
8
 	avoid_version=yes
22
 	continue
9
 	continue
23
 	;;
10
 	;;
(-)/home/staff/gslin/work/ports/libtorrent/pkg-plist (+1 lines)
Lines 28-33 Link Here
28
include/torrent/tracker.h
28
include/torrent/tracker.h
29
include/torrent/tracker_list.h
29
include/torrent/tracker_list.h
30
include/torrent/transfer_list.h
30
include/torrent/transfer_list.h
31
lib/libtorrent.la
31
lib/libtorrent.so
32
lib/libtorrent.so
32
lib/libtorrent.so.9
33
lib/libtorrent.so.9
33
libdata/pkgconfig/libtorrent.pc
34
libdata/pkgconfig/libtorrent.pc

Return to bug 105230