ports/121157: [MAINTAINER] games/blobandconquer: update MASTER_SITES

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Feb 27 20:50:02 UTC 2008


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list