Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 20:14:21 +0200
From:      "Radek Kozlowski" <radek@raadradd.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/79377: [MAINTAINER] ftp/gwget: add missing run dependency
Message-ID:  <1112206461.0@ddardaar>
Resent-Message-ID: <200503301820.j2UIK7Nt005405@freefall.freebsd.org>

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

>Number:         79377
>Category:       ports
>Synopsis:       [MAINTAINER] ftp/gwget: add missing run dependency
>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:   Wed Mar 30 18:20:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Radek Kozlowski
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-PRERELEASE #14: Wed Mar 23 17:46:22 CET 2005
    root@ddardaar:/usr/obj/usr/src/sys/DDARDAAR



>Description:


It turns out gwget needs wget as a run dependency. My bad.

Reported by: Daniel Link <stagger@gmx.net>


>How-To-Repeat:





>Fix:


--- gwget4.diff begins here ---
diff -ruN gwget.orig/Makefile gwget/Makefile
--- gwget.orig/Makefile	Wed Mar 30 19:47:39 2005
+++ gwget/Makefile	Wed Mar 30 20:08:02 2005
@@ -7,13 +7,15 @@
 
 PORTNAME=	gwget
 PORTVERSION=	0.93
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	ftp www gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	radek@raadradd.com
 COMMENT=	A download manager for GNOME, based on wget
+
+RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack gnomeprefix intlhack libgnomeui
--- gwget4.diff ends here ---



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



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