diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-02-20 12:37:38 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-02-20 12:37:38 +0000 |
commit | 8d448b3ad0e80dc016933ad8efd34a1317c2bab4 (patch) | |
tree | 37a4e53c75ee3175ceeefd4e50fd2d37f776bc7a /games | |
parent | * Upgrade ftp/wget from 1.11.4 to 1.12 (diff) |
- Update to 0.12.1 release
- Support for Russian Gold Edition
PR: 143421, 143430
Submitted by: Andrey V. Elsukov <bu7cher AT yandex DOT ru>, myself
Approved by: maintainer timeout >2 weeks
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250088
Diffstat (limited to 'games')
-rw-r--r-- | games/jaggedalliance2/Makefile | 7 | ||||
-rw-r--r-- | games/jaggedalliance2/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 3e8586a54f42..77ab943e71ea 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ja2 -PORTVERSION= 0.12 +PORTVERSION= 0.12.1 CATEGORIES= games MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \ http://tron.homeunix.org/ja2/ @@ -35,7 +35,8 @@ OPTIONS= DUTCH "Compile for Dutch version (choose ONE)" Off \ GERMAN "Compile for German version (choose ONE)" Off \ ITALIAN "Compile for Italian version (choose ONE)" Off \ POLISH "Compile for Polish version (choose ONE)" Off \ - RUSSIAN "Compile for Russian version (choose ONE)" Off + RUSSIAN "Compile for Russian version (choose ONE)" Off \ + RUSSIAN_GOLD "Compile for Russian Gold version (choose ONE)" Off .include <bsd.port.pre.mk> @@ -53,6 +54,8 @@ MAKE_ARGS+= LNG=ITALIAN MAKE_ARGS+= LNG=POLISH .elifdef WITH_RUSSIAN MAKE_ARGS+= LNG=RUSSIAN +.elifdef WITH_RUSSIAN_GOLD +MAKE_ARGS+= LNG=RUSSIAN_GOLD .else IGNORE= no language has been chosen. Please choose the appropriate language for your game CD .endif diff --git a/games/jaggedalliance2/distinfo b/games/jaggedalliance2/distinfo index cfa46b2c895c..bb1ba2eeae0f 100644 --- a/games/jaggedalliance2/distinfo +++ b/games/jaggedalliance2/distinfo @@ -1,3 +1,3 @@ -MD5 (ja2-0.12-source.tar.bz2) = ec9fd5e3db1f57c924d41254a23dee19 -SHA256 (ja2-0.12-source.tar.bz2) = b2d88e3898cc9ba7cf6a770c9bbdb19196fe17bc306e565a7dcdf455cf689294 -SIZE (ja2-0.12-source.tar.bz2) = 2304604 +MD5 (ja2-0.12.1-source.tar.bz2) = 3981a84850957362fddb0b0e90c231b8 +SHA256 (ja2-0.12.1-source.tar.bz2) = c29bef2b4ba3f28b808b18d3d4c4388be85f255e9c6d9c355b8080de33fc18d1 +SIZE (ja2-0.12.1-source.tar.bz2) = 2305303 |