Date: Wed, 15 May 2013 04:50:05 GMT From: Nikolai Lifanov <lifanov@mail.lifanov.com> To: freebsd-ports-bugs@FreeBSD.org Subject: ports/178566: [patch] net-p2p/jigdo Message-ID: <201305150450.r4F4o5lP033286@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178566; it has been noted by GNATS. From: Nikolai Lifanov <lifanov@mail.lifanov.com> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: ports/178566: [patch] net-p2p/jigdo Date: Mon, 13 May 2013 15:21:55 +0000 (UTC) >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: _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305150450.r4F4o5lP033286>