diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-27 20:58:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-27 20:58:20 +0000 |
commit | be79b6ea2a71aaa6434e48dd8ccd8048b57cb182 (patch) | |
tree | 5a7c0b979c775b2261d3ca7b70a079df0e342976 /emulators | |
parent | 88a1ef4bc9aec3d803fb2af42e7a06a367a1ebb2 (diff) | |
download | pkgsrc-be79b6ea2a71aaa6434e48dd8ccd8048b57cb182.tar.gz |
*: recursive bump for ffmpeg4 switch to x264
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 4 | ||||
-rw-r--r-- | emulators/dosbox-x/Makefile | 4 | ||||
-rw-r--r-- | emulators/mgba/Makefile | 4 | ||||
-rw-r--r-- | emulators/retroarch/Makefile | 4 | ||||
-rw-r--r-- | emulators/vice/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 69743bd20ae..982bc6f4a5f 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2022/09/11 12:51:31 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2022/09/27 20:58:23 wiz Exp $ DISTNAME= dolphin-emu-5.0 -PKGREVISION= 32 +PKGREVISION= 33 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=dolphin-emu/} GITHUB_PROJECT= dolphin diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile index fd798c54205..a5fada11220 100644 --- a/emulators/dosbox-x/Makefile +++ b/emulators/dosbox-x/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2022/09/11 12:51:31 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2022/09/27 20:58:23 wiz Exp $ DISTNAME= dosbox-x-0.83.25 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=joncampbell123/} GITHUB_TAG= dosbox-x-v${PKGVERSION_NOREV} diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index 75a645eec86..2d7e855850a 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2022/09/11 12:51:33 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2022/09/27 20:58:23 wiz Exp $ DISTNAME= mgba-0.9.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mgba-emu/} diff --git a/emulators/retroarch/Makefile b/emulators/retroarch/Makefile index f1418a5c00e..b358175b9dc 100644 --- a/emulators/retroarch/Makefile +++ b/emulators/retroarch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2022/09/11 12:51:34 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2022/09/27 20:58:23 wiz Exp $ -PKGREVISION= 12 +PKGREVISION= 13 .include "version.mk" PKGNAME= retroarch-${RETROARCH_VERSION} diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 4a9eea6ce91..b5ba3d555a1 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.169 2022/09/11 12:51:35 wiz Exp $ +# $NetBSD: Makefile,v 1.170 2022/09/27 20:58:23 wiz Exp $ DISTNAME= vice-3.6.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/} |