mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- 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
This commit is contained in:
parent
b5ba84c9c0
commit
8d448b3ad0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250088
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user