From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 1 02:10:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95A3116A4E0 for ; Fri, 1 Sep 2006 02:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E44F43D53 for ; Fri, 1 Sep 2006 02:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k812AH2V053770 for ; Fri, 1 Sep 2006 02:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k812AHmt053769; Fri, 1 Sep 2006 02:10:17 GMT (envelope-from gnats) Resent-Date: Fri, 1 Sep 2006 02:10:17 GMT Resent-Message-Id: <200609010210.k812AHmt053769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDAD716A4DA; Fri, 1 Sep 2006 02:02:56 +0000 (UTC) (envelope-from ahze@blueherron.ahze.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4850043D55; Fri, 1 Sep 2006 02:02:55 +0000 (GMT) (envelope-from ahze@blueherron.ahze.net) Received: from ibm65aec.bellsouth.net ([68.209.163.3]) by imf22aec.mail.bellsouth.net with ESMTP id <20060901020255.COAU11274.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net>; Thu, 31 Aug 2006 22:02:55 -0400 Received: from blueherron.ahze.net ([68.209.163.3]) by ibm65aec.bellsouth.net with ESMTP id <20060901020254.WOJI14159.ibm65aec.bellsouth.net@blueherron.ahze.net>; Thu, 31 Aug 2006 22:02:54 -0400 Received: (from root@localhost) by blueherron.ahze.net (8.13.6/8.13.6/Submit) id k8122nrF084176; Thu, 31 Aug 2006 22:02:49 -0400 (EDT) (envelope-from ahze) Message-Id: <200609010202.k8122nrF084176@blueherron.ahze.net> Date: Thu, 31 Aug 2006 22:02:49 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lioux@FreeBSD.org Subject: ports/102736: [PATCH] net-p2p/py24-BitTorrent: Add missing RUN_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 02:10:18 -0000 >Number: 102736 >Category: ports >Synopsis: [PATCH] net-p2p/py24-BitTorrent: Add missing RUN_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 01 02:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD blueherron.ahze.net 6.1-STABLE FreeBSD 6.1-STABLE #110: Tue Jun 27 10:39:17 UTC 2006 >Description: - Depend on missing py-wxPython26-unicode for gui Same is true for py-bittorrent-devel Port maintainer (lioux@FreeBSD.org) is cc'd. >How-To-Repeat: >Fix: --- py24-BitTorrent-4.20.2_1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-p2p/py-bittorrent/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- Makefile 30 Jul 2006 21:22:55 -0000 1.44 +++ Makefile 1 Sep 2006 02:01:10 -0000 @@ -7,6 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 4.20.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= net-p2p python MASTER_SITES= http://download.bittorrent.com/dl/ @@ -46,7 +47,7 @@ # required for GUI .ifndef(WITHOUT_GUI) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-unicode/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26-unicode PLIST_FILES+= \ bin/bittorrent \ --- py24-BitTorrent-4.20.2_1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: