From owner-freebsd-ports@FreeBSD.ORG Tue Oct 3 23:50:41 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 238CB16A47B for ; Tue, 3 Oct 2006 23:50:41 +0000 (UTC) (envelope-from mikehugelmann@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3BFA43D5A for ; Tue, 3 Oct 2006 23:50:39 +0000 (GMT) (envelope-from mikehugelmann@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so3043281pye for ; Tue, 03 Oct 2006 16:50:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=BSoYdB4t/TPy/Ofs/mLS/yrfxIIV0EoPcKY4SGYjZT3xaCfSmzwcXNlfnUsNJW/kHIknns0RTmZZnYSkJQNFEH495IZHdOj9gJ8eq/c95empsmaw9ngd0ngTuL77oseUed/VLuTNkMsTq4oXm3+2Llo/GK6mReGNHSHzT8HjkDI= Received: by 10.65.219.20 with SMTP id w20mr3976161qbq; Tue, 03 Oct 2006 16:50:38 -0700 (PDT) Received: from ?192.168.1.100? ( [72.60.153.20]) by mx.gmail.com with ESMTP id e15sm8052343qba.2006.10.03.16.50.38; Tue, 03 Oct 2006 16:50:38 -0700 (PDT) Message-ID: <4522F758.3070509@gmail.com> Date: Tue, 03 Oct 2006 19:50:48 -0400 From: Michael Hugelmann User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: olgeni@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 03 Oct 2006 23:50:41 -0000 I believe the webmin update MASTER_SITE in the Makefile needs to be changed to http://download.webmin.com/updates/ instead of http://www.webmin.com/updates/ Without editing the Makefile, it would not upgrade webmin unless I placed the updated files in /usr/ports/distfiles/ Once I changed the Makefile, however, it downloaded and upgraded just fine. The error I was getting before editing the Makefile was: => 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 And here's what I got once I changed it: => apache-1.300-1.wbm.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://download.webmin.com/updates/. apache-1.300-1.wbm.gz 100% of 386 kB 313 kBps Thanks in advance, Mike