From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 7 11:30:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91AE816A403 for ; Sat, 7 Oct 2006 11:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BAC43D49 for ; Sat, 7 Oct 2006 11:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97BUJnB045707 for ; Sat, 7 Oct 2006 11:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97BUJbD045705; Sat, 7 Oct 2006 11:30:19 GMT (envelope-from gnats) Resent-Date: Sat, 7 Oct 2006 11:30:19 GMT Resent-Message-Id: <200610071130.k97BUJbD045705@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Josh Paetzel " Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D6C16A47B; Sat, 7 Oct 2006 11:23:05 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A26143D76; Sat, 7 Oct 2006 11:22:57 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy.tcbug.org (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (sccrmhc12) with SMTP id <20061007112257012002ep8re>; Sat, 7 Oct 2006 11:22:57 +0000 Message-Id: <1160220174.4300@gimpy.tcbug.org> Date: Sat, 7 Oct 2006 06:22:54 -0500 From: "Josh Paetzel " To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: olgeni@FreeBSD.org Subject: ports/104094: [patch] Fix download site for sysutils/webmin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 11:30:20 -0000 >Number: 104094 >Category: ports >Synopsis: [patch] Fix download site for sysutils/webmin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 07 11:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Josh Paetzel >Release: FreeBSD 6.1-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD 6.1-RELEASE-p6 #1: Mon Sep 18 19:09:47 UTC 2006 jpaetzel@gimpy.tcbug.org:/usr/obj/usr/src/sys/GIMPY >Description: 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. >How-To-Repeat: cd /usr/ports/sysutils/webmin make install => apache-1.300-1.wbm.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://www.webmin.com/updates/. fetch: http://www.webmin.com/updates/apache-1.300-1.wbm.gz: Moved Temporarily => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/olgeni/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/olgeni/apache-1.300-1.wbm.gz: File unavailable (e.g., file not found, no access) .... >Fix: Apply the following patch: --- Makefile.old Sat Oct 7 06:16:16 2006 +++ Makefile Sat Oct 7 06:16:44 2006 @@ -9,7 +9,7 @@ PORTVERSION= 1.300 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.webmin.com/updates/:up \ +MASTER_SITES= http://download.webmin.com/updates/:up \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ ${MASTER_SITE_LOCAL:S/$/:up/} MASTER_SITE_SUBDIR= webadmin/:sf \ >Release-Note: >Audit-Trail: >Unformatted: