ports/52855: Update port: audio/trm fix for broken MASTER_SITE URL
Frerich Raabe
frerich.raabe at gmx.de
Mon Jun 2 11:30:13 UTC 2003
>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 at 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 at gmx.de
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list