ports/83486: PATCH: cuecat port has wrong location for tarball
Mike Meyer
mwm at mired.org
Fri Jul 15 02:50:11 UTC 2005
>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 at 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 at mired.org
COMMENT= Tools for decoding and using the output of a :Cue:Cat(TM) wand scanner
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list