Date: Tue, 6 Sep 2016 15:36:50 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421437 - head/games/oolite Message-ID: <201609061536.u86FaoQk098860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 6 15:36:49 2016 New Revision: 421437 URL: https://svnweb.freebsd.org/changeset/ports/421437 Log: - Update to 1.84 - Add missing depends PR: 212311 Submitted by: rhurlin@gwdg.de Modified: head/games/oolite/Makefile head/games/oolite/distinfo Modified: head/games/oolite/Makefile ============================================================================== --- head/games/oolite/Makefile Tue Sep 6 15:35:19 2016 (r421436) +++ head/games/oolite/Makefile Tue Sep 6 15:36:49 2016 (r421437) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= oolite -PORTVERSION= 1.82 +PORTVERSION= 1.84 CATEGORIES= games gnustep -MASTER_SITES= http://github.com/OoliteProject/oolite/releases/download/1.82/ +MASTER_SITES= http://github.com/OoliteProject/oolite/releases/download/1.84/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} DIST_SUBDIR= oolite @@ -26,8 +26,9 @@ LIB_DEPENDS= libespeak.so:audio/espeak libminizip.so:archivers/minizip USES= gnustep openal:al perl5 python:build tar:bzip2 -USE_GL= yes +USE_GL= gl glu USE_SDL= sdl +USE_XORG= x11 USE_GNUSTEP= base build # Redefine DO_MAKE_BUILD, because current gnustep in USES overrides MAKEFILE # without possibility to change it, as it was done in the previous implementation @@ -83,9 +84,6 @@ post-patch: .SILENT /ioapi.c/d ; /unzip.c/d ; \ s|/usr/X11R6|$${LOCALBASE}|' \ ${WRKSRC}/GNUmakefile -# Conversion needed for unsigned int type for using isfinite function - ${REINPLACE_CMD} -e 's|isfinite(uValue)|isfinite((long double)uValue)|' \ - ${WRKSRC}/src/Core/Scripting/OOJSPlayerShip.m # Change value of the SAVEDIR define ${REINPLACE_CMD} -e 's|oolite-saves|\.oolite-saves|' \ ${WRKSRC}/src/Core/NSFileManagerOOExtensions.h Modified: head/games/oolite/distinfo ============================================================================== --- head/games/oolite/distinfo Tue Sep 6 15:35:19 2016 (r421436) +++ head/games/oolite/distinfo Tue Sep 6 15:36:49 2016 (r421437) @@ -1,2 +1,3 @@ -SHA256 (oolite/oolite-source-1.82.tar.bz2) = aa7ac77ea3d81d8ee13602f1490aef9cc60434c8083b1b7c8ff8ff9f2a8ca7d8 -SIZE (oolite/oolite-source-1.82.tar.bz2) = 139691456 +TIMESTAMP = 1468900340 +SHA256 (oolite/oolite-source-1.84.tar.bz2) = 2ea317dde0615969d1704ee19c8df1d52bee1c87762ebd1e466b5d34f3161e2c +SIZE (oolite/oolite-source-1.84.tar.bz2) = 139707159
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609061536.u86FaoQk098860>