diff options
author | vs <vs@FreeBSD.org> | 2005-03-01 21:19:24 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-01 21:19:24 +0000 |
commit | 20fc300fd62aa1d8657f03026a6f77d02a9897c8 (patch) | |
tree | 26e3e28b2d4193f769083b3fc8c7ccab765beb6d | |
parent | 4e557397684b7e849ac77630a82875364b0704c0 (diff) | |
download | FreeBSD-ports-20fc300fd62aa1d8657f03026a6f77d02a9897c8.zip FreeBSD-ports-20fc300fd62aa1d8657f03026a6f77d02a9897c8.tar.gz |
Update to 3.0
PR: ports/77830
Submitted by: Sam Lawrence
-rw-r--r-- | emulators/ines/Makefile | 6 | ||||
-rw-r--r-- | emulators/ines/distinfo | 4 | ||||
-rw-r--r-- | emulators/ines/pkg-plist | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index e19cc3a..d621cf5 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -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,9 +27,9 @@ STRIP= 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} + ${INSTALL_DATA} ${WRKSRC}/*.pal ${DATADIR} .include <bsd.port.post.mk> diff --git a/emulators/ines/distinfo b/emulators/ines/distinfo index 58ad38c..a0af8b4 100644 --- a/emulators/ines/distinfo +++ b/emulators/ines/distinfo @@ -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 diff --git a/emulators/ines/pkg-plist b/emulators/ines/pkg-plist index acff070..324e5fd 100644 --- a/emulators/ines/pkg-plist +++ b/emulators/ines/pkg-plist @@ -1,5 +1,6 @@ bin/ines -bin/ines-debug %%DATADIR%%/iNES.html %%DATADIR%%/CART.NES +%%DATADIR%%/Covell.pal +%%DATADIR%%/Old-iNES.pal @dirrm %%DATADIR%% |