svn commit: r323031 - head/games/instead

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 15 13:23:34 UTC 2013


Author: amdmi3
Date: Mon Jul 15 13:23:32 2013
New Revision: 323031
URL: http://svnweb.freebsd.org/changeset/ports/323031

Log:
  - Update to 1.9.1
  - Update WWW
  - Sort plist
  
  PR:		180529
  Submitted by:	Peter Kosyh <p.kosyh at gmail.com>

Modified:
  head/games/instead/Makefile
  head/games/instead/distinfo
  head/games/instead/pkg-descr
  head/games/instead/pkg-plist

Modified: head/games/instead/Makefile
==============================================================================
--- head/games/instead/Makefile	Mon Jul 15 13:07:10 2013	(r323030)
+++ head/games/instead/Makefile	Mon Jul 15 13:23:32 2013	(r323031)
@@ -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}
 

Modified: head/games/instead/distinfo
==============================================================================
--- head/games/instead/distinfo	Mon Jul 15 13:07:10 2013	(r323030)
+++ head/games/instead/distinfo	Mon Jul 15 13:23:32 2013	(r323031)
@@ -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

Modified: head/games/instead/pkg-descr
==============================================================================
--- head/games/instead/pkg-descr	Mon Jul 15 13:07:10 2013	(r323030)
+++ head/games/instead/pkg-descr	Mon Jul 15 13:23:32 2013	(r323031)
@@ -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)

Modified: head/games/instead/pkg-plist
==============================================================================
--- head/games/instead/pkg-plist	Mon Jul 15 13:07:10 2013	(r323030)
+++ head/games/instead/pkg-plist	Mon Jul 15 13:23:32 2013	(r323031)
@@ -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


More information about the svn-ports-all mailing list