From owner-freebsd-ports Tue Jan 14 9:10:10 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D9F437B401 for ; Tue, 14 Jan 2003 09:10:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC24943F43 for ; Tue, 14 Jan 2003 09:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EHA5NS074405 for ; Tue, 14 Jan 2003 09:10:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0EHA53A074403; Tue, 14 Jan 2003 09:10:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E259237B401 for ; Tue, 14 Jan 2003 09:07:17 -0800 (PST) Received: from m0ng.blackh0le.net (m0ng.blackh0le.net [81.3.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id E30AD43F18 for ; Tue, 14 Jan 2003 09:07:16 -0800 (PST) (envelope-from jamie@blackh0le.net) Received: by m0ng.blackh0le.net (Postfix, from userid 2010) id D346E4F6A; Tue, 14 Jan 2003 17:07:02 +0000 (GMT) Message-Id: <20030114170702.D346E4F6A@m0ng.blackh0le.net> Date: Tue, 14 Jan 2003 17:07:02 +0000 (GMT) From: Jamie Heckford Reply-To: Jamie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47057: Update to audio/cd2mp3 port to fix changed download site Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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 +# Whom: Jamie Heckford # # $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