Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2008 23:48:49 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121157: [MAINTAINER] games/blobandconquer: update MASTER_SITES
Message-ID:  <20080227204849.9E21717023@hades.panopticon>
Resent-Message-ID: <200802272050.m1RKo1Sg053298@freefall.freebsd.org>

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

>Number:         121157
>Category:       ports
>Synopsis:       [MAINTAINER] games/blobandconquer: update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 20:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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