From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:48:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FD816A4CE; Sun, 26 Dec 2004 10:48:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA45D43D49; Sun, 26 Dec 2004 10:48:12 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAmC03016280; Sun, 26 Dec 2004 10:48:12 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAmC9C016279; Sun, 26 Dec 2004 10:48:12 GMT (envelope-from lioux) Message-Id: <200412261048.iBQAmC9C016279@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Dec 2004 10:48:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-bittorrent-devel Makefile ports/net/py-bittorrent-devel/files patch-BitTorrent::defaultargs.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 26 Dec 2004 10:48:13 -0000 lioux 2004-12-26 10:48:12 UTC FreeBSD ports repository Modified files: net/py-bittorrent-devel Makefile Added files: net/py-bittorrent-devel/files patch-BitTorrent::defaultargs.py Log: o Add dependency on dns/py-dnspython which enable a notification when there is a newer version of BitTorrent available o Style fix: Remove a extraneous trailing space in Makefile o Change default from disabled to enabled for BitTorrent option --enable_bad_libc_workaround: 'enable workaround for a bug in BSD libc that makes file reads very slow.' This has been verified to be true; the behavior, not the reason o Bump PORTREVISION Revision Changes Path 1.20 +4 -1 ports/net/py-bittorrent-devel/Makefile 1.1 +11 -0 ports/net/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py (new)