Bug 52855 - Update port: audio/trm fix for broken MASTER_SITE URL
Summary: Update port: audio/trm fix for broken MASTER_SITE URL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-02 12:30 UTC by Frerich Raabe
Modified: 2003-06-02 13:55 UTC (History)
0 users

See Also:


Attachments
file.diff (415 bytes, patch)
2003-06-02 12:30 UTC, Frerich Raabe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frerich Raabe 2003-06-02 12:30:12 UTC
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
$
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-06-02 13:55:39 UTC
State Changed
From-To: open->closed

committed, thanks