Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 13:29:48 +0200 (CEST)
From:      Frerich Raabe <frerich.raabe@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52855: Update port: audio/trm fix for broken MASTER_SITE URL
Message-ID:  <200306021129.h52BTme3060862@frerich.homeip.net>
Resent-Message-ID: <200306021130.h52BUCYm052063@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52855
>Category:       ports
>Synopsis:       Update port: audio/trm fix for broken MASTER_SITE URL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 04:30:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Frerich Raabe
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD frerich.homeip.net 4.8-STABLE FreeBSD 4.8-STABLE #6: Thu May 29 12:24:12 CEST 2003 root@frerich.homeip.net:/usr/obj/usr/src/sys/DAEDALUS i386
>Description:
As seen in the distfiles survey
(http://people.freebsd.org/~fenner/portsurvey/audio.html#trm), the audio/trm
port enlisted ftp.nl.musicbrainz.org in it's list of MASTER_SITES, but the
path used on that server was incorrect.

The ftp.nl.musicbrainz.org mirror ships the trm tarball in the FTP root
directory. The attached patch makes the audio/trm port respect this.
>How-To-Repeat:
$ fetch -q ftp://ftp.nl.musicbrainz.org/pub/musicbrainz/trm-0.2.1.tar.gz && echo "Works"
fetch: ftp://ftp.nl.musicbrainz.org/pub/musicbrainz/trm-0.2.1.tar.gz: File unavailable (e.g., file not found, no access)
$ fetch -q ftp://ftp.nl.musicbrainz.org/trm-0.2.1.tar.gz && echo "Works"
Works
$
>Fix:
diff -ruN trm.orig/Makefile trm/Makefile
--- trm.orig/Makefile	Mon Jun  2 13:19:06 2003
+++ trm/Makefile	Mon Jun  2 13:20:22 2003
@@ -9,7 +9,7 @@
 PORTVERSION=	0.2.1
 CATEGORIES=	audio
 MASTER_SITES=	ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
-		ftp://ftp.nl.musicbrainz.org/pub/musicbrainz/ \
+		ftp://ftp.nl.musicbrainz.org/ \
 		ftp://ftp.au.musicbrainz.org/pub/musicbrainz/
 
 MAINTAINER=	frerich.raabe@gmx.de
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306021129.h52BTme3060862>