From owner-freebsd-ports@FreeBSD.ORG Sat Oct 7 00:46:52 2006 Return-Path: X-Original-To: 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 099BD16A403; Sat, 7 Oct 2006 00:46:52 +0000 (UTC) (envelope-from MWilson@MadDancer.com) Received: from maddancer.com (ns.maddancer.com [208.251.146.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9027B43D46; Sat, 7 Oct 2006 00:46:51 +0000 (GMT) (envelope-from MWilson@MadDancer.com) Received: from NuTra (c-68-52-163-223.hsd1.tn.comcast.net [68.52.163.223]) by maddancer.com (8.12.11.20060308/8.12.11) with ESMTP id k970knRm018414; Fri, 6 Oct 2006 19:46:49 -0500 From: "Michael Wilson" To: Date: Fri, 6 Oct 2006 19:46:49 -0500 Message-ID: <006b01c6e9aa$137b07e0$6601a8c0@NuTra> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AcbpqhLK2b4J+7ygQKO0YkmJvNLcoA== Cc: ports@FreeBSD.org Subject: FreeBSD Port: webmin-1.300_1 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: Sat, 07 Oct 2006 00:46:52 -0000 The makefile for the latest webmin port points to www.webmin.com/updates for additional wbm downloads. However, the file is actually located at download.webmin.com/updates The webmin.com server is configured for a 302 redirect, but fetch does not obey 302's, so doing a "make" of webmin from the latest port fails when attempting to download additional wbm archives. Changing www.webmin.com in the Makefile to download.webmin.com fixes this problem.