Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 16:35:48 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341760 - in head/net/foreman-proxy: . files
Message-ID:  <201401291635.s0TGZmcP037163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Wed Jan 29 16:35:47 2014
New Revision: 341760
URL: http://svnweb.freebsd.org/changeset/ports/341760
QAT: https://qat.redports.org/buildarchive/r341760/

Log:
  Fix fetch arguments

Modified:
  head/net/foreman-proxy/Makefile
  head/net/foreman-proxy/files/patch-lib-proxy-tftp.rb

Modified: head/net/foreman-proxy/Makefile
==============================================================================
--- head/net/foreman-proxy/Makefile	Wed Jan 29 16:31:41 2014	(r341759)
+++ head/net/foreman-proxy/Makefile	Wed Jan 29 16:35:47 2014	(r341760)
@@ -3,6 +3,7 @@
 
 PORTNAME=	foreman-proxy
 DISTVERSION=	1.4.0-RC2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	GH
 

Modified: head/net/foreman-proxy/files/patch-lib-proxy-tftp.rb
==============================================================================
--- head/net/foreman-proxy/files/patch-lib-proxy-tftp.rb	Wed Jan 29 16:31:41 2014	(r341759)
+++ head/net/foreman-proxy/files/patch-lib-proxy-tftp.rb	Wed Jan 29 16:35:47 2014	(r341760)
@@ -5,7 +5,7 @@
        FileUtils.mkdir_p destination.parent
  
 -      cmd = "wget --timeout=10 --tries=3 --no-check-certificate -nv -c #{src} -O \"#{destination}\""
-+      cmd = "/usr/bin/fetch --timeout=10 -a --no-verify-hostname --no-verify-peer -a -m -o \"#{destination}\" #{src}"
++      cmd = "/usr/bin/fetch --timeout=10 --no-verify-hostname --no-verify-peer -a -m -q -o \"#{destination}\" #{src}"
        Proxy::Util::CommandTask.new(cmd)
      end
    end



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