From nobody  Wed Jun  4 22:55:27 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id WAA27022;
          Wed, 4 Jun 1997 22:55:27 -0700 (PDT)
Message-Id: <199706050555.WAA27022@hub.freebsd.org>
Date: Wed, 4 Jun 1997 22:55:27 -0700 (PDT)
From: Nakai@Mlab.t.u-tokyo.ac.jp
To: freebsd-gnats-submit@freebsd.org
Subject: Fixed port: ines-0.6
X-Send-Pr-Version: www-1.0

>Number:         3785
>Category:       ports
>Synopsis:       Fixed port: ines-0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun  4 23:00:01 PDT 1997
>Closed-Date:    Sat Jun 7 12:24:18 PDT 1997
>Last-Modified:  Sat Jun  7 12:25:00 PDT 1997
>Originator:     Yukihiro Nakai
>Release:        3.0-current
>Organization:
>Environment:
>Description:
I have fixed ines port to follow the latest version.

Yukihiro Nakai
---------
diff -ruN ines.orig/Makefile ines/Makefile
--- ines.orig/Makefile	Thu Jun  5 14:46:19 1997
+++ ines/Makefile	Thu Jun  5 14:51:05 1997
@@ -1,5 +1,5 @@
 # New ports collection makefile for:   ines
-# Version required:    0.5
+# Version required:    0.6
 # Date created:        02 November 1996
 # Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
 #
@@ -7,10 +7,10 @@
 #
 
 DISTNAME=	NES
-PKGNAME=        ines-0.5
+PKGNAME=        ines-0.6
 CATEGORIES=     emulators
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-DISTFILES=	iNES05-FreeBSD-80x86-bin.tar.Z
+MASTER_SITES=   http://freeflight.com/fms/iNES/
+DISTFILES=	iNES06-FreeBSD-80x86-bin.tar.Z
 
 MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp
 
@@ -19,10 +19,12 @@
 do-build:
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin/ines
-	${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin/dasm
+	${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/share/ines
 	@${INSTALL_DATA} ${WRKSRC}/iNES.doc ${PREFIX}/share/ines
+	@${INSTALL_DATA} ${WRKSRC}/headers.tgz ${PREFIX}/share/ines
+	@${INSTALL_DATA} ${WRKSRC}/CART.* ${PREFIX}/share/ines
 
 .include <bsd.port.mk>
 
diff -ruN ines.orig/files/md5 ines/files/md5
--- ines.orig/files/md5	Thu Jun  5 14:46:19 1997
+++ ines/files/md5	Mon May 26 23:09:54 1997
@@ -1 +1 @@
-MD5 (iNES05-FreeBSD-80x86-bin.tar.Z) = 7485aded2f74f841122587a3c5ef72c4
+MD5 (iNES06-FreeBSD-80x86-bin.tar.Z) = 2ca0b8529d34457bb043f6373b423e15
diff -ruN ines.orig/pkg/PLIST ines/pkg/PLIST
--- ines.orig/pkg/PLIST	Thu Jun  5 14:46:20 1997
+++ ines/pkg/PLIST	Mon May 26 23:16:21 1997
@@ -1,3 +1,6 @@
 bin/ines
-bin/dasm
+bin/ines-debug
 share/ines/iNES.doc
+share/ines/headers.tgz
+share/ines/CART.ASM
+share/ines/CART.NES

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Sat Jun 7 12:24:18 PDT 1997 
State-Changed-Why:  
The update is done, with some modification. 
>Unformatted:
