ports/159443: Update port: games/excide
KATO Tsuguru
tkato432 at yahoo.com
Wed Aug 3 18:40:20 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list