From amdmi3@amdmi3.ru  Wed Feb 27 20:49:01 2008
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 540D31065672
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Feb 2008 20:49:01 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from cp65.agava.net (cp65.agava.net [89.108.66.215])
	by mx1.freebsd.org (Postfix) with ESMTP id 14F108FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Feb 2008 20:49:01 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.63 (FreeBSD))
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1JUTGP-0005ud-0d
	for FreeBSD-gnats-submit@freebsd.org; Wed, 27 Feb 2008 23:52:29 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id D061F7583
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Feb 2008 23:48:30 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 9E21717023; Wed, 27 Feb 2008 23:48:49 +0300 (MSK)
Message-Id: <20080227204849.9E21717023@hades.panopticon>
Date: Wed, 27 Feb 2008 23:48:49 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Reply-To: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] games/blobandconquer: update MASTER_SITES
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         121157
>Category:       ports
>Synopsis:       [MAINTAINER] games/blobandconquer: update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 20:50:01 UTC 2008
>Closed-Date:    Thu Feb 28 09:26:23 UTC 2008
>Last-Modified:  Thu Feb 28 09:30:05 UTC 2008
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RC1 FreeBSD 7.0-RC1 #0: Sat Jan 5 03:26:52 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
First, original http://www.parallelrealities.co.uk/download.php&... url didn't work (proj=blobAndConquer param was required).
But as it's mirrored by Gentoo, add MASTER_SITE_GENTOO to MASTER_SITES, remove original url and hacks needed to fetch it from there.
Leave original url as a comment for reference purposes.
>How-To-Repeat:
>Fix:

--- blobandconquer.diff begins here ---
diff -ruN blobandconquer.orig/Makefile blobandconquer/Makefile
--- blobandconquer.orig/Makefile	2008-02-27 23:39:11.000000000 +0300
+++ blobandconquer/Makefile	2008-02-27 23:42:58.000000000 +0300
@@ -9,23 +9,21 @@
 DISTVERSION=	0.91-1
 PORTREVISION=	1
 CATEGORIES=	games
+# original url: http://www.parallelrealities.co.uk/download.php?proj=blobAndConquer&file=${DISTNAME}&type=zip
 MASTER_SITES=	http://www.amdmi3.ru/distfiles/ \
-		http://www.parallelrealities.co.uk/download.php?type=zip&file=
+		${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR=	distfiles
 DISTNAME=	blobAndConquer-${DISTVERSION}
 
 MAINTAINER=	amdmi3@amdmi3.ru
 COMMENT=	A somewhat violent 3D action game
 
-FETCH_BEFORE_ARGS+=	-o ${DISTNAME}${EXTRACT_SUFX}
-
 USE_SDL=	sdl mixer image ttf
 USE_GL=		yes
 USE_GMAKE=	yes
 USE_DOS2UNIX=	makefile src/headers.h src/main.cpp
 USE_GETTEXT=	yes
 
-FETCH_CMD=	/usr/bin/fetch
-
 WRKSRC=		${WRKDIR}/blobAndConquer-${DISTVERSION:C/^([0-9]\.[0-9][0-9]).*/\1/}
 PORTDOCS=	*
 
--- blobandconquer.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 27 20:50:10 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121157 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Feb 28 09:26:22 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121157 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121157: commit references a PR
Date: Thu, 28 Feb 2008 09:26:17 +0000 (UTC)

 miwi        2008-02-28 09:26:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/blobandconquer Makefile 
   Log:
   - Update MASTER_SITES
   
   PR:             121157
   Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
   
   Revision  Changes    Path
   1.17      +3 -5      ports/games/blobandconquer/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
