From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 22:55:24 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF368106566B for ; Fri, 14 Jan 2011 22:55:24 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 403578FC14 for ; Fri, 14 Jan 2011 22:55:23 +0000 (UTC) Received: by wyf19 with SMTP id 19so3405599wyf.13 for ; Fri, 14 Jan 2011 14:55:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=87U2TkWs6C+NQdn1zIKUvRTJD+4zlNXrB5WATYyNrDU=; b=HakNouNpfxktRdCtmKTxtxz11/hkSqwotTYIbmQC+9nWnTnn/gOG8PPXdJjb0LPEyW oi5MuCjo1d6s02zURsx5dlIrSI+zjiDyZwsoda11lICqMOklup+xRdUdzFP29xAml92N ZMKtP0XvcZo5YsC9ftKXi5hjMMrGRBtVAP7zc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=diPBZit8PnsM9EVmykLMJkMivjphvUJbf7SJEhdLfjkuSYSnHuQn+k96bp+P+HTzFG iS0RVFw+dnD/u7Z7VQxGQC87MlgdMmz4ODuRhK4YaY09qzwvP30m5IICbYPgILj7Tfwl 9k7p65z8r13KwWGvSk41aS67bQdDSH7ofeods= Received: by 10.227.201.5 with SMTP id ey5mr1247153wbb.182.1295045723015; Fri, 14 Jan 2011 14:55:23 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id s9sm728522wby.4.2011.01.14.14.55.20 (version=SSLv3 cipher=RC4-MD5); Fri, 14 Jan 2011 14:55:21 -0800 (PST) Date: Fri, 14 Jan 2011 22:55:18 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110114225518.4d462c1a@gumby.homeunix.com> In-Reply-To: <4D30C3F2.5030705@infracaninophile.co.uk> References: <4D30BB03.9030404@gmail.com> <4D30C3F2.5030705@infracaninophile.co.uk> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: portupgrade over http only X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2011 22:55:24 -0000 On Fri, 14 Jan 2011 21:45:22 +0000 Matthew Seaman wrote: > MASTER_SORT = http I used to use MASTER_SORT_REGEX = ^http for this when a former ISP traffic shaped ftp If you set "MASTER_SORT = http", then you get ://[^/]*http/ in MASTER_SORT_REGEX, so it looks like MASTER_SORT is intended just to match hostnames/domains.