diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/PC6001VX/Makefile | 4 | ||||
-rw-r--r-- | emulators/ckmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/mame/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/emulators/PC6001VX/Makefile b/emulators/PC6001VX/Makefile index f5cda22def8..cee043d1ec1 100644 --- a/emulators/PC6001VX/Makefile +++ b/emulators/PC6001VX/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2018/07/06 15:06:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/20 03:34:12 ryoon Exp $ VERSION= 2.33.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/ckmame/Makefile b/emulators/ckmame/Makefile index f1967012ccb..9905b312ada 100644 --- a/emulators/ckmame/Makefile +++ b/emulators/ckmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2018/04/17 22:29:38 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2018/07/20 03:34:12 ryoon Exp $ DISTNAME= ckmame-0.12 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= emulators MASTER_SITES= https://www.nih.at/ckmame/ EXTRACT_SUFX= .tar.xz diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 3561d6cefa9..58a39281a49 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2018/07/03 05:40:15 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2018/07/20 03:34:12 ryoon Exp $ DISTNAME= mame-0.199 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/} GITHUB_TAG= ${DISTNAME:S/-//S/.//} |