From root@deep.tw  Wed Jul 13 12:25:35 2011
Return-Path: <root@deep.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 90DF9106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jul 2011 12:25:35 +0000 (UTC)
	(envelope-from root@deep.tw)
Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129])
	by mx1.freebsd.org (Postfix) with ESMTP id 067D78FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jul 2011 12:25:34 +0000 (UTC)
Received: by deep.tw (Postfix, from userid 0)
	id 642A95D45; Wed, 13 Jul 2011 20:25:34 +0800 (CST)
Message-Id: <20110713122534.642A95D45@deep.tw>
Date: Wed, 13 Jul 2011 20:25:34 +0800 (CST)
From: Jin-Sih Lin <linpct@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: flz@FreeBSD.org
Subject: [PATCH] net-p2p/libtorrent: update to 0.12.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158870
>Category:       ports
>Synopsis:       [PATCH] net-p2p/libtorrent: update to 0.12.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 13 12:30:10 UTC 2011
>Closed-Date:    Mon Jul 18 14:11:04 UTC 2011
>Last-Modified:  Mon Jul 18 14:11:04 UTC 2011
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011
>Description:
- Update to 0.12.9

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

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

--- libtorrent-0.12.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent.orig/Makefile /usr/ports/net-p2p/libtorrent/Makefile
--- /usr/ports/net-p2p/libtorrent.orig/Makefile	2011-02-06 16:14:45.000000000 +0800
+++ /usr/ports/net-p2p/libtorrent/Makefile	2011-07-13 20:10:05.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	libtorrent
-PORTVERSION?=	0.12.7
+PORTVERSION?=	0.12.9
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
 		${MASTER_SITE_LOCAL}
diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent.orig/distinfo /usr/ports/net-p2p/libtorrent/distinfo
--- /usr/ports/net-p2p/libtorrent.orig/distinfo	2011-02-06 16:14:45.000000000 +0800
+++ /usr/ports/net-p2p/libtorrent/distinfo	2011-07-13 20:10:20.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (libtorrent-0.12.7.tar.gz) = 96f59ec9593cd77ef9bad78cadef9ce6f1040243cccf1108aa7844e58d632a97
-SIZE (libtorrent-0.12.7.tar.gz) = 632060
+SHA256 (libtorrent-0.12.9.tar.gz) = 15dc9e8dd45d070f447e599bef08ef0ca421bac6e7f55e608dcd19360594af64
+SIZE (libtorrent-0.12.9.tar.gz) = 667864
diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent.orig/pkg-plist /usr/ports/net-p2p/libtorrent/pkg-plist
--- /usr/ports/net-p2p/libtorrent.orig/pkg-plist	2011-02-06 16:14:45.000000000 +0800
+++ /usr/ports/net-p2p/libtorrent/pkg-plist	2011-07-13 20:23:31.000000000 +0800
@@ -1,54 +1,63 @@
-@comment $FreeBSD: ports/net-p2p/libtorrent/pkg-plist,v 1.15 2011/02/06 08:14:45 miwi Exp $
-include/torrent/common.h
-include/torrent/throttle.h
-include/torrent/peer/client_list.h
-include/torrent/peer/peer_list.h
-include/torrent/peer/client_info.h
-include/torrent/peer/peer.h
-include/torrent/peer/connection_list.h
-include/torrent/peer/peer_info.h
-include/torrent/object_raw_bencode.h
-include/torrent/download_info.h
-include/torrent/torrent.h
-include/torrent/tracker.h
-include/torrent/http.h
-include/torrent/hash_string.h
-include/torrent/chunk_manager.h
 include/torrent/bitfield.h
-include/torrent/object.h
-include/torrent/object_stream.h
-include/torrent/dht_manager.h
-include/torrent/poll_epoll.h
-include/torrent/exceptions.h
-include/torrent/poll_kqueue.h
-include/torrent/rate.h
+include/torrent/chunk_manager.h
+include/torrent/common.h
+include/torrent/connection_manager.h
 include/torrent/data/block.h
-include/torrent/data/file_manager.h
+include/torrent/data/block_list.h
 include/torrent/data/block_transfer.h
