From scottj@rodan.randomnetworks.com  Sun Jan  7 15:49:11 2001
Return-Path: <scottj@rodan.randomnetworks.com>
Received: from rodan.randomnetworks.com (cc994333-a.rcrdva1.ca.home.com [24.176.177.42])
	by hub.freebsd.org (Postfix) with ESMTP id C400037B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Jan 2001 15:49:04 -0800 (PST)
Received: (from scottj@localhost)
	by rodan.randomnetworks.com (8.11.1/8.11.1) id f07Nkb400915;
	Sun, 7 Jan 2001 15:46:37 -0800 (PST)
	(envelope-from scottj)
Message-Id: <200101072346.f07Nkb400915@rodan.randomnetworks.com>
Date: Sun, 7 Jan 2001 15:46:37 -0800 (PST)
From: joseph@randomnetworks.com
Sender: scottj@rodan.randomnetworks.com
Reply-To: joseph@randomnetworks.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: PORT - FIX (MAINTAINER APPROVED) : audio/lame
X-Send-Pr-Version: 3.2

>Number:         24138
>Category:       ports
>Synopsis:       PORT - FIX (MAINTAINER APPROVED) : audio/lame
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 07 15:50:00 PST 2001
>Closed-Date:    Sun Jan 7 17:02:59 PST 2001
>Last-Modified:  Sun Jan 07 17:03:23 PST 2001
>Originator:     Joseph Scott
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
randomnetworks.com
>Environment:

ports collection

>Description:

PORT - FIX (MAINTAINER APPROVED) : audio/lame

According to:

http://people.freebsd.org/~fenner/portsurvey/bad.html

The port audio/lame has an unfetchable distfile (fennerism).  After doing some
looking I came up with some adjustments to MASTER_SITES (see patch below) that
fixes this problem.  I then emailed the maintainer (yoshiaki@kt.rim.or.jp)
who reviewed and approved the patch and suggested I send in a PR.

>How-To-Repeat:


>Fix:

This diff was generated by: diff -ruN lame lame.new
From: /usr/ports/audio
Also available at: http://www.randomnetworks.com/freebsd/prs/lame.diff
------------------------------------------------------------------------
diff -ruN lame/Makefile lame.new/Makefile
--- lame/Makefile	Sun Oct 29 16:03:23 2000
+++ lame.new/Makefile	Fri Jan  5 09:20:43 2001
@@ -8,7 +8,9 @@
 PORTNAME=	lame
 PORTVERSION=	3.70
 CATEGORIES=	audio
-MASTER_SITES=	http://lame.sourceforge.net/download/beta/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+	ftp://lame.sourceforge.net/pub
+MASTER_SITE_SUBDIR=	lame/src
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	yoshiaki@kt.rim.or.jp

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Sun Jan 7 17:02:59 PST 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24138 
>Unformatted:
