aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-01 21:19:24 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-01 21:19:24 +0000
commita483ba1c595d705a90a930f6c97817144e7330fe (patch)
tree2ae62c30cca7ab5b3d0f657b9f0172186cbcac6f
parent071eea81970ebc3ff10f0c3a0f5f392123dd1c06 (diff)
downloadports-a483ba1c595d705a90a930f6c97817144e7330fe.tar.gz
ports-a483ba1c595d705a90a930f6c97817144e7330fe.zip
Update to 3.0
PR: ports/77830 Submitted by: Sam Lawrence
Notes
Notes: svn path=/head/; revision=130120
-rw-r--r--emulators/ines/Makefile6
-rw-r--r--emulators/ines/distinfo4
-rw-r--r--emulators/ines/pkg-plist3
3 files changed, 7 insertions, 6 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
index e19cc3a85dfb..d621cf5449f3 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 58ad38c925da..a0af8b4b002f 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 acff070eecd0..324e5fdc83e5 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%%