summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-12-12 13:26:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-12-12 13:26:52 +0000
commitb9c1f826328c7469469f6737b7f75039aeeb4f58 (patch)
tree591195444e4431b6d93bee10e2dc47a152e616be /emulators
parentMake www/swish++ fetcing and building again. (diff)
Fix fetch and update version for emulators/ines
Implicit approval by portmgr@ because the original distfiles didn't exist anymore on the mastersites PR: ports/45781 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=71579
Diffstat (limited to 'emulators')
-rw-r--r--emulators/ines/Makefile14
-rw-r--r--emulators/ines/distinfo2
-rw-r--r--emulators/ines/pkg-descr2
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
index 7f3effc97230..d9a6fbd81ed8 100644
--- a/emulators/ines/Makefile
+++ b/emulators/ines/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ines
-PORTVERSION= 1.2
+PORTVERSION= 2.2
CATEGORIES= emulators
-MASTER_SITES= http://www.komkon.org/fms/iNES/
-DISTNAME= iNES12-FreeBSD-80x86-bin
+MASTER_SITES= http://fms.komkon.org/iNES/
+DISTNAME= iNES22-FreeBSD-80x86-bin
EXTRACT_SUFX= .tar.Z
MAINTAINER= nakai@FreeBSD.org
@@ -25,10 +25,10 @@ STRIP=
.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>
diff --git a/emulators/ines/distinfo b/emulators/ines/distinfo
index 1a24fad495b9..5b4775429825 100644
--- a/emulators/ines/distinfo
+++ b/emulators/ines/distinfo
@@ -1 +1 @@
-MD5 (iNES12-FreeBSD-80x86-bin.tar.Z) = 51667a9d34ca6e38afd3492449141ff4
+MD5 (iNES22-FreeBSD-80x86-bin.tar.Z) = 434f57a8143fc9fce05a2e21ac271bc0
diff --git a/emulators/ines/pkg-descr b/emulators/ines/pkg-descr
index 51cf96a9d6dd..580e8e231859 100644
--- a/emulators/ines/pkg-descr
+++ b/emulators/ines/pkg-descr
@@ -3,4 +3,4 @@ iNES is the Nintendo Entertainment System emulator for X Window System.
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/