Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2013 11:22:51 GMT
From:      Peter Kosyh <p.kosyh@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180529: games/instead update to 1.9.1
Message-ID:  <201307131122.r6DBMpjk003433@oldred.freebsd.org>
Resent-Message-ID: <201307131130.r6DBU0ev096886@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180529
>Category:       ports
>Synopsis:       games/instead update to 1.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 13 11:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Peter Kosyh
>Release:        9.1
>Organization:
>Environment:
FreeBSD royal-bsd 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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;

>How-To-Repeat:

>Fix:
Patch is attached.


Patch attached with submission follows:

diff -Nur instead/Makefile instead-1.9.1/Makefile
--- instead/Makefile	2013-04-27 12:50:46.000000000 +0400
+++ instead-1.9.1/Makefile	2013-07-13 14:48:15.000000000 +0400
@@ -1,10 +1,10 @@
 # Created by: neuroworker@gmail.com
-# $FreeBSD: games/instead/Makefile 316654 2013-04-27 08:50:46Z mva $
+# $FreeBSD: ports/games/instead/Makefile,v 1.12 2013/01/29 00:46:53 svnexp Exp $
 
 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}
 
@@ -13,10 +13,10 @@
 
 HAS_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gtk20
+USE_GNOME=	pkgconfig gtk20
 USE_LUA=	5.1
 USE_SDL=	sdl image ttf mixer
-USES=		pkgconfig iconv
+USE_ICONV=	yes
 
 CONFIGURE_SCRIPT=	configure.sh
 CONFIGURE_ENV=	PREFIX="${PREFIX}"
diff -Nur instead/distinfo instead-1.9.1/distinfo
--- instead/distinfo	2013-04-17 02:59:51.000000000 +0400
+++ instead-1.9.1/distinfo	2013-07-13 15:00:43.000000000 +0400
@@ -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) = 85c39ed67f150198e8c23f087735e939b283460ae580fa41234f8af7b3ba9e03
+SIZE (instead_1.9.1.tar.gz) = 5551174
diff -Nur instead/pkg-descr instead-1.9.1/pkg-descr
--- instead/pkg-descr	2012-07-14 17:54:48.000000000 +0400
+++ instead-1.9.1/pkg-descr	2013-07-13 15:13:05.000000000 +0400
@@ -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)
diff -Nur instead/pkg-plist instead-1.9.1/pkg-plist
--- instead/pkg-plist	2013-04-17 02:59:51.000000000 +0400
+++ instead-1.9.1/pkg-plist	2013-07-13 14:55:16.000000000 +0400
@@ -10,15 +10,18 @@
 %%DATADIR%%/games/tutorial3/main-it.lua
 %%DATADIR%%/games/tutorial3/main-ru.lua
 %%DATADIR%%/games/tutorial3/main-ua.lua
+%%DATADIR%%/games/tutorial3/main-pt.lua
 %%DATADIR%%/games/tutorial3/main.lua
 %%DATADIR%%/games/tutorial3/ru.png
 %%DATADIR%%/games/tutorial3/instead.ogg
 %%DATADIR%%/games/tutorial3/ua.png
+%%DATADIR%%/games/tutorial3/br.png
 %%DATADIR%%/lang/en.ini
 %%DATADIR%%/lang/es.ini
 %%DATADIR%%/lang/it.ini
 %%DATADIR%%/lang/ru.ini
 %%DATADIR%%/lang/ua.ini
+%%DATADIR%%/lang/pt.ini
 %%DATADIR%%/stead/click.lua
 %%DATADIR%%/stead/counters.lua
 %%DATADIR%%/stead/dash.lua


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307131122.r6DBMpjk003433>