- Update to 1.9.1
- Update WWW - Sort plist PR: 180529 Submitted by: Peter Kosyh <p.kosyh@gmail.com>
This commit is contained in:
parent
28836c063f
commit
afb47ef48d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323031
4 changed files with 9 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= instead
|
||||
PORTVERSION= 1.9.0
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= GOOGLE_CODE \
|
||||
MASTER_SITES= SF/instead/instead/${PORTVERSION}/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
DISTNAME= instead_${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (instead_1.9.0.tar.gz) = 1f472b5a5e710c780960b7711ab0c77bc80e6e4133327f7527a25f93fb18d340
|
||||
SIZE (instead_1.9.0.tar.gz) = 5546134
|
||||
SHA256 (instead_1.9.1.tar.gz) = f5577c5118b5f4a2897c7bb26f3ad7993005dbf0ae8fe762b4434e1151ddb430
|
||||
SIZE (instead_1.9.1.tar.gz) = 5551348
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
INSTEAD was designed to interpret the games that are the mix of visual novels,
|
||||
text quests and classical 90'ss quests.
|
||||
|
||||
WWW: http://code.google.com/p/instead/
|
||||
WWW: http://instead.sourceforge.net/
|
||||
http://instead.syscall.ru/ (in Russian)
|
||||
|
|
|
@ -1,22 +1,25 @@
|
|||
bin/instead
|
||||
bin/sdl-instead
|
||||
share/applications/instead.desktop
|
||||
%%DATADIR%%/games/tutorial3/br.png
|
||||
%%DATADIR%%/games/tutorial3/es.png
|
||||
%%DATADIR%%/games/tutorial3/gb.png
|
||||
%%DATADIR%%/games/tutorial3/instead.ogg
|
||||
%%DATADIR%%/games/tutorial3/instead.png
|
||||
%%DATADIR%%/games/tutorial3/it.png
|
||||
%%DATADIR%%/games/tutorial3/main-en.lua
|
||||
%%DATADIR%%/games/tutorial3/main-es.lua
|
||||
%%DATADIR%%/games/tutorial3/main-it.lua
|
||||
%%DATADIR%%/games/tutorial3/main-pt.lua
|
||||
%%DATADIR%%/games/tutorial3/main-ru.lua
|
||||
%%DATADIR%%/games/tutorial3/main-ua.lua
|
||||
%%DATADIR%%/games/tutorial3/main.lua
|
||||
%%DATADIR%%/games/tutorial3/ru.png
|
||||
%%DATADIR%%/games/tutorial3/instead.ogg
|
||||
%%DATADIR%%/games/tutorial3/ua.png
|
||||
%%DATADIR%%/lang/en.ini
|
||||
%%DATADIR%%/lang/es.ini
|
||||
%%DATADIR%%/lang/it.ini
|
||||
%%DATADIR%%/lang/pt.ini
|
||||
%%DATADIR%%/lang/ru.ini
|
||||
%%DATADIR%%/lang/ua.ini
|
||||
%%DATADIR%%/stead/click.lua
|
||||
|
|
Loading…
Reference in a new issue