Bug 93546 - [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
Summary: [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-19 01:50 UTC by Alejandro Pulver
Modified: 2006-04-06 01:21 UTC (History)
0 users

See Also:


Attachments
diff (8.57 KB, patch)
2006-02-19 01:50 UTC, Alejandro Pulver
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver 2006-02-19 01:50:05 UTC

This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to bsd.sites.mk and adds it to the following ports:

games/doom
games/linux-quake3
games/linux-quake4
games/qcc
games/quake-data
games/quake-source
games/quake2-data
games/quake2-source
games/quake2forge
games/quake2lnx
games/quake3
games/quake3-data
games/rtcw
Comment 1 Alejandro Pulver 2006-02-19 13:52:13 UTC
>Submitter-Id:	current-users 
>Originator:	Alejandro Pulver 
>Organization:	 
>Confidential:	no 
>Synopsis:	Re: ports/93546: [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		update 
>Release:	FreeBSD 5.4-RELEASE i386 
>Environment:


System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
    root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE



>Description:


Add MASTER_SITE_IDSOFTWARE to games/linux-enemyterritory.


>How-To-Repeat:





>Fix:


--- linux-enemyterritory.diff begins here ---
diff -urN /usr/ports/games/linux-enemyterritory/Makefile linux-enemyterritory/Makefile
--- /usr/ports/games/linux-enemyterritory/Makefile	Fri Jun 17 19:59:10 2005
+++ linux-enemyterritory/Makefile	Sun Feb 19 10:49:36 2006
@@ -15,7 +15,8 @@
 		http://ftp4.3dgamers.com/pub/3dgamers/games/wolfensteinet/ \
 		http://3dgamers.gameservers.net/pub/3dgamers/games/wolfensteinet/ \
 		http://downloads-3dg.planetmirror.com/pub/3dgamers/games/wolfensteinet/ \
-		http://3dgamers.iinet.net.au/pub/3dgamers/games/wolfensteinet/
+		http://3dgamers.iinet.net.au/pub/3dgamers/games/wolfensteinet/ \
+		${MASTER_SITE_IDSOFTWARE:S|$|et/linux/|}
 PKGNAMEPREFIX=	linux-
 DISTNAME=	et-linux-2.60.x86
 EXTRACT_SUFX=	.run
--- linux-enemyterritory.diff ends here ---
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-06 01:21:55 UTC
State Changed
From-To: open->closed

Committed, thanks!