diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-14 04:38:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-14 04:38:51 +0800 |
commit | c5ba5eae36bff00693f7cce0473bd6d09babf2ca (patch) | |
tree | b18dd410e22eb3fcdd3525de03174d245e9e9eb6 /games | |
parent | ac7ea1181f5c701487f9cb5bb29563826f81e222 (diff) | |
download | freebsd-ports-gnome-c5ba5eae36bff00693f7cce0473bd6d09babf2ca.tar.gz freebsd-ports-gnome-c5ba5eae36bff00693f7cce0473bd6d09babf2ca.tar.zst freebsd-ports-gnome-c5ba5eae36bff00693f7cce0473bd6d09babf2ca.zip |
- Update to 0.6
Changelog:
* Improved Russian translation, it should outperform the vanilla-translation now.
* Implement SoundSetPan(). This caused an unexpected termination of the game in
certain places (e.g. Bug Queen).
* Fixed an infinite loop when throwing objects.
* Added a desktop file for better desktop integration.
* Fixed (as always) an assortment of vanilla bugs like: misplacement of some
texts and gui elements; salary of non-AIM/MERC mercenaries was assumed to
be 0, so it did not count towards the min/max/daily salary stats; vehicles
had been counted in for calculating the average stats in the personnel screen.
* Changed the scroll speeds, so diagonal scrolling is always axis aligned.
* As usual code cleanups and minor fixes.
PR: 116319
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/jaggedalliance2/Makefile | 10 | ||||
-rw-r--r-- | games/jaggedalliance2/distinfo | 6 | ||||
-rw-r--r-- | games/jaggedalliance2/pkg-plist | 1 |
3 files changed, 7 insertions, 10 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 9eaf016e8127..ca20b46dddf1 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ja2 -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= games MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \ http://ja2.dragonriders.de/files/ @@ -37,7 +37,7 @@ OPTIONS= DUTCH "Compile for Dutch version" Off \ .include <bsd.port.pre.mk> -.ifndef WITHOUT_ENGLISH +.ifdef WITH_ENGLISH MAKE_ARGS+= LNG=ENGLISH .elifdef WITH_DUTCH MAKE_ARGS+= LNG=DUTCH @@ -61,12 +61,8 @@ MAKE_ARGS+= SGPDATADIR=${DATADIR} MAN6= ja2.6 -do-install: - @${MKDIR} ${DATADIR}/Data/TILECACHE - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MANPREFIX}/man/man6 - post-install: + @${MKDIR} ${DATADIR}/Data/TILECACHE @${SED} -e 's|$${DATADIR}|${DATADIR}|' ${PKGMESSAGE} lowercase: diff --git a/games/jaggedalliance2/distinfo b/games/jaggedalliance2/distinfo index 68907104b70e..4c859a69ef09 100644 --- a/games/jaggedalliance2/distinfo +++ b/games/jaggedalliance2/distinfo @@ -1,3 +1,3 @@ -MD5 (ja2-0.5-source.tar.bz2) = 22003ee20037cdd24a900c978280bd38 -SHA256 (ja2-0.5-source.tar.bz2) = ddefda93ac4b74325a79ebc80c2ff08b814de766a89666b17725eadd0959e1f2 -SIZE (ja2-0.5-source.tar.bz2) = 2529613 +MD5 (ja2-0.6-source.tar.bz2) = b7adb0fd016e4d467657127d4134089d +SHA256 (ja2-0.6-source.tar.bz2) = 4c666eb42a60c082a54a639ced69b06ba206052770eba0a94998c6c601685ee4 +SIZE (ja2-0.6-source.tar.bz2) = 2502133 diff --git a/games/jaggedalliance2/pkg-plist b/games/jaggedalliance2/pkg-plist index 9e5b0b94b019..3e151a209375 100644 --- a/games/jaggedalliance2/pkg-plist +++ b/games/jaggedalliance2/pkg-plist @@ -1,4 +1,5 @@ bin/ja2 +share/pixmaps/jagged2.ico @dirrmtry %%DATADIR%%/Data/TILECACHE @dirrmtry %%DATADIR%%/Data @unexec rmdir %D/%%DATADIR%% 2>/dev/null || echo "Warning: data files in %D/%%DATADIR%% have been left intact." |