diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-11-23 08:06:28 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-11-23 08:06:28 +0000 |
commit | 2b78aa66464f5b0412968d7db8d62021d1288d11 (patch) | |
tree | 298a0b3a7eb7b3f235db0c4eedb180bd50f2facd /emulators | |
parent | 3bcfc53da079df34e0f74fcc869894e80ff5f935 (diff) | |
download | pkgsrc-2b78aa66464f5b0412968d7db8d62021d1288d11.tar.gz |
Recursive revbump from multimedia/libva
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/PC6001VX/Makefile | 4 | ||||
-rw-r--r-- | emulators/libretro-ppsspp/Makefile | 3 | ||||
-rw-r--r-- | emulators/retroarch/Makefile | 4 | ||||
-rw-r--r-- | emulators/vice/Makefile | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/emulators/PC6001VX/Makefile b/emulators/PC6001VX/Makefile index 73fcf56d80a..96bfb23a5b7 100644 --- a/emulators/PC6001VX/Makefile +++ b/emulators/PC6001VX/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2018/11/12 03:52:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2018/11/23 08:06:30 ryoon Exp $ VERSION= 3.0.0 DISTNAME= PC6001VX_${VERSION}_src PKGNAME= ${DISTNAME:S/_src//:S/_/-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://eighttails.up.seesaa.net/bin/ diff --git a/emulators/libretro-ppsspp/Makefile b/emulators/libretro-ppsspp/Makefile index 6ce6ae50ac8..3f76cc15746 100644 --- a/emulators/libretro-ppsspp/Makefile +++ b/emulators/libretro-ppsspp/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2018/08/14 12:55:41 nia Exp $ +# $NetBSD: Makefile,v 1.2 2018/11/23 08:06:30 ryoon Exp $ PKGNAME= libretro-ppsspp-1.6.3 +PKGREVISION= 1 CATEGORIES= emulators MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/emulators/retroarch/Makefile b/emulators/retroarch/Makefile index 99711f8c51e..3f09a09da08 100644 --- a/emulators/retroarch/Makefile +++ b/emulators/retroarch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2018/11/12 03:52:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2018/11/23 08:06:30 ryoon Exp $ PKGNAME= retroarch-${RETROARCH_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 DISTNAME= RetroArch-${RETROARCH_VERSION} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/RetroArch/releases/download/v${RETROARCH_VERSION}/} diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 6ab596ea46f..c19d8338d1e 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.134 2018/11/14 22:21:26 kleink Exp $ +# $NetBSD: Makefile,v 1.135 2018/11/23 08:06:30 ryoon Exp $ DISTNAME= vice-3.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/} #MASTER_SITES+= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ |