ports/81648: Update port: net/py-bittorrent to 4.0.2

TAOKA Fumiyoshi fmysh at iijmio-mail.jp
Mon May 30 06:30:03 UTC 2005


>Number:         81648
>Category:       ports
>Synopsis:       Update port: net/py-bittorrent to 4.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 30 06:30:01 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list