diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-12 21:26:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-12 21:26:52 +0800 |
commit | c693dfece922a6d6e5f24fb5ca6fd6dbe99e5af6 (patch) | |
tree | 0de15d2a1ac4bdcc86ac8df2a9fa1f6c9b3cc844 | |
parent | 8c956050a72e488f42076f842da09e7cc375e148 (diff) | |
download | freebsd-ports-gnome-c693dfece922a6d6e5f24fb5ca6fd6dbe99e5af6.tar.gz freebsd-ports-gnome-c693dfece922a6d6e5f24fb5ca6fd6dbe99e5af6.tar.zst freebsd-ports-gnome-c693dfece922a6d6e5f24fb5ca6fd6dbe99e5af6.zip |
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>
-rw-r--r-- | emulators/ines/Makefile | 14 | ||||
-rw-r--r-- | emulators/ines/distinfo | 2 | ||||
-rw-r--r-- | emulators/ines/pkg-descr | 2 |
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/ |