Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Nov 2006 10:39:32 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, flz@FreeBSD.org
Subject:   ports/105230: [PATCH] net-p2p/libtorrent: update to 0.10.4
Message-ID:  <20061107023932.2710A78@netnews.NCTU.edu.tw>
Resent-Message-ID: <200611070240.kA72eKUF008863@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105230
>Category:       ports
>Synopsis:       [PATCH] net-p2p/libtorrent: update to 0.10.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 07 02:40:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Update to 0.10.4

Port maintainer (flz@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libtorrent-0.10.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent/Makefile /home/staff/gslin/work/ports/libtorrent/Makefile
--- /usr/ports/net-p2p/libtorrent/Makefile	Sat Oct 28 03:15:31 2006
+++ /home/staff/gslin/work/ports/libtorrent/Makefile	Tue Nov  7 10:23:34 2006
@@ -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 -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent/distinfo /home/staff/gslin/work/ports/libtorrent/distinfo
--- /usr/ports/net-p2p/libtorrent/distinfo	Sat Oct 28 03:15:31 2006
+++ /home/staff/gslin/work/ports/libtorrent/distinfo	Tue Nov  7 10:23:36 2006
@@ -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 -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent/files/stable-ltmain.sh /home/staff/gslin/work/ports/libtorrent/files/stable-ltmain.sh
--- /usr/ports/net-p2p/libtorrent/files/stable-ltmain.sh	Sat Oct 28 03:15:31 2006
+++ /home/staff/gslin/work/ports/libtorrent/files/stable-ltmain.sh	Tue Nov  7 10:33:04 2006
@@ -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 -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent/pkg-plist /home/staff/gslin/work/ports/libtorrent/pkg-plist
--- /usr/ports/net-p2p/libtorrent/pkg-plist	Sat Oct 28 03:15:31 2006
+++ /home/staff/gslin/work/ports/libtorrent/pkg-plist	Tue Nov  7 10:38:31 2006
@@ -28,6 +28,7 @@
 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
--- libtorrent-0.10.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061107023932.2710A78>