From owner-svn-ports-all@freebsd.org Fri Feb 2 19:07:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F08A5EEA01C; Fri, 2 Feb 2018 19:07:41 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from xse.com (xse.com [IPv6:2607:f2f8:abb8::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "xse.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8058D7B037; Fri, 2 Feb 2018 19:07:41 +0000 (UTC) (envelope-from leres@freebsd.org) Received-SPF: pass (dot.xse.com: authenticated connection) receiver=dot.xse.com; client-ip=2001:558:6045:10:9084:9e0:4b6d:eb99; helo=ice.ee.lbl.gov; envelope-from=leres@freebsd.org; x-software=spfmilter 2.001 http://www.acme.com/software/spfmilter/ with libspf2-1.2.10; Received: from ice.ee.lbl.gov (ice.xse.com [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99]) (authenticated bits=0) by dot.xse.com (8.15.2/8.15.2) with ESMTPSA id w12J7b73051567 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Feb 2018 11:07:39 -0800 (PST) (envelope-from leres@freebsd.org) X-Authentication-Warning: dot.xse.com: Host ice.xse.com [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99] claimed to be ice.ee.lbl.gov Subject: Re: svn commit: r460400 - head/ftp/curl To: Sunpoet Po-Chuan Hsieh References: <201801301539.w0UFd0DR039683@repo.freebsd.org> Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" From: Craig Leres Message-ID: <07782895-316b-69c9-18d5-d1a0178b217a@freebsd.org> Date: Fri, 2 Feb 2018 11:07:36 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <201801301539.w0UFd0DR039683@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99.3 at dot.xse.com X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 19:07:42 -0000 On 01/30/18 07:39, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Tue Jan 30 15:39:00 2018 > New Revision: 460400 > URL: https://svnweb.freebsd.org/changeset/ports/460400 > > Log: > - Add DICT, FTP, GOPHER, HTTP, TELNET and TFP options It might not be a bad idea to add HTTP to OPTIONS_DEFAULT; I had several things break today because the newest curl my poudriere build server built no longer had HTTP/HTTPS support. Craig