Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  4 Jan 2008 10:00:31 +0000 (UTC)
From:      Philippe Audeoud <jadawin@tuxaco.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        flz@FreeBSD.org
Subject:   ports/119328: [update] net-p2p/rtgui - fix dependencies
Message-ID:  <20080104100031.C961084509@ilove.tuxaco.net>
Resent-Message-ID: <200801041000.m04A073P090125@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
--- patch-rtgui.1 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080104100031.C961084509>