Bug 67229 - net/py-bittorrent conflicts net/py-bittornado
Summary: net/py-bittorrent conflicts net/py-bittornado
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-26 19:20 UTC by fmysh
Modified: 2004-05-26 19:49 UTC (History)
0 users

See Also:


Attachments
file.diff (248 bytes, patch)
2004-05-26 19:20 UTC, fmysh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fmysh 2004-05-26 19:20:23 UTC
	net/py-bit{torrent,tornado}* conflict with each other

Fix: -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



-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--Kl3fZHH9h8e8oYD8Jt7b96Eycy6Nuefgx1RXkD9gjzFTR6Ce
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-26 19:33:35 UTC
State Changed
From-To: open->feedback

This is a good idea, but your patch would cause that each 
client would conflicts with himself. That's not good :)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-26 19:38:09 UTC
State Changed
From-To: feedback->open

Eh, I don't know what I'm talking about. 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-26 19:38:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll look into this.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-26 19:49:12 UTC
State Changed
From-To: open->closed

Committed, thanks!