diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-12-12 13:16:09 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-12-12 13:16:09 +0800 |
commit | 1ce94bae156488ac85ea593d2383c60355a61d74 (patch) | |
tree | f197e20eeb0733cd2e6cb73c4b95326b569b1ec0 /games | |
parent | 0eb3a2e20b4ae7006eaff713a4fdb90fbfa72f9d (diff) | |
download | freebsd-ports-gnome-1ce94bae156488ac85ea593d2383c60355a61d74.tar.gz freebsd-ports-gnome-1ce94bae156488ac85ea593d2383c60355a61d74.tar.zst freebsd-ports-gnome-1ce94bae156488ac85ea593d2383c60355a61d74.zip |
- Update to version 0.3.1.20071206.
- Remove "-j 4" from SCONS_ARGS (forgot that local change and shouldn't be
there).
- Respect WITH_DEBUG through scons.
- Remove pkg-message since it contains obsolete information now.
Diffstat (limited to 'games')
-rw-r--r-- | games/freeorion/Makefile | 10 | ||||
-rw-r--r-- | games/freeorion/distinfo | 6 | ||||
-rw-r--r-- | games/freeorion/pkg-message | 9 | ||||
-rw-r--r-- | games/freeorion/pkg-plist | 1 |
4 files changed, 12 insertions, 14 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 4029b17fb3e6..49f2bd80a272 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freeorion -PORTVERSION= 0.3.1.20070909 +PORTVERSION= 0.3.1.20071206 CATEGORIES= games MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ @@ -22,11 +22,17 @@ LIB_DEPENDS= GiGi.0:${PORTSDIR}/x11-toolkits/gigi \ USE_BZIP2= yes USE_PYTHON= yes USE_SCONS= yes -SCONS_ARGS= -j 4 release=yes with_builtin_sdlnet=0 +SCONS_ARGS= with_builtin_sdlnet=0 SCONS_BUILDENV= PYTHON_LIB=${PYTHON_VERSION} USE_SDL= sdl net WRKSRC= ${WRKDIR}/${PORTNAME}/FreeOrion +.if defined(WITH_DEBUG) +SCONS_ARGS+= debug=1 +.else +SCONS_ARGS+= release=yes +.endif + maint-gen-distfile: @if [ -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO_CMD} "ERROR: the distfile already exists."; \ diff --git a/games/freeorion/distinfo b/games/freeorion/distinfo index 585af89072fa..a2fd64fcfdfd 100644 --- a/games/freeorion/distinfo +++ b/games/freeorion/distinfo @@ -1,3 +1,3 @@ -MD5 (freeorion-0.3.1.20070909.tar.bz2) = 0f79d369147b70b553750d4a81e71d1c -SHA256 (freeorion-0.3.1.20070909.tar.bz2) = 681c7f129ca6c844ca070fa7d702f531e51be4388bc69502bc6dcb73199decd8 -SIZE (freeorion-0.3.1.20070909.tar.bz2) = 51185267 +MD5 (freeorion-0.3.1.20071206.tar.bz2) = 437e3ae627c35974f20eed469afe2000 +SHA256 (freeorion-0.3.1.20071206.tar.bz2) = ae81dfd940536831cf7aa7d3a7f13e3d32f49c547f76769ec4a053206701a73f +SIZE (freeorion-0.3.1.20071206.tar.bz2) = 51208732 diff --git a/games/freeorion/pkg-message b/games/freeorion/pkg-message deleted file mode 100644 index a49062351ea7..000000000000 --- a/games/freeorion/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -============================================================================== - -FreeOrion has been installed. - -To run in full-screen mode use "--fullscreen 1", or enable from the menu. - -Some "Done" buttons may not work, in that case use the "Esc" key instead. - -============================================================================== diff --git a/games/freeorion/pkg-plist b/games/freeorion/pkg-plist index 2344745f93f3..c572894fc9ef 100644 --- a/games/freeorion/pkg-plist +++ b/games/freeorion/pkg-plist @@ -1136,6 +1136,7 @@ bin/freeoriond %%DATADIR%%/default/data/sound/window_maximize.wav %%DATADIR%%/default/data/sound/window_minimize.wav %%DATADIR%%/default/den_stringtable.txt +%%DATADIR%%/default/dut_stringtable.txt %%DATADIR%%/default/empire_colors.xml %%DATADIR%%/default/eng_stringtable.txt %%DATADIR%%/default/esp_stringtable.txt |