ports/79377: [MAINTAINER] ftp/gwget: add missing run dependency

Radek Kozlowski radek at raadradd.com
Wed Mar 30 18:20:07 UTC 2005


>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 at 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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list