Bug 151262 - [MAINTAINER-UPDATE] games/inform7: update to 6E72
Summary: [MAINTAINER-UPDATE] games/inform7: update to 6E72
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-06 15:00 UTC by Andy Kosela
Modified: 2010-10-07 19:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Kosela 2010-10-06 15:00:03 UTC
 * bug fix (i7.sh)
 * bump PORTREVISION

Generated with FreeBSD Port Tools 0.99

Fix: 

--Andy--PdTjppJejuBZXI6UKousiatRWxHTFU49oaNHJAzGNBmZCh9X
Content-Type: text/plain; name="inform7-6E72_1.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="inform7-6E72_1.patch"

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
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-10-07 19:30:09 UTC
az          2010-10-07 18:30:02 UTC

  FreeBSD ports repository

  Modified files:
    games/inform7        Makefile 
    games/inform7/files  i7.sh.in 
  Log:
  * bug fix (i7.sh)
  * bump PORTREVISION
  
  PR:             ports/151262
  Submitted by:   Andy Kosela <akosela@andykosela.com> (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -0      ports/games/inform7/Makefile
  1.2       +2 -2      ports/games/inform7/files/i7.sh.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2010-10-07 19:30:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!