Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Oct 2010 15:54:10 +0200
From:      Andy Kosela <akosela@andykosela.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        akosela@andykosela.com
Subject:   ports/151262: [MAINTAINER-UPDATE] games/inform7: update to 6E72
Message-ID:  <4cac7f82.ONa0QwavRQKrrf%2B0%akosela@andykosela.com>
Resent-Message-ID: <201010061400.o96E04Hf030177@freefall.freebsd.org>

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

>Number:         151262
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] games/inform7: update to 6E72
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 06 14:00:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andy Kosela
>Release:        FreeBSD 7.3-RELEASE-p2 amd64
>Organization:
>Environment:
>Description:

 * bug fix (i7.sh)
 * bump PORTREVISION

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- inform7-6E72_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/inform7/Makefile /usr/home/akosela/if/inform7/Makefile
--- /usr/ports/games/inform7/Makefile	2010-10-06 07:16:46.000000000 +0200
+++ /usr/home/akosela/if/inform7/Makefile	2010-10-06 15:49:42.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	inform7
 PORTVERSION=	6E72
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://ftp.ifarchive.org/if-archive/infocom/compilers/inform7/source/:1 \
 		http://ifarchive.heanet.ie/if-archive/infocom/compilers/inform7/source/:1 \
diff -ruN --exclude=CVS /usr/ports/games/inform7/files/i7.sh.in /usr/home/akosela/if/inform7/files/i7.sh.in
--- /usr/ports/games/inform7/files/i7.sh.in	2010-10-06 07:16:46.000000000 +0200
+++ /usr/home/akosela/if/inform7/files/i7.sh.in	2010-10-06 15:50:48.000000000 +0200
@@ -34,7 +34,7 @@
 main()
 {
 	mkdir -p $pkg.inform/Build $pkg.inform/Source $pkg.inform/Index
-	cp $pkg.ni $pkg.inform/Source
+	cp $pkg.ni $pkg.inform/Source/story.ni
 	$ni --release --rules $rules --extension=$zsuf --package $pkg.inform
 	mv "$pkg.inform/Build/Debug log.txt" debug.log
 	if [ -s $pkg.inform/Build/auto.inf ]; then
--- inform7-6E72_1.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4cac7f82.ONa0QwavRQKrrf%2B0%akosela>