Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:21:40 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159443: Update port: games/excide
Message-ID:  <20110804032140.9aac7211.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73IeKiS075531@freefall.freebsd.org>

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

>Number:         159443
>Category:       ports
>Synopsis:       Update port: games/excide
>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:   Wed Aug 03 18:40:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/excido/Makefile games/excido/Makefile
--- /usr/ports/games/excido/Makefile	2011-08-03 15:31:54.000000000 +0900
+++ games/excido/Makefile	2011-08-03 18:41:50.000000000 +0900
@@ -9,27 +9,30 @@
 PORTVERSION=	0.1.5c
 PORTREVISION=	11
 CATEGORIES=	games
-MASTER_SITES=	http://offload1.icculus.org/excido/
+MASTER_SITES=	http://offload2.icculus.org:9090/excido/ \
+		http://offload1.icculus.org:9090/excido/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A portable fast-paced 3d shooter
 
-BROKEN=	does not fetch
-
 LIB_DEPENDS=	physfs.1:${PORTSDIR}/devel/physfs
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GL=		yes
-USE_OPENAL=	al alut
 USE_SDL=	image sdl ttf
+USE_OPENAL=	al alut
+USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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