From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 15 02:50:11 2005 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 7067116A41C for ; Fri, 15 Jul 2005 02:50:11 +0000 (GMT) (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 ED2BC43D46 for ; Fri, 15 Jul 2005 02:50:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6F2oAla011660 for ; Fri, 15 Jul 2005 02:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6F2oAsg011659; Fri, 15 Jul 2005 02:50:10 GMT (envelope-from gnats) Resent-Date: Fri, 15 Jul 2005 02:50:10 GMT Resent-Message-Id: <200507150250.j6F2oAsg011659@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, Mike Meyer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4243016A41C for ; Fri, 15 Jul 2005 02:44:58 +0000 (GMT) (envelope-from mwm@mired.org) Received: from delight.idiom.com (delight.idiom.com [216.240.32.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A7B43D46 for ; Fri, 15 Jul 2005 02:44:58 +0000 (GMT) (envelope-from mwm@mired.org) Received: from idiom.com (idiom.com [216.240.32.1]) by delight.idiom.com (Postfix) with ESMTP id 962081FA4E5 for ; Thu, 14 Jul 2005 19:44:57 -0700 (PDT) Received: from mired.org (mwm@idiom [216.240.32.1]) by idiom.com (8.12.11/8.12.11) with SMTP id j6F2isiH014673 for ; Thu, 14 Jul 2005 19:44:56 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 52868 invoked by uid 1001); 15 Jul 2005 02:45:41 -0000 Message-Id: <20050715024541.52867.qmail@mired.org> Date: 15 Jul 2005 02:45:41 -0000 From: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83486: PATCH: cuecat port has wrong location for tarball X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mike Meyer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 02:50:11 -0000 >Number: 83486 >Category: ports >Synopsis: PATCH: cuecat port has wrong location for tarball >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 15 02:50:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 5.4-STABLE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD bhuda.mired.org 5.4-STABLE FreeBSD 5.4-STABLE #2: Wed Jun 29 21:43:33 EDT 2005 mwm@bhuda.mired.org:/usr/obj/usr/src/sys/BHUDA i386 >Description: The cuecat port is pointing to the target of a temporary redirect. Now that the redirect has shown that it was indeed temporary, the port can no longer fetch the tarball. >How-To-Repeat: Try doing "make fetch" in /usr/ports/misc/cuecat, and watch it fetch the tarball from the FreeBSD site. >Fix: Here's the patch. diff -ur cuecat-orig/Makefile cuecat/Makefile --- cuecat-orig/Makefile Thu Jul 14 22:41:17 2005 +++ cuecat/Makefile Thu Jul 14 22:41:30 2005 @@ -8,7 +8,7 @@ PORTNAME= cuecat PORTVERSION= 1.1 CATEGORIES= misc python -MASTER_SITES= http://mired.org:8080/downloads/ +MASTER_SITES= http://www.mired.org/downloads/ MAINTAINER= mwm@mired.org COMMENT= Tools for decoding and using the output of a :Cue:Cat(TM) wand scanner >Release-Note: >Audit-Trail: >Unformatted: