Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 21:21:45 -0600 (CST)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45781: [patch] fix fetch and update version for emulators/ines
Message-ID:  <200211270321.gAR3LjDC043730@lonesome.lonesome.com>

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

>Number:         45781
>Category:       ports
>Synopsis:       [patch] fix fetch and update version for emulators/ines
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 26 19:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-2.0
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	Mastersite rearranged directories.  New version.
>How-To-Repeat:
	make fetch
>Fix:

--- ines/Makefile.dist	Sat Mar 17 17:53:47 2001
+++ ines/Makefile	Tue Nov 26 21:19:17 2002
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	ines
-PORTVERSION=	1.2
+PORTVERSION=	2.1
 CATEGORIES=	emulators
-MASTER_SITES=	http://www.komkon.org/fms/iNES/
-DISTNAME=	iNES12-FreeBSD-80x86-bin
+MASTER_SITES=	http://fms.komkon.org/iNES/
+DISTNAME=	iNES21-FreeBSD-80x86-bin
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	nakai@FreeBSD.org
@@ -25,10 +25,10 @@
 .endif
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/NES/ines ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/NES/ines-debug ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/share/ines
-	@${INSTALL_DATA} ${WRKSRC}/NES/iNES.html ${PREFIX}/share/ines
-	@${INSTALL_DATA} ${WRKSRC}/NES/CART.NES ${PREFIX}/share/ines
+	@${INSTALL_DATA} ${WRKSRC}/iNES.html ${PREFIX}/share/ines
+	@${INSTALL_DATA} ${WRKSRC}/CART.NES ${PREFIX}/share/ines
 
 .include <bsd.port.post.mk>
--- ines/distinfo.dist	Sat Nov 11 16:10:00 2000
+++ ines/distinfo	Tue Nov 26 21:18:34 2002
@@ -1 +1,2 @@
 MD5 (iNES12-FreeBSD-80x86-bin.tar.Z) = 51667a9d34ca6e38afd3492449141ff4
+MD5 (iNES21-FreeBSD-80x86-bin.tar.Z) = 1e7adc57cc9ae582bb49cb605d1931ba
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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