Date: Sun, 15 Nov 2015 01:40:21 +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: r401620 - in head/games/naev: . files Message-ID: <201511150140.tAF1eL4p031004@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Nov 15 01:40:21 2015 New Revision: 401620 URL: https://svnweb.freebsd.org/changeset/ports/401620 Log: - Update to 0.6.1 - Update pkg-descr Approved by: bapt (blanket for acm@ ports) Deleted: head/games/naev/files/ Modified: head/games/naev/Makefile head/games/naev/distinfo head/games/naev/pkg-descr Modified: head/games/naev/Makefile ============================================================================== --- head/games/naev/Makefile Sun Nov 15 01:40:16 2015 (r401619) +++ head/games/naev/Makefile Sun Nov 15 01:40:21 2015 (r401620) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= naev -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= 2D action/RPG space game @@ -21,7 +19,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph libcsparse.so:${PORTSDIR}/math/suitesparse RUN_DEPENDS= ${DATADIR}/ndata-${PORTVERSION}.zip:${PORTSDIR}/games/naev-data -USES= autoreconf:build gmake pkgconfig tar:bzip2 +USES= autoreconf:build compiler:features gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GL= glu USE_GNOME= libxml2 @@ -51,7 +49,11 @@ SDL2_CONFIGURE_WITH= sdl2 SDL2_USE= SDL=sdl2 SDL2_USE_OFF= SDL=sdl -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> + +.if ${COMPILER_TYPE} == "gcc" +USE_GCC= yes +.endif .if ${PORT_OPTIONS:MSDL_MIXER} . if ${PORT_OPTIONS:MSDL2} @@ -61,4 +63,4 @@ USE_SDL+= mixer . endif .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> Modified: head/games/naev/distinfo ============================================================================== --- head/games/naev/distinfo Sun Nov 15 01:40:16 2015 (r401619) +++ head/games/naev/distinfo Sun Nov 15 01:40:21 2015 (r401620) @@ -1,2 +1,2 @@ -SHA256 (naev/naev-0.6.0.tar.bz2) = 0f0b498c7642e36dfaa15f284e13b9aa2d20e4aa01ed812fb7854583e7161cac -SIZE (naev/naev-0.6.0.tar.bz2) = 1054649 +SHA256 (naev-0.6.1.tar.bz2) = 71d4cf06d2af1a1b84dfb9ed0fd5e4b9b2295f119fc65079d8d36f102ba00b4b +SIZE (naev-0.6.1.tar.bz2) = 1047908 Modified: head/games/naev/pkg-descr ============================================================================== --- head/games/naev/pkg-descr Sun Nov 15 01:40:16 2015 (r401619) +++ head/games/naev/pkg-descr Sun Nov 15 01:40:21 2015 (r401620) @@ -1,4 +1,4 @@ -NAEV is a 2D space game that combines elements from the action, RPG, and -simulation genres. +Naev is a 2D space trading and combat game, in a similar vein to +Escape Velocity. -WWW: http://sourceforge.net/projects/naev/ +WWW: http://blog.naev.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511150140.tAF1eL4p031004>