From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 4 10:00:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E8C916A420 for ; Fri, 4 Jan 2008 10:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA6513C46A for ; Fri, 4 Jan 2008 10:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m04A07Wn090126 for ; Fri, 4 Jan 2008 10:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m04A073P090125; Fri, 4 Jan 2008 10:00:07 GMT (envelope-from gnats) Resent-Date: Fri, 4 Jan 2008 10:00:07 GMT Resent-Message-Id: <200801041000.m04A073P090125@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, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC94E16A417; Fri, 4 Jan 2008 09:56:20 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193]) by mx1.freebsd.org (Postfix) with ESMTP id 9265913C4CC; Fri, 4 Jan 2008 09:56:20 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id B77A21374E; Fri, 4 Jan 2008 11:00:57 +0100 (CET) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uAE663VSDBFg; Fri, 4 Jan 2008 11:00:55 +0100 (CET) Received: from ilove.tuxaco.net (ilove.tuxaco.net [82.236.143.160]) (Authenticated sender: jadawin@tuxaco.net) by huppa.tuxaco.net (Postfix) with ESMTP id 6D310AD05; Fri, 4 Jan 2008 11:00:55 +0100 (CET) Received: by ilove.tuxaco.net (Postfix, from userid 1001) id C961084509; Fri, 4 Jan 2008 10:00:31 +0000 (UTC) Message-Id: <20080104100031.C961084509@ilove.tuxaco.net> Date: Fri, 4 Jan 2008 10:00:31 +0000 (UTC) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: flz@FreeBSD.org Subject: ports/119328: [update] net-p2p/rtgui - fix dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 10:00:07 -0000 >Number: 119328 >Category: ports >Synopsis: [update] net-p2p/rtgui - fix dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 04 10:00:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 7.0-BETA1 i386 >Organization: >Environment: System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386 >Description: - remove RUN_DEPENDS - update BUILD_DEPENDS - update PORTREVISION Reported by: flz (flz is CC-ed) >How-To-Repeat: >Fix: --- patch-rtgui.1 begins here --- diff -ruN net-p2p/rtgui.orig/Makefile net-p2p/rtgui/Makefile --- net-p2p/rtgui.orig/Makefile 2008-01-04 09:45:11.000000000 +0000 +++ net-p2p/rtgui/Makefile 2008-01-04 09:47:14.000000000 +0000 @@ -7,7 +7,7 @@ PORTNAME= rtgui PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p www MASTER_SITES= http://rtgui.googlecode.com/files/ EXTRACT_SUFX= .tgz @@ -18,9 +18,7 @@ OPTIONS= APACHE "Use Apache for web interface" On \ LIGHTTPD "Use LightHTTPD for web interface" Off -BUILD_DEPENDS+= libtorrent=0.11.9:${PORTSDIR}/net-p2p/libtorrent \ - xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c -RUN_DEPENDS+= rtorrent:${PORTSDIR}/net-p2p/rtorrent +BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c .include --- patch-rtgui.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: