ports/178566: [patch] net-p2p/jigdo

Nikolai Lifanov lifanov at mail.lifanov.com
Mon May 13 15:30:01 UTC 2013


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


More information about the freebsd-ports-bugs mailing list