-include/torrent/data/file_utils.h
 include/torrent/data/chunk_utils.h
+include/torrent/data/file.h
 include/torrent/data/file_list.h
+include/torrent/data/file_list_iterator.h
+include/torrent/data/file_manager.h
+include/torrent/data/file_utils.h
 include/torrent/data/piece.h
-include/torrent/data/block_list.h
-include/torrent/data/file.h
 include/torrent/data/transfer_list.h
-include/torrent/data/file_list_iterator.h
+include/torrent/dht_manager.h
 include/torrent/download.h
-include/torrent/object_static_map.h
-include/torrent/poll_select.h
-include/torrent/tracker_list.h
-include/torrent/connection_manager.h
-include/torrent/poll.h
+include/torrent/download/choke_group.h
+include/torrent/download/choke_queue.h
+include/torrent/download/download_manager.h
+include/torrent/download/resource_manager.h
+include/torrent/download_info.h
 include/torrent/error.h
-include/torrent/thread_base.h
 include/torrent/event.h
+include/torrent/exceptions.h
+include/torrent/hash_string.h
+include/torrent/http.h
+include/torrent/object.h
+include/torrent/object_raw_bencode.h
+include/torrent/object_static_map.h
+include/torrent/object_stream.h
 include/torrent/path.h
-include/torrent/resume.h
+include/torrent/peer/choke_status.h
+include/torrent/peer/client_info.h
+include/torrent/peer/client_list.h
+include/torrent/peer/connection_list.h
+include/torrent/peer/peer.h
+include/torrent/peer/peer_info.h
+include/torrent/peer/peer_list.h
+include/torrent/poll.h
+include/torrent/poll_epoll.h
+include/torrent/poll_kqueue.h
+include/torrent/poll_select.h
+include/torrent/rate.h
+include/torrent/thread_base.h
+include/torrent/throttle.h
+include/torrent/torrent.h
+include/torrent/tracker.h
+include/torrent/tracker_list.h
+include/torrent/utils/extents.h
+include/torrent/utils/log_files.h
+include/torrent/utils/option_strings.h
+include/torrent/utils/resume.h
 lib/libtorrent.a
-lib/libtorrent.so
-lib/libtorrent.so.13
 lib/libtorrent.la
+lib/libtorrent.so
+lib/libtorrent.so.14
 libdata/pkgconfig/libtorrent.pc
+@dirrmtry include/torrent/utils
 @dirrmtry include/torrent/peer
+@dirrmtry include/torrent/download
 @dirrmtry include/torrent/data
 @dirrmtry include/torrent
--- libtorrent-0.12.9.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 13 12:30:22 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158870 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158870: commit references a PR
Date: Mon, 18 Jul 2011 14:07:59 +0000 (UTC)

 flz         2011-07-18 14:07:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/libtorrent   Makefile distinfo pkg-plist 
   Log:
   Update net-p2p/libtorrent to 0.12.9.
   
   PR:             ports/158870
   Submitted by:   Jin-Sih Lin <linpct@gmail.com>
   
   Revision  Changes    Path
   1.55      +1 -1      ports/net-p2p/libtorrent/Makefile
   1.32      +2 -2      ports/net-p2p/libtorrent/distinfo
   1.16      +46 -37    ports/net-p2p/libtorrent/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158870: commit references a PR
Date: Mon, 18 Jul 2011 14:08:30 +0000 (UTC)

 flz         2011-07-18 14:08:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/libtorrent-devel Makefile distinfo pkg-plist 
   Log:
   Update net-p2p/libtorrent-devel to 0.12.9.
   
   PR:             ports/158870
   Submitted by:   Jin-Sih Lin <linpct@gmail.com>
   
   Revision  Changes    Path
   1.30      +1 -1      ports/net-p2p/libtorrent-devel/Makefile
   1.23      +2 -2      ports/net-p2p/libtorrent-devel/distinfo
   1.11      +42 -43    ports/net-p2p/libtorrent-devel/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Mon Jul 18 14:11:03 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158870 
>Unformatted:
