Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 15:21:55 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@mail.lifanov.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178566: [patch] net-p2p/jigdo
Message-ID:  <20130513152155.86CE91A21A3@mail.lifanov.com>
Resent-Message-ID: <201305131530.r4DFU0Ml031368@freefall.freebsd.org>

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

>Number:         178566
>Category:       ports
>Synopsis:       [patch] net-p2p/jigdo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 15:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mail.lifanov.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
	jigdo-lite binary needs 'wget' to perform the downloads.
	ftp/wget needs to be a run dependency; however, it doesn't
	need to be present during build.
>How-To-Repeat:
	Launch "jigdo-lite" and attempt to download something.
>Fix:
	Run-depend on ftp/wget instead of build-depend.

--- patch.txt begins here ---
--- Makefile.orig	2013-05-13 11:08:49.000000000 -0400
+++ Makefile	2013-05-13 11:10:13.000000000 -0400
@@ -3,14 +3,14 @@
 
 PORTNAME=	jigdo
 PORTVERSION=	0.7.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://atterer.net/jigdo/
 
 MAINTAINER=	bra@fsn.hu
 COMMENT=	A utility used to retrieve very large files over the Internet
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
+RUN_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
 
 MAN1=		jigdo-file.1 jigdo-lite.1 jigdo-mirror.1
 
--- patch.txt ends here ---


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



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