From neuhauser@chello.cz  Fri May 28 17:43:20 2004
Return-Path: <neuhauser@chello.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E285B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 May 2004 17:43:19 -0700 (PDT)
Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34])
	by mx1.FreeBSD.org (Postfix) with SMTP id 7937A43D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 May 2004 17:43:18 -0700 (PDT)
	(envelope-from neuhauser@chello.cz)
Received: (qmail 25932 invoked by uid 0); 29 May 2004 00:42:45 -0000
Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16)
  by smtp.dkm.cz with SMTP; 29 May 2004 00:42:45 -0000
Received: by isis.wad.cz (Postfix, from userid 1001)
	id A35F92FDA01; Sat, 29 May 2004 02:42:45 +0200 (CEST)
Message-Id: <20040529004245.A35F92FDA01@isis.wad.cz>
Date: Sat, 29 May 2004 02:42:45 +0200 (CEST)
From: Roman Neuhauser <neuhauser@chello.cz>
Reply-To: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dsh@vlink.ru
Subject: [PATCH] audio/cdplayer.app doesn't fetch, distsite fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67315
>Category:       ports
>Synopsis:       [PATCH] audio/cdplayer.app doesn't fetch, distsite fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 28 17:50:23 PDT 2004
>Closed-Date:    Fri May 28 23:57:07 PDT 2004
>Last-Modified:  Fri May 28 23:57:07 PDT 2004
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
also see portsurvey; maintainer cc'd

% wget -nv -S --spider http://tucows.mirror.ish.de/linux/files/CDPlayer.app-1.7.tar.gz
200 OK

% wget -nv -S --spider http://linux.iconet.com.br/files/CDPlayer.app-1.7.tar.gz
200 OK

% wget -nv -S --spider http://shawcable.linux.tucows.com/files/CDPlayer.app-1.7.tar.gz
http://shawcable.linux.tucows.com/files/CDPlayer.app-1.7.tar.gz:
02:37:47 ERROR 404: Not Found.

% wget -nv -S --spider http://linux.tucows.blueyonder.co.uk/files/CDPlayer.app-1.7.tar.gz
http://linux.tucows.blueyonder.co.uk/files/CDPlayer.app-1.7.tar.gz:
02:37:56 ERROR 404: Not Found.

% sudo make -DNOCLEANDEPENDS distclean fetch checksum
===>  Cleaning for cdplayer.app-1.7_1
===>  Deleting distfiles for cdplayer.app-1.7_1
===>  Vulnerability check disabled
>How-To-Repeat:
	
>Fix:

	

--- audio::cdplayer.app.distsite.patch begins here ---
Index: audio/cdplayer.app/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/cdplayer.app/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- audio/cdplayer.app/Makefile	4 Feb 2004 05:18:25 -0000	1.8
+++ audio/cdplayer.app/Makefile	23 May 2004 15:16:34 -0000
@@ -9,8 +9,8 @@
 PORTVERSION=	1.7
 PORTREVISION=	1
 CATEGORIES=	audio windowmaker
-MASTER_SITES=	http://shawcable.linux.tucows.com/files/ \
-		http://linux.tucows.blueyonder.co.uk/files/
+MASTER_SITES=	http://tucows.mirror.ish.de/linux/files/ \
+		http://linux.iconet.com.br/files/
 DISTNAME=	CDPlayer.app-${PORTVERSION}
 
 MAINTAINER=	dsh@vlink.ru
--- audio::cdplayer.app.distsite.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri May 28 23:57:02 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67315 
>Unformatted:
 >> CDPlayer.app-1.7.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 >> Attempting to fetch from http://tucows.mirror.ish.de/linux/files/.
 Receiving CDPlayer.app-1.7.tar.gz (60968 bytes): 100%
 60968 bytes transferred in 0.2 seconds (365.32 kBps)
 >> Checksum OK for CDPlayer.app-1.7.tar.gz.
 
