Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2004 00:49:17 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        darius@dons.net.au
Subject:   ports/67102: [PATCH] audio/teamspeak_client distsite fix
Message-ID:  <20040523224917.772F22FDA01@isis.wad.cz>
Resent-Message-ID: <200405232250.i4NMo8kb049400@freefall.freebsd.org>

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

>Number:         67102
>Category:       ports
>Synopsis:       [PATCH] audio/teamspeak_client 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:   Sun May 23 15:50:07 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:
* setduplexfake.so.gz is only available from www.gsoft.com.au
* http://www.teamspeak.org/files/ only has some pdf files

maintainer cc'd
>How-To-Repeat:
	
>Fix:

	

--- audio::teamspeak_client.distsite.patch begins here ---
Index: audio/teamspeak_client/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/teamspeak_client/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- audio/teamspeak_client/Makefile	3 Nov 2003 06:04:35 -0000	1.5
+++ audio/teamspeak_client/Makefile	23 May 2004 22:44:04 -0000
@@ -8,11 +8,11 @@
 PORTNAME=	teamspeak_client
 PORTVERSION=	2.0.32
 CATEGORIES=	audio
-MASTER_SITES=	ftp://ftp2.teamspeak.org/releases/ \
-		http://www.teamspeak.org/files/ \
-		http://www.gsoft.com.au/~doconnor/
+MASTER_SITES=	ftp://ftp2.teamspeak.org/releases/:main \
+		ftp://teamspeak.krawall.de/releases/:main \
+		http://www.gsoft.com.au/~doconnor/:misc
 DISTNAME=	ts2_client_rc2_2032
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} setduplexfake.so.gz
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:main setduplexfake.so.gz:misc
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	darius@dons.net.au
--- audio::teamspeak_client.distsite.patch ends here ---


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



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