summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dynagen/Makefile4
-rw-r--r--emulators/fs-uae-arcade/Makefile3
-rw-r--r--emulators/fs-uae-launcher/Makefile3
-rw-r--r--emulators/gns3/Makefile4
-rw-r--r--emulators/hatari/Makefile3
-rw-r--r--emulators/keystone/Makefile3
-rw-r--r--emulators/libretro-dolphin/Makefile4
-rw-r--r--emulators/mame/Makefile4
-rw-r--r--emulators/openmsx/Makefile3
-rw-r--r--emulators/qemu/Makefile3
-rw-r--r--emulators/simulavr/Makefile4
-rw-r--r--emulators/snes9x-gtk/Makefile3
-rw-r--r--emulators/unicorn/Makefile3
13 files changed, 26 insertions, 18 deletions
diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile
index 9bfb74be272..0147015d6ea 100644
--- a/emulators/dynagen/Makefile
+++ b/emulators/dynagen/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/07/04 13:40:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2019/04/25 07:32:52 maya Exp $
DISTNAME= dynagen-0.11.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dyna-gen/}
diff --git a/emulators/fs-uae-arcade/Makefile b/emulators/fs-uae-arcade/Makefile
index b88721075f3..64935e91c37 100644
--- a/emulators/fs-uae-arcade/Makefile
+++ b/emulators/fs-uae-arcade/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2018/07/03 05:03:15 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/25 07:32:52 maya Exp $
DISTNAME= fs-uae-arcade-2.8.3
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PKGVERSION_NOREV}/
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile
index 15d843a4c19..48409e63f03 100644
--- a/emulators/fs-uae-launcher/Makefile
+++ b/emulators/fs-uae-launcher/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:15 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/04/25 07:32:52 maya Exp $
DISTNAME= fs-uae-launcher-2.8.3
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://fs-uae.net/fs-uae/stable/${PKGVERSION_NOREV}/
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile
index 0b0225bc249..637b35f67fc 100644
--- a/emulators/gns3/Makefile
+++ b/emulators/gns3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:15 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/04/25 07:32:52 maya Exp $
DISTNAME= GNS3-0.8.3.1-src
PKGNAME= gns3-0.8.3.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gns-3/GNS3/0.8.3.1/}
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index 70bb48ee1ff..37d500a67cf 100644
--- a/emulators/hatari/Makefile
+++ b/emulators/hatari/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2019/02/06 17:51:01 tnn Exp $
+# $NetBSD: Makefile,v 1.49 2019/04/25 07:32:52 maya Exp $
DISTNAME= hatari-2.0.0
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://download.tuxfamily.org/hatari/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/keystone/Makefile b/emulators/keystone/Makefile
index b13795627bc..d2b459ff9e8 100644
--- a/emulators/keystone/Makefile
+++ b/emulators/keystone/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/02/19 00:52:28 kamil Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/25 07:32:52 maya Exp $
+PKGREVISION= 1
.include "Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/emulators/libretro-dolphin/Makefile b/emulators/libretro-dolphin/Makefile
index eea741bab56..ec43bfcd865 100644
--- a/emulators/libretro-dolphin/Makefile
+++ b/emulators/libretro-dolphin/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/03/04 23:20:27 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/25 07:32:52 maya Exp $
DISTNAME= libretro-dolphin-20180827
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
GITHUB_PROJECT= dolphin
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 381bb0f6617..d33daf6b501 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.99 2019/04/03 00:32:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.100 2019/04/25 07:32:52 maya Exp $
DISTNAME= mame-0.208
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/}
GITHUB_TAG= ${DISTNAME:S/-//S/.//}
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index e33835d767a..d5bb915340c 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2018/07/18 00:06:15 joerg Exp $
+# $NetBSD: Makefile,v 1.50 2019/04/25 07:32:53 maya Exp $
DISTNAME= openmsx-0.14.0
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=openMSX/}
GITHUB_PROJECT= openMSX
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 29a539212d2..aeef3ffbf7e 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.202 2019/04/24 13:59:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.203 2019/04/25 07:32:53 maya Exp $
DISTNAME= qemu-4.0.0
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.qemu.org/
EXTRACT_SUFX= .tar.xz
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile
index c9a3bd75050..1ebf759cadf 100644
--- a/emulators/simulavr/Makefile
+++ b/emulators/simulavr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2019/03/26 02:56:12 khorben Exp $
+# $NetBSD: Makefile,v 1.28 2019/04/25 07:32:53 maya Exp $
#
DISTNAME= simulavr-1.0.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= emulators
MASTER_SITES= http://download.savannah.gnu.org/releases/simulavr/
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
index 19213ccab88..ecfa281c4b8 100644
--- a/emulators/snes9x-gtk/Makefile
+++ b/emulators/snes9x-gtk/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2019/04/18 09:15:08 nia Exp $
+# $NetBSD: Makefile,v 1.66 2019/04/25 07:32:53 maya Exp $
+PKGREVISION= 1
.include "../../emulators/snes9x/Makefile.common"
PKGNAME= snes9x-gtk-${SNES9X_VERSION}
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile
index 536fa5e9336..29ccc0e61c1 100644
--- a/emulators/unicorn/Makefile
+++ b/emulators/unicorn/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:16 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/25 07:32:53 maya Exp $
+PKGREVISION= 1
.include "Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org