Date: 15 Jul 2005 02:45:41 -0000 From: Mike Meyer <mwm@mired.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83486: PATCH: cuecat port has wrong location for tarball Message-ID: <20050715024541.52867.qmail@mired.org> Resent-Message-ID: <200507150250.j6F2oAsg011659@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050715024541.52867.qmail>