Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2004 02:42:45 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@vlink.ru
Subject:   ports/67315: [PATCH] audio/cdplayer.app doesn't fetch, distsite fix
Message-ID:  <20040529004245.A35F92FDA01@isis.wad.cz>
Resent-Message-ID: <200405290050.i4T0oNGB033595@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 28 17:50:23 PDT 2004
>Closed-Date:
>Last-Modified:
>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:
>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.
 



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