Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2003 17:07:02 +0000 (GMT)
From:      Jamie Heckford <jamie@blackh0le.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47057: Update to audio/cd2mp3 port to fix changed download site	
Message-ID:  <20030114170702.D346E4F6A@m0ng.blackh0le.net>

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

>Number:         47057
>Category:       ports
>Synopsis:       Update to audio/cd2mp3 port to fix changed download site
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 09:10:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jamie Heckford <jamie@blach0le.net>
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
None	
>Environment:
System: FreeBSD m0ng.blackh0le.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Mon Dec 23 13:23:46 GMT 2002 root@m0ng.blackh0le.net:/usr/src/sys/compile/M0NG i386


>Description:

Lost the domain name for the download area in previous makefile. updated with a download site that works.

See fix for Diff of new/old

>How-To-Repeat:
	
>Fix:

diff -ruN cd2mp3.bak/Makefile cd2mp3/Makefile
--- cd2mp3.bak/Makefile Thu Jan  2 09:54:06 2003
+++ cd2mp3/Makefile     Tue Jan 14 17:01:47 2003
@@ -1,6 +1,6 @@
 # New ports collection makefile for:   cd2mp3
 # Date created:                                4 January 2000
-# Whom:                                        Jamie Heckford <jamie@jamiesdomain.co.uk>
+# Whom:                                        Jamie Heckford <jamie@blackh0le.net>
 #
 # $FreeBSD: ports/audio/cd2mp3/Makefile,v 1.5 2002/12/26 10:11:09 edwin Exp $
 #
@@ -9,12 +9,10 @@
 PORTVERSION=           0.81
 PORTEPOCH=             1
 CATEGORIES=            audio
-# both the NS servers for cd2mp3.org.uk are lame.
-# Informed maintainer - edwin 20021226
-MASTER_SITES=          http://download.cd2mp3.org.uk/${PORTVERSION}/
+MASTER_SITES=          http://www.blackh0le.net/cd2mp3/dist/${PORTVERSION}/
 MASTER_SITE_SUBDIR=    ${PORTVERSION}
 
-MAINTAINER=            jamie@jamiesdomain.org.uk
+MAINTAINER=            jamie@blackh0le.net
 
 RUN_DEPENDS=           lame:${PORTSDIR}/audio/lame/ \
                        dagrab:${PORTSDIR}/audio/dagrab
diff -ruN cd2mp3.bak/pkg-descr cd2mp3/pkg-descr
--- cd2mp3.bak/pkg-descr        Mon Jan 15 01:09:46 2001
+++ cd2mp3/pkg-descr    Tue Jan 14 17:01:26 2003
@@ -3,9 +3,9 @@
 It features single track encoding, entire CD encoding, ripping of tracks
 to .WAV files, and encoding .WAV files to MP3 Format.
 
-Further documentation is available at our website.
+See website for further details.
 
-WWW: http://www.jamiesdomain.org.uk/
+WWW: http://www.blackh0le.net/
 
 - Jamie Heckford
-jamie@jamiesdomain.org.uk
+jamie@blackh0le.net




>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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