Bug 45781 - [patch] fix fetch and update version for emulators/ines
Summary: [patch] fix fetch and update version for emulators/ines
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-27 03:30 UTC by Mark Linimon
Modified: 2002-12-12 13:32 UTC (History)
0 users

See Also:


Attachments
file.diff (1.20 KB, patch)
2002-11-27 03:30 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon 2002-11-27 03:30:00 UTC
	Mastersite rearranged directories.  New version.

How-To-Repeat: 	make fetch
Comment 1 Mark Linimon 2002-11-27 03:35:56 UTC
crud.  Forgot the pkg-descr update.

--- 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
--- ines/pkg-descr.dist	Sat Nov 11 16:11:26 2000
+++ ines/pkg-descr	Tue Nov 26 21:33:35 2002
@@ -3,4 +3,4 @@
 You must buy cartridges and get raw images from them to use this emulator.
 When ines make core and die, try -noshm option.

-WWW: http://www.komkon.org/fms/iNES/
+WWW: http://fms.komkon.org/iNES/
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2002-12-12 13:31:53 UTC
State Changed
From-To: open->closed

Commited, thanks!