From 66ae68b91f3a6502d32c0c60f4f45a5076477b7c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 3 May 2015 12:13:07 +0000 Subject: Update to 0.12: 0.12 (2015-05-03) - add support for on-disk caches to speed up consecutive runs - support for ROMs in directories instead of in zip archives - fix all fixable ROM errors automatically in one run - speed up database operations by preparing statements only once - remove torrentzip support (removed in libzip) --- emulators/ckmame/Makefile | 10 ++++------ emulators/ckmame/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'emulators') diff --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile index 9980d811d16..21364e25a52 100644 --- a/emulators/ckmame/Makefile +++ b/emulators/ckmame/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2015/04/06 08:17:27 adam Exp $ -# +# $NetBSD: Makefile,v 1.27 2015/05/03 12:13:07 wiz Exp $ -DISTNAME= ckmame-0.11 -PKGREVISION= 11 +DISTNAME= ckmame-0.12 CATEGORIES= emulators MASTER_SITES= http://www.nih.at/ckmame/ -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.nih.at/ckmame/ @@ -16,7 +14,7 @@ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes TEST_TARGET= check -BUILDLINK_API_DEPENDS.libzip+= libzip>=0.9 +BUILDLINK_API_DEPENDS.libzip+= libzip>=1.0 .include "../../archivers/libzip/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" diff --git a/emulators/ckmame/distinfo b/emulators/ckmame/distinfo index a96f060108d..1ba83ccfab1 100644 --- a/emulators/ckmame/distinfo +++ b/emulators/ckmame/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/02/20 22:19:52 wiz Exp $ +$NetBSD: distinfo,v 1.7 2015/05/03 12:13:07 wiz Exp $ -SHA1 (ckmame-0.11.tar.bz2) = d3c1e5432f73041e2df1f2d7f6578e6d254a91ba -RMD160 (ckmame-0.11.tar.bz2) = ef238495daf1e53c49caf9fce9d7df9877fff748 -Size (ckmame-0.11.tar.bz2) = 232740 bytes +SHA1 (ckmame-0.12.tar.xz) = 2f7ed3066393a15cdfadeac992a5be5da141be09 +RMD160 (ckmame-0.12.tar.xz) = d80724e5d21df189767edb07b6294a6c2d1a5b82 +Size (ckmame-0.12.tar.xz) = 366152 bytes -- cgit v1.2.3