Bug 180529 - games/instead update to 1.9.1
Summary: games/instead update to 1.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-13 12:30 UTC by Peter Kosyh
Modified: 2013-07-15 14:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.49 KB, patch)
2013-07-13 12:30 UTC, Peter Kosyh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kosyh 2013-07-13 12:30:00 UTC
INSTEAD is updated to 1.9.1 version:

Changelog:

    INSTEAD moved to sourceforge.net;
    pt_BR language added;
    example code fixes;
    -hinting option;
    fixes in Makefiles and configure script;
    lua5.2 fix;
    bug fix in new/delete;

Fix: Patch is attached.


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-13 12:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2013-07-15 14:23:38 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-15 14:23:40 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"