summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/blinkensim/Makefile4
-rw-r--r--emulators/bochs/Makefile4
-rw-r--r--emulators/e-uae/Makefile4
-rw-r--r--emulators/free42/Makefile4
-rw-r--r--emulators/fuse-emulator/Makefile3
-rw-r--r--emulators/gens/Makefile4
-rw-r--r--emulators/gpsim-devel/Makefile4
-rw-r--r--emulators/gpsim-devel/buildlink3.mk4
-rw-r--r--emulators/gpsim-oscilloscope/Makefile4
-rw-r--r--emulators/gpsim-ptyusart/Makefile4
-rw-r--r--emulators/gpsim/Makefile4
-rw-r--r--emulators/mame/Makefile4
-rw-r--r--emulators/nestopia/Makefile4
-rw-r--r--emulators/qemu/Makefile4
-rw-r--r--emulators/ski/Makefile4
-rw-r--r--emulators/snes9x-gtk/Makefile4
-rw-r--r--emulators/tme/Makefile4
-rw-r--r--emulators/uae/Makefile4
-rw-r--r--emulators/vice/Makefile4
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine/Makefile4
-rw-r--r--emulators/xnp2/Makefile4
-rw-r--r--emulators/yabause/Makefile4
23 files changed, 46 insertions, 45 deletions
diff --git a/emulators/blinkensim/Makefile b/emulators/blinkensim/Makefile
index fde5b098fec..071a4de057a 100644
--- a/emulators/blinkensim/Makefile
+++ b/emulators/blinkensim/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2018/03/12 11:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2018/04/16 14:34:25 wiz Exp $
#
DISTNAME= blinkensim-2.2
-PKGREVISION= 30
+PKGREVISION= 31
CATEGORIES= emulators graphics
MASTER_SITES= http://sven.gimp.org/blinkenlights/old/
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 492afb997ea..51b33bbee01 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2018/03/12 11:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2018/04/16 14:34:25 wiz Exp $
DISTNAME= bochs-2.6.8
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/}
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
index de62817da1d..f22c50227ee 100644
--- a/emulators/e-uae/Makefile
+++ b/emulators/e-uae/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2018/03/12 11:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2018/04/16 14:34:25 wiz Exp $
DISTNAME= e-uae-0.8.28
-PKGREVISION= 28
+PKGREVISION= 29
CATEGORIES= emulators
MASTER_SITES= http://www.rcdrummond.net/uae/e-uae-0.8.28/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/free42/Makefile b/emulators/free42/Makefile
index 15f51987cd5..928b551c134 100644
--- a/emulators/free42/Makefile
+++ b/emulators/free42/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2018/03/12 11:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/04/16 14:34:25 wiz Exp $
DISTNAME= free42
PKGNAME= ${DISTNAME}-1.4.78
-PKGREVISION= 6
+PKGREVISION= 7
DIST_SUBDIR= ${PKGNAME_NOREV}
CATEGORIES= emulators
MASTER_SITES= http://thomasokken.com/free42/download/
diff --git a/emulators/fuse-emulator/Makefile b/emulators/fuse-emulator/Makefile
index 192eb0f9494..481787db212 100644
--- a/emulators/fuse-emulator/Makefile
+++ b/emulators/fuse-emulator/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2018/04/04 09:27:26 adam Exp $
+# $NetBSD: Makefile,v 1.16 2018/04/16 14:34:25 wiz Exp $
DISTNAME= fuse-1.5.2
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile
index 51381af44d8..6d595d8f8c9 100644
--- a/emulators/gens/Makefile
+++ b/emulators/gens/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2018/03/12 11:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2018/04/16 14:34:26 wiz Exp $
#
DISTNAME= gens-rc3
PKGNAME= gens-2.12rc3
-PKGREVISION= 34
+PKGREVISION= 35
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gens/}
diff --git a/emulators/gpsim-devel/Makefile b/emulators/gpsim-devel/Makefile
index ae2c84d1e5b..e6256392301 100644
--- a/emulators/gpsim-devel/Makefile
+++ b/emulators/gpsim-devel/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2018/03/12 11:15:32 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2018/04/16 14:33:49 wiz Exp $
#
DISTNAME= gpsim-20050905
-PKGREVISION= 31
+PKGREVISION= 32
CATEGORIES= emulators
MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
diff --git a/emulators/gpsim-devel/buildlink3.mk b/emulators/gpsim-devel/buildlink3.mk
index 58992782cba..027afbbcb90 100644
--- a/emulators/gpsim-devel/buildlink3.mk
+++ b/emulators/gpsim-devel/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.35 2018/03/12 11:15:32 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.36 2018/04/16 14:33:49 wiz Exp $
BUILDLINK_TREE+= gpsim
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gpsim
GPSIM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gpsim+= gpsim>=20050905
-BUILDLINK_ABI_DEPENDS.gpsim+= gpsim>=20050905nb31
+BUILDLINK_ABI_DEPENDS.gpsim+= gpsim>=20050905nb32
BUILDLINK_PKGSRCDIR.gpsim?= ../../emulators/gpsim-devel
.include "../../x11/gtk2/buildlink3.mk"
diff --git a/emulators/gpsim-oscilloscope/Makefile b/emulators/gpsim-oscilloscope/Makefile
index bf844d590ac..0487ffff4d5 100644
--- a/emulators/gpsim-oscilloscope/Makefile
+++ b/emulators/gpsim-oscilloscope/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2018/03/12 11:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2018/04/16 14:34:26 wiz Exp $
#
DISTNAME= oscilloscope-0.1.2
PKGNAME= gpsim-${DISTNAME}
-PKGREVISION= 28
+PKGREVISION= 29
CATEGORIES= emulators
MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
diff --git a/emulators/gpsim-ptyusart/Makefile b/emulators/gpsim-ptyusart/Makefile
index 45610536cc4..d36e6f2fc1c 100644
--- a/emulators/gpsim-ptyusart/Makefile
+++ b/emulators/gpsim-ptyusart/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2018/03/12 11:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2018/04/16 14:34:26 wiz Exp $
#
DISTNAME= ptyusart-0.3.2
PKGNAME= gpsim-${DISTNAME}
-PKGREVISION= 28
+PKGREVISION= 29
CATEGORIES= emulators
MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
diff --git a/emulators/gpsim/Makefile b/emulators/gpsim/Makefile
index bdcdd2cac66..b0e76c4bc98 100644
--- a/emulators/gpsim/Makefile
+++ b/emulators/gpsim/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2018/03/12 11:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2018/04/16 14:34:26 wiz Exp $
#
DISTNAME= gpsim-0.26.1
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsim/}
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index dad275905f5..2b8ed03f225 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2018/04/14 07:34:20 adam Exp $
+# $NetBSD: Makefile,v 1.83 2018/04/16 14:34:26 wiz Exp $
DISTNAME= mame-0.195
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/}
GITHUB_TAG= ${DISTNAME:S/-//S/.//}
diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile
index 35777b7e6fd..13add776f70 100644
--- a/emulators/nestopia/Makefile
+++ b/emulators/nestopia/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2018/04/16 14:34:26 wiz Exp $
#
DISTNAME= Nestopia140src
PKGNAME= nestopia-1.40h
-PKGREVISION= 25
+PKGREVISION= 26
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nestopia/}
EXTRACT_SUFX= .zip
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 86f9eb31a3b..4f25638643d 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.181 2018/03/15 22:00:48 jdolecek Exp $
+# $NetBSD: Makefile,v 1.182 2018/04/16 14:34:26 wiz Exp $
DISTNAME= qemu-2.11.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://download.qemu-project.org/
EXTRACT_SUFX= .tar.xz
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile
index 4b769d513d6..65d1dd356b8 100644
--- a/emulators/ski/Makefile
+++ b/emulators/ski/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2018/04/16 14:34:26 wiz Exp $
#
DISTNAME= ski-1.3.2
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ski/}
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
index 1a6307aee83..0a5ced6d20b 100644
--- a/emulators/snes9x-gtk/Makefile
+++ b/emulators/snes9x-gtk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2018/04/16 14:34:26 wiz Exp $
DISTNAME= snes9x-1.53-src
PKGNAME= snes9x-gtk-1.53.81
-PKGREVISION= 35
+PKGREVISION= 36
CATEGORIES= emulators
MASTER_SITES= http://snes9x-gtk.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile
index a3bc4c21727..10122cace25 100644
--- a/emulators/tme/Makefile
+++ b/emulators/tme/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2018/04/16 14:34:26 wiz Exp $
#
DISTNAME= tme-0.8
-PKGREVISION= 33
+PKGREVISION= 34
CATEGORIES= emulators
MASTER_SITES= http://csail.mit.edu/~fredette/tme/
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index f5a38b9f313..a505e0c1e0a 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2018/04/16 14:34:27 wiz Exp $
DISTNAME= uae-0.8.25
-PKGREVISION= 28
+PKGREVISION= 29
CATEGORIES= emulators
MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 6565431c486..6cdd21bd794 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.129 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2018/04/16 14:34:27 wiz Exp $
DISTNAME= vice-3.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/}
MASTER_SITES+= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index f0de8de5398..9ab95a9ef3c 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2018/04/16 14:34:27 wiz Exp $
DISTNAME= wine-1.9.18
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= emulators
MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=wine/}
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index a819cf16080..6b8e09df859 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.200 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.201 2018/04/16 14:34:27 wiz Exp $
DISTNAME= wine-1.6.2
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= emulators
MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=wine/}
diff --git a/emulators/xnp2/Makefile b/emulators/xnp2/Makefile
index 59a27a9479e..1c98902110b 100644
--- a/emulators/xnp2/Makefile
+++ b/emulators/xnp2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/04/16 14:34:27 wiz Exp $
DISTNAME= xnp2-0.86
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= emulators
MASTER_SITES= http://www.nonakap.org/np2/release/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile
index c46282880e2..7d71b33528e 100644
--- a/emulators/yabause/Makefile
+++ b/emulators/yabause/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2018/03/12 11:16:28 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2018/04/16 14:34:27 wiz Exp $
DISTNAME= yabause-0.9.14
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yabause/}