Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2004 03:11:19 +0900 (JST)
From:      Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67229: net/py-bittorrent conflicts net/py-bittornado
Message-ID:  <20040526181119.10FD9F1929@prime.quad.dyndns.org>
Resent-Message-ID: <200405261820.i4QIKO3I005616@freefall.freebsd.org>

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

>Number:         67229
>Category:       ports
>Synopsis:       net/py-bittorrent conflicts net/py-bittornado
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 11:20:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	net/py-bit{torrent,tornado}* conflict with each other
>How-To-Repeat:

There are currently four ports related to Python BitTorrent:
net/py-bittorrent
net/py-bittorrent-core (WITHOUT_GUI version)
net/py-bittornado
net-py-bittornado-core (WITHOUT_GUI version)

Comparing the pkg-plists of py-bit{torrent,tornado}
these files are installed by both.

bin/btcompletedir.py
bin/btdownloadcurses.py
bin/btdownloadheadless.py
bin/btlaunchmany.py
bin/btlaunchmanycurses.py
bin/btmakemetafile.py
bin/btreannounce.py
bin/btrename.py
bin/btshowmetainfo.py
bin/bttest.py
bin/bttrack.py

>Fix:

--- py-bittorrent/Makefile.orig       Thu May 27 02:35:26 2004
+++ py-bittorrent/Makefile    Thu May 27 02:37:12 2004
@@ -21,7 +21,7 @@
 USE_PYDISTUTILS=       yes
 USE_REINPLACE= yes

-CONFLICTS=     py??-*[Bb]it[Tt]orrent*
+CONFLICTS=     py??-*[Bb]it[Tt]orrent* py??-*[Bb]it[Tt]ornado*

 PORTDOCS=      BUILD.windows.txt INSTALL.unix.txt LICENSE.txt \
                README.txt credits.txt

--- py-bittornado/Makefile.orig Thu May 27 03:05:06 2004
+++ py-bittornado/Makefile      Thu May 27 03:05:53 2004
@@ -17,7 +17,7 @@
 MAINTAINER=    janos.mohacsi@bsd.hu
 COMMENT?=      An extended BitTorrent peer-to-peer tool for distributing files

-CONFLICTS=     py??-*[Bb]it[Tt]orrent*
+CONFLICTS=     py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
 USE_PYTHON=    yes
 USE_PYDISTUTILS=yes
 USE_REINPLACE= yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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