From owner-cvs-all@FreeBSD.ORG Sat Jan 20 13:39:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BE6B16A400; Sat, 20 Jan 2007 13:39:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 20CC113C442; Sat, 20 Jan 2007 13:39:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0KDd1IW015526; Sat, 20 Jan 2007 13:39:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0KDd0kv015523; Sat, 20 Jan 2007 13:39:01 GMT (envelope-from pav) Message-Id: <200701201339.l0KDd0kv015523@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 20 Jan 2007 13:39:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/py-bittorrent Makefile ports/net-p2p/py-bittorrent/files extra-psyco-patch-bittorrent-console.py extra-psyco-patch-bittorrent-curses.py extra-psyco-patch-bittorrent-tracker.py extra-psyco-patch-bittorrent.py extra-psyco-patch-changetracker-console.py extra-psyco-patch-launchmany-curses.py extra-psyco-patch-maketorrent.py extra-psyco-patch-torrentinfo-console.py patch-bittorrent-console.py ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jan 2007 13:39:01 -0000 pav 2007-01-20 13:39:00 UTC FreeBSD ports repository Modified files: net-p2p/py-bittorrent Makefile net-p2p/py-bittorrent/files extra-psyco-patch-bittorrent-console.py extra-psyco-patch-bittorrent-curses.py extra-psyco-patch-bittorrent-tracker.py extra-psyco-patch-bittorrent.py extra-psyco-patch-changetracker-console.py extra-psyco-patch-launchmany-curses.py extra-psyco-patch-maketorrent.py extra-psyco-patch-torrentinfo-console.py patch-bittorrent-console.py patch-bittorrent-curses.py Log: - Fix patch with psyco - Fix two problematic imports in vendor code - Unbreak PR: ports/107395 Submitted by: Emil Mikulic Approved by: maintainer timeout (lioux; 19 days) Revision Changes Path 1.49 +0 -2 ports/net-p2p/py-bittorrent/Makefile 1.3 +2 -2 ports/net-p2p/py-bittorrent/files/extra-psyco-patch-bittorrent-console.py 1.3 +1 -1 ports/net-p2p/py-bittorrent/files/extra-psyco-patch-bittorrent-curses.py 1.2 +2 -2 ports/net-p2p/py-bittorrent/files/extra-psyco-patch-bittorrent-tracker.py 1.3 +1 -1 ports/net-p2p/py-bittorrent/files/extra-psyco-patch-bittorrent.py 1.3 +1 -1 ports/net-p2p/py-bittorrent/files/extra-psyco-patch-changetracker-console.py 1.3 +4 -4 ports/net-p2p/py-bittorrent/files/extra-psyco-patch-launchmany-curses.py 1.3 +2 -2 ports/net-p2p/py-bittorrent/files/extra-psyco-patch-maketorrent.py 1.3 +2 -2 ports/net-p2p/py-bittorrent/files/extra-psyco-patch-torrentinfo-console.py 1.2 +9 -0 ports/net-p2p/py-bittorrent/files/patch-bittorrent-console.py 1.2 +9 -0 ports/net-p2p/py-bittorrent/files/patch-bittorrent-curses.py