Date: Wed, 13 May 2015 18:19:10 +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: r386234 - head/games/stratagus Message-ID: <201505131819.t4DIJAmR027329@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 13 18:19:09 2015 New Revision: 386234 URL: https://svnweb.freebsd.org/changeset/ports/386234 Log: - Update to 2.3.0 Added: head/games/stratagus/pkg-plist (contents, props changed) Modified: head/games/stratagus/Makefile head/games/stratagus/distinfo Modified: head/games/stratagus/Makefile ============================================================================== --- head/games/stratagus/Makefile Wed May 13 17:38:33 2015 (r386233) +++ head/games/stratagus/Makefile Wed May 13 18:19:09 2015 (r386234) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= stratagus -PORTVERSION= 2.2.7 -PORTREVISION= 5 +PORTVERSION= 2.3.0 CATEGORIES= games -MASTER_SITES= http://launchpadlibrarian.net/113005346/ +MASTER_SITES= http://launchpadlibrarian.net/200661330/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= amdmi3@FreeBSD.org @@ -24,16 +23,13 @@ USES= cmake:outsource lua:51 pkgconfig CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \ -DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \ - -DTOLUA++_LIBRARY:STRING="${LUA_LIBDIR}/libtolua++.so" + -DTOLUA++_LIBRARY:STRING="${LUA_LIBDIR}/libtolua++.so" \ + -DENABLE_DEV:BOOL=ON PORTDOCS= * -PLIST_FILES= bin/png2stratagus \ - bin/stratagus \ - man/man6/stratagus.6.gz \ - sbin/metaserver -OPTIONS_DEFINE= MIKMOD MNG THEORA VORBIS X11 DOCS -OPTIONS_DEFAULT=MIKMOD MNG THEORA VORBIS X11 +OPTIONS_DEFINE= MIKMOD MNG THEORA VORBIS X11 FLUIDSYNTH DOCS +OPTIONS_DEFAULT=MIKMOD MNG THEORA VORBIS X11 FLUIDSYNTH MIKMOD_LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod MIKMOD_CMAKE_ON= -DWITH_MIKMOD:BOOL=ON @@ -57,6 +53,11 @@ X11_USE= XORG=x11 X11_CMAKE_ON= -DWITH_X11:BOOL=ON X11_CMAKE_OFF= -DWITH_X11:BOOL=OFF +FLUIDSYNTH_DESC= FluidSynth sound library support +FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:${PORTSDIR}/audio/fluidsynth +FLUIDSYNTH_CMAKE_ON= -DWITH_FLUIDSYNTH:BOOL=ON +FLUIDSYNTH_CMAKE_OFF= -DWITH_FLUIDSYNTH:BOOL=OFF + post-install: ${INSTALL_DATA} ${WRKSRC}/doc/stratagus.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "[a-z]*.html *.txt graphics scripts" \ Modified: head/games/stratagus/distinfo ============================================================================== --- head/games/stratagus/distinfo Wed May 13 17:38:33 2015 (r386233) +++ head/games/stratagus/distinfo Wed May 13 18:19:09 2015 (r386234) @@ -1,2 +1,2 @@ -SHA256 (stratagus_2.2.7.orig.tar.gz) = 9bdaf207623b60a5e98451128bb7fb649e00ce4aba507320bde63e60f93e8c9f -SIZE (stratagus_2.2.7.orig.tar.gz) = 939967 +SHA256 (stratagus_2.3.0.orig.tar.gz) = d3d124f253e987ee1be396ebcdec31228790163a121a9f4e0049d334114adb99 +SIZE (stratagus_2.3.0.orig.tar.gz) = 1000990 Added: head/games/stratagus/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/stratagus/pkg-plist Wed May 13 18:19:09 2015 (r386234) @@ -0,0 +1,7 @@ +bin/png2stratagus +bin/stratagus +@comment include/stratagus-game-installer.nsi +include/stratagus-game-launcher.h +@comment include/stratagus-maemo-extract.h +man/man6/stratagus.6.gz +sbin/metaserver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505131819.t4DIJAmR027329>