From boris@brooknet.com.au  Mon Feb 21 05:49:03 2005
Return-Path: <boris@brooknet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0421F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2005 05:49:03 +0000 (GMT)
Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6840943D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2005 05:49:01 +0000 (GMT)
	(envelope-from boris@brooknet.com.au)
Received: from localhost (ppp2EA9.dyn.pacific.net.au [61.8.46.169])
	by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id j1L5mleR004850
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2005 16:48:55 +1100
Received: by localhost (Postfix, from userid 0)
	id 195F2C4A; Mon, 21 Feb 2005 16:49:55 +1100 (EST)
Message-Id: <20050221054955.195F2C4A@localhost>
Date: Mon, 21 Feb 2005 16:49:55 +1100 (EST)
From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] emulators/ines: update to 3.0 (fix unfetchable)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77830
>Category:       ports
>Synopsis:       [PATCH] emulators/ines: update to 3.0 (fix unfetchable)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 21 05:50:20 GMT 2005
>Closed-Date:    Tue Mar 01 21:19:50 GMT 2005
>Last-Modified:  Tue Mar 01 21:19:50 GMT 2005
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
- Update to 3.0
This is a binary distribution. I can only test on 5.x. Can
committer please test on 4.x and mark IGNORE if appropriate?

>How-To-Repeat:
>Fix:

--- ines-3.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/emulators/ines/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	13 Jan 2004 18:52:26 -0000	1.21
+++ Makefile	21 Feb 2005 05:45:47 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	ines
-PORTVERSION=	2.3
+PORTVERSION=	3.0
 CATEGORIES=	emulators
 MASTER_SITES=	http://fms.komkon.org/iNES/
-DISTNAME=	iNES23-FreeBSD-80x86-bin
+DISTNAME=	iNES30-FreeBSD-80x86-bin
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
@@ -27,7 +27,6 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin
 	${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/iNES.html ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/CART.NES ${DATADIR}
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/emulators/ines/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	29 Jan 2004 07:23:39 -0000	1.8
+++ distinfo	21 Feb 2005 05:40:42 -0000
@@ -1,2 +1,2 @@
-MD5 (iNES23-FreeBSD-80x86-bin.tar.Z) = 8c8a1fb0deee41de230f1c7d099e2f54
-SIZE (iNES23-FreeBSD-80x86-bin.tar.Z) = 231225
+MD5 (iNES30-FreeBSD-80x86-bin.tar.Z) = e85f1918afefcc7c5b3cd2a9cf47dde9
+SIZE (iNES30-FreeBSD-80x86-bin.tar.Z) = 154268
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/emulators/ines/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	13 Jan 2004 18:52:26 -0000	1.6
+++ pkg-plist	21 Feb 2005 05:43:20 -0000
@@ -1,5 +1,4 @@
 bin/ines
-bin/ines-debug
 %%DATADIR%%/iNES.html
 %%DATADIR%%/CART.NES
 @dirrm %%DATADIR%%
--- ines-3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Mon Feb 28 09:46:09 GMT 2005 
State-Changed-Why:  
What about the .pal files in there? 


Responsible-Changed-From-To: freebsd-ports-bugs->vs 
Responsible-Changed-By: vs 
Responsible-Changed-When: Mon Feb 28 09:46:09 GMT 2005 
Responsible-Changed-Why:  
Handle. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77830 

From: Sam Lawrance <boris@brooknet.com.au>
To: Volker Stolz <vs@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/77830: [PATCH] emulators/ines: update to 3.0 (fix
	unfetchable)
Date: Mon, 28 Feb 2005 21:15:04 +1100

 --=-18wZfyyj61GyGoIWFkPB
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 On Mon, 2005-02-28 at 09:46 +0000, Volker Stolz wrote:
 > What about the .pal files in there?
 
 What about them :P
 
 Right you are. They're not required to run, but they can be used to
 change the palette of the emulator to the user's preference. Patch
 attached.
 
 
 
 
 
 --=-18wZfyyj61GyGoIWFkPB
 Content-Disposition: attachment; filename=patch
 Content-Type: text/x-patch; name=patch; charset=ASCII
 Content-Transfer-Encoding: 7bit
 
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/FreeBSD/ports/emulators/ines/pkg-plist,v
 retrieving revision 1.6
 diff -u -r1.6 pkg-plist
 --- pkg-plist	13 Jan 2004 18:52:26 -0000	1.6
 +++ pkg-plist	28 Feb 2005 10:08:14 -0000
 @@ -1,5 +1,6 @@
  bin/ines
 -bin/ines-debug
  %%DATADIR%%/iNES.html
  %%DATADIR%%/CART.NES
 +%%DATADIR%%/Covell.pal
 +%%DATADIR%%/Old-iNES.pal
  @dirrm %%DATADIR%%
 --- Makefile.orig	Mon Feb 28 21:12:24 2005
 +++ Makefile	Mon Feb 28 21:11:54 2005
 @@ -30,5 +30,7 @@
  	${MKDIR} ${DATADIR}
  	${INSTALL_DATA} ${WRKSRC}/iNES.html ${DATADIR}
  	${INSTALL_DATA} ${WRKSRC}/CART.NES ${DATADIR}
 +	${INSTALL_DATA} ${WRKSRC}/Covell.pal ${DATADIR}
 +	${INSTALL_DATA} ${WRKSRC}/Old-iNES.pal ${DATADIR}
  
  .include <bsd.port.post.mk>
 
 --=-18wZfyyj61GyGoIWFkPB--
 
State-Changed-From-To: feedback->closed 
State-Changed-By: vs 
State-Changed-When: Tue Mar 1 21:19:38 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77830 
>Unformatted:
