From fmysh@quad.dyndns.org  Mon May 30 06:21:10 2005
Return-Path: <fmysh@quad.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F089116A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 May 2005 06:21:10 +0000 (GMT)
	(envelope-from fmysh@quad.dyndns.org)
Received: from prime.quad.dyndns.org (12.57.138.210.xn.2iij.net [210.138.57.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 952C143D48
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 May 2005 06:21:10 +0000 (GMT)
	(envelope-from fmysh@quad.dyndns.org)
Received: from localhost (localhost [127.0.0.1])
	by prime.quad.dyndns.org (Postfix) with ESMTP id DA7F6F1855;
	Mon, 30 May 2005 15:21:08 +0900 (JST)
Received: from prime.quad.dyndns.org ([127.0.0.1])
 by localhost (prime.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 00841-04; Mon, 30 May 2005 15:20:59 +0900 (JST)
Received: by prime.quad.dyndns.org (Postfix, from userid 1001)
	id D2314F1853; Mon, 30 May 2005 15:20:59 +0900 (JST)
Message-Id: <20050530062059.D2314F1853@prime.quad.dyndns.org>
Date: Mon, 30 May 2005 15:20:59 +0900 (JST)
From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Reply-To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject: Update port: net/py-bittorrent to 4.0.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81648
>Category:       ports
>Synopsis:       Update port: net/py-bittorrent to 4.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 30 06:30:01 GMT 2005
>Closed-Date:    Mon May 30 22:08:42 GMT 2005
>Last-Modified:  Mon May 30 22:08:42 GMT 2005
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	Update net/py-bittorrent to 4.0.2.

	Add dependency on dns/py-dnspython which enable a notification
	when there is a newer version of BitTorrent available.
	(Copy from net/py-bittorrent-devel)
	
>How-To-Repeat:
>Fix:

diff -u py-bittorrent.orig/Makefile py-bittorrent/Makefile
--- py-bittorrent.orig/Makefile	Fri May 27 23:01:24 2005
+++ py-bittorrent/Makefile	Sat May 28 00:04:19 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	BitTorrent
-PORTVERSION=	4.0.1
+PORTVERSION=	4.0.2
 PORTEPOCH=	1
 CATEGORIES?=	net python
 MASTER_SITES=	http://www.bittorrent.com/dl/
@@ -15,6 +15,8 @@
 MAINTAINER=	lioux@FreeBSD.org
 COMMENT?=	A peer-to-peer tool for distributing files written in Python
 
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 USE_REINPLACE=	yes
@@ -22,8 +24,9 @@
 CONFLICTS=	py??-*[Bb]it[Tt]orrent* py??-*[Bb]it[Tt]ornado* btqueue*
 
 PORTDOCS=	LICENSE.txt \
-		redirdonate.html \
-		README.txt credits.txt
+		README.txt \
+		credits.txt \
+		redirdonate.html
 
 .ifdef(NOPORTDOCS)
 EXTRA_PATCHES+=	${FILESDIR}/extra-noportdocs-setup.py
diff -u py-bittorrent.orig/distinfo py-bittorrent/distinfo
--- py-bittorrent.orig/distinfo	Fri May 27 23:01:24 2005
+++ py-bittorrent/distinfo	Fri May 27 23:01:51 2005
@@ -1,2 +1,2 @@
-MD5 (BitTorrent-4.0.1.tar.gz) = e890d856d43b3d0af14b28714bc5801a
-SIZE (BitTorrent-4.0.1.tar.gz) = 154427
+MD5 (BitTorrent-4.0.2.tar.gz) = 4640b7c1bac3146d628f54b20afb87b7
+SIZE (BitTorrent-4.0.2.tar.gz) = 155062
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lioux 
Responsible-Changed-By: barner 
Responsible-Changed-When: Mon May 30 09:54:04 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81648 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Mon May 30 22:08:40 GMT 2005 
State-Changed-Why:  
The port has already been updated, thanks! 

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