diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-26 00:01:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-26 00:01:18 +0000 |
commit | 2a0b81ec5860624b7837c5dafb2a14c5e4a77c98 (patch) | |
tree | 979eec932ce60a988da09cc2db7a555a8ca12747 /emulators/ROMInfo | |
parent | c338444b16b1c4d0b8d163ff084a512b926115aa (diff) | |
download | pkgsrc-2a0b81ec5860624b7837c5dafb2a14c5e4a77c98.tar.gz |
Update to 2.7:
11/07/2006 *** v2.7 ***
- Uses DatLib v2.16.
- Fixed bug that messed up internal indices (affected crc matching)
Diffstat (limited to 'emulators/ROMInfo')
-rw-r--r-- | emulators/ROMInfo/Makefile | 11 | ||||
-rw-r--r-- | emulators/ROMInfo/PLIST | 4 | ||||
-rw-r--r-- | emulators/ROMInfo/distinfo | 8 |
3 files changed, 10 insertions, 13 deletions
diff --git a/emulators/ROMInfo/Makefile b/emulators/ROMInfo/Makefile index cf8a9174aa2..c53d6f69700 100644 --- a/emulators/ROMInfo/Makefile +++ b/emulators/ROMInfo/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2006/10/04 21:38:37 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/26 00:01:18 wiz Exp $ # -DISTNAME= rinfo26 -PKGNAME= ROMInfo-2.6 -PKGREVISION= 1 +DISTNAME= rinfo27 +PKGNAME= ROMInfo-2.7 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/ROMInfo/ EXTRACT_SUFX= .zip @@ -19,15 +18,13 @@ BUILD_TARGET= rominfo EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin -BUILDLINK_API_DEPENDS.DatLib+= DatLib>=2.13 - post-extract: ${MKDIR} ${WRKSRC}/obj do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rominfo ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ROMInfo - ${INSTALL_DATA} ${WRKSRC}/rominfo.txt ${PREFIX}/share/doc/ROMInfo + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/ROMInfo .include "../../devel/zlib/buildlink3.mk" .include "../../emulators/DatLib/buildlink3.mk" diff --git a/emulators/ROMInfo/PLIST b/emulators/ROMInfo/PLIST index f6152cf2621..02b6cb261c0 100644 --- a/emulators/ROMInfo/PLIST +++ b/emulators/ROMInfo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/04 12:05:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/02/26 00:01:18 wiz Exp $ bin/rominfo -share/doc/ROMInfo/rominfo.txt +share/doc/ROMInfo/readme.txt @dirrm share/doc/ROMInfo diff --git a/emulators/ROMInfo/distinfo b/emulators/ROMInfo/distinfo index d5fe6f1b091..5966b451df3 100644 --- a/emulators/ROMInfo/distinfo +++ b/emulators/ROMInfo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2006/01/01 19:37:12 wiz Exp $ +$NetBSD: distinfo,v 1.5 2007/02/26 00:01:18 wiz Exp $ -SHA1 (rinfo26.zip) = c45b64a3390b4a2634e8860de9c5556a6b4e6161 -RMD160 (rinfo26.zip) = 68b09b2a14f9c580f13e5b992f8515223f4c0ddf -Size (rinfo26.zip) = 291200 bytes +SHA1 (rinfo27.zip) = f6ef7ac9ce30d92e646f040ee82f264ef71f59c0 +RMD160 (rinfo27.zip) = c61b42578d35e815be50e7c9077e1e728d2d72f5 +Size (rinfo27.zip) = 140306 bytes SHA1 (patch-aa) = 5006204b7b458068be13f0258eddf739a984f23a SHA1 (patch-ab) = c8667dc5c0ba3085e14b56b88d1693a5a8abf329 |