From owner-freebsd-ports@FreeBSD.ORG Mon Feb 27 15:36:49 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 858BF16A420 for ; Mon, 27 Feb 2006 15:36:49 +0000 (GMT) (envelope-from mkoula@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD1A443D48 for ; Mon, 27 Feb 2006 15:36:48 +0000 (GMT) (envelope-from mkoula@gmail.com) Received: by nproxy.gmail.com with SMTP id l23so682199nfc for ; Mon, 27 Feb 2006 07:36:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cWAGc1oBzs6DquyOjrjq+mUpAgnsquS+MJQUaoLAbkZnAMJg2rdqDNEQGuQ3noHN8cj7qsinOZHhGinOZ5iMP2W9pFEa8zk7AcLCU7QrxWq/9yY4F0uhhJF2cyd8zRcY8Q2URrSb+cdJqDIZvfV1HiHHCtUp+h95zS+Szbfi42Q= Received: by 10.48.14.12 with SMTP id 12mr198894nfn; Mon, 27 Feb 2006 07:36:45 -0800 (PST) Received: by 10.49.34.1 with HTTP; Mon, 27 Feb 2006 07:36:44 -0800 (PST) Message-ID: Date: Mon, 27 Feb 2006 16:36:44 +0100 From: "Miroslav Koula" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: portsnap aftre http proxy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 15:36:49 -0000 Hi, I have a server behind the http proxy and I would like to use portsnap to upgrade the ports collection. I am running FreeBSD 6 and: portsnap fetch Gives me: Looking up portsnap.Freebsd.org mirros... none found. Fetching public key... failed. I have seen the portsnap.conf, butt looks good... I have set HTTP_PROXY variable to my .profile file using: set HTTP_PROXY=3Dhttp://proxy.ourserver:3128 but still the same... Where could be the problem? Thanks mIREK