diff --git a/audio/goattracker/Makefile b/audio/goattracker/Makefile index c8f3af36df6..75223a6d754 100644 --- a/audio/goattracker/Makefile +++ b/audio/goattracker/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:43:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/04/15 13:31:42 fcambus Exp $ COMMENT = crossplatform music editor for creating Commodore 64 music V = 2.75 DISTNAME = GoatTracker_${V} PKGNAME = goattracker-${V} +REVISION = 0 CATEGORIES = audio @@ -12,8 +13,6 @@ EXTRACT_SUFX = .zip HOMEPAGE = http://covertbitops.c64.org/ -MAINTAINER = Frederic Cambus - # GPLv2+ PERMIT_PACKAGE = Yes diff --git a/audio/milkytracker/Makefile b/audio/milkytracker/Makefile index 5ba570da803..e169479cb34 100644 --- a/audio/milkytracker/Makefile +++ b/audio/milkytracker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2019/11/17 19:01:53 fcambus Exp $ +# $OpenBSD: Makefile,v 1.24 2020/04/15 13:31:42 fcambus Exp $ COMMENT = Fasttracker II inspired MOD tracker @@ -7,14 +7,12 @@ GH_PROJECT = MilkyTracker GH_TAGNAME = v1.02.00 PKGNAME = ${DISTNAME:L} -REVISION = 4 +REVISION = 5 CATEGORIES = audio HOMEPAGE = http://milkytracker.titandemo.org/ -MAINTAINER = Frederic Cambus - # GPLv3+ PERMIT_PACKAGE = Yes diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile index f78173094c4..64f28fb542b 100644 --- a/audio/schismtracker/Makefile +++ b/audio/schismtracker/Makefile @@ -1,17 +1,16 @@ -# $OpenBSD: Makefile,v 1.21 2019/08/08 12:54:32 fcambus Exp $ +# $OpenBSD: Makefile,v 1.22 2020/04/15 13:31:42 fcambus Exp $ COMMENT = open-source reimplementation of Impulse Tracker V = 20190805 DISTNAME = schismtracker-${V}.source PKGNAME = schismtracker-${V} +REVISION = 0 CATEGORIES = audio x11 HOMEPAGE = http://schismtracker.org/ -MAINTAINER = Frederic Cambus - # GPLv2+ PERMIT_PACKAGE = Yes diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile index 28b3a8a5b30..0e9628571d0 100644 --- a/emulators/advancemame/Makefile +++ b/emulators/advancemame/Makefile @@ -1,17 +1,15 @@ -# $OpenBSD: Makefile,v 1.16 2019/07/14 02:16:51 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2020/04/15 13:31:42 fcambus Exp $ COMMENT = MAME port with advanced video support for monitors and TVs V = 3.9 DISTNAME = advancemame-$V -REVISION = 0 +REVISION = 1 CATEGORIES = emulators games HOMEPAGE = https://www.advancemame.it/ -MAINTAINER = Frederic Cambus - # GPLv2+ and MAME License PERMIT_PACKAGE = unclear license PERMIT_DISTFILES = unclear license diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 787a86ec468..5210f4aed3a 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/01/03 11:53:44 fcambus Exp $ +# $OpenBSD: Makefile,v 1.8 2020/04/15 13:31:42 fcambus Exp $ COMMENT = Atari 8-bit computer systems and 5200 game console emulator @@ -6,13 +6,12 @@ V = 4.2.0 DISTNAME = atari800-${V}-src PKGNAME = ${DISTNAME:S/-src//} EXTRACT_SUFX= .tgz +REVISION = 0 CATEGORIES = emulators HOMEPAGE = https://atari800.github.io/ -MAINTAINER = Frederic Cambus - # GPLv2+ PERMIT_PACKAGE = Yes diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 96ea27d79d0..f16fc9c04f2 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2019/11/08 15:53:22 fcambus Exp $ +# $OpenBSD: Makefile,v 1.17 2020/04/15 13:31:42 fcambus Exp $ ONLY_FOR_ARCHS = i386 amd64 powerpc arm @@ -7,14 +7,12 @@ COMMENT = Atari ST/STE/TT/Falcon emulator V = 2.2.1 DISTNAME = hatari-${V} EXTRACT_SUFX = .tar.bz2 -REVISION = 2 +REVISION = 3 CATEGORIES = emulators HOMEPAGE = https://hatari.tuxfamily.org/ -MAINTAINER = Frederic Cambus - # GPLv2+ PERMIT_PACKAGE = Yes diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index bab83aab1be..c6ae26507c8 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2020/04/06 12:26:06 fcambus Exp $ +# $OpenBSD: Makefile,v 1.39 2020/04/15 13:31:42 fcambus Exp $ BROKEN-i386 = broken on 32-bit; enum in src/frontend/mame/ui/videoopt.h starting at 0x80000000 ONLY_FOR_ARCHS = amd64 i386 @@ -12,13 +12,12 @@ GH_ACCOUNT = mamedev GH_PROJECT = mame GH_TAGNAME = mame0${V} DISTNAME = mame-0.${V} +REVISION = 0 CATEGORIES = emulators HOMEPAGE = https://mamedev.org/ -MAINTAINER = Frederic Cambus - # GPLv2+ PERMIT_PACKAGE = Yes diff --git a/emulators/virtualjaguar/Makefile b/emulators/virtualjaguar/Makefile index 8312ba10f22..3cf4e60406b 100644 --- a/emulators/virtualjaguar/Makefile +++ b/emulators/virtualjaguar/Makefile @@ -1,18 +1,16 @@ -# $OpenBSD: Makefile,v 1.11 2019/07/12 20:46:10 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/04/15 13:31:42 fcambus Exp $ COMMENT = Atari Jaguar emulator V = 2.1.3 DISTNAME = virtualjaguar-${V} EXTRACT_SUFX = .tar.bz2 -REVISION = 0 +REVISION = 1 CATEGORIES = emulators games HOMEPAGE = https://icculus.org/virtualjaguar/ -MAINTAINER = Frederic Cambus - # GPLv3+ PERMIT_PACKAGE = Yes diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 792f43636ee..a33568e0a8b 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2020/02/06 10:37:26 fcambus Exp $ +# $OpenBSD: Makefile,v 1.11 2020/04/15 13:31:42 fcambus Exp $ COMMENT = bitmap paint program inspired by Deluxe Paint and Brilliance @@ -6,13 +6,12 @@ V = 2.7 DISTNAME = grafx2-${V}.2945-src PKGNAME = grafx2-${V} EXTRACT_SUFX = .tgz +REVISION = 0 CATEGORIES = graphics HOMEPAGE = https://pulkomandy.tk/projects/GrafX2 -MAINTAINER = Frederic Cambus - # GPLv2 only PERMIT_PACKAGE = Yes diff --git a/lang/brandy/Makefile b/lang/brandy/Makefile index dab531d85ae..bc00a566d44 100644 --- a/lang/brandy/Makefile +++ b/lang/brandy/Makefile @@ -1,16 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:47:16 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/04/15 13:31:42 fcambus Exp $ COMMENT = interpreter for BBC Basic (Basic V) DISTNAME = brandy-1.20.1 -REVISION = 0 +REVISION = 1 CATEGORIES = lang HOMEPAGE = http://jaguar.orpheusweb.co.uk/branpage.html -MAINTAINER = Frederic Cambus - # GPLv2+ PERMIT_PACKAGE = Yes diff --git a/net/cgterm/Makefile b/net/cgterm/Makefile index ef64ed64475..5c63bad6bc4 100644 --- a/net/cgterm/Makefile +++ b/net/cgterm/Makefile @@ -1,16 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:48:24 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/04/15 13:31:42 fcambus Exp $ COMMENT = C/G telnet client for C64 BBSes DISTNAME = cgterm-1.6 -REVISION = 0 +REVISION = 1 CATEGORIES = net HOMEPAGE = https://paradroid.automac.se/cgterm/ -MAINTAINER = Frederic Cambus - # BSD PERMIT_PACKAGE = Yes diff --git a/x11/coma/Makefile b/x11/coma/Makefile index 3b51d7d60c1..48645c6470c 100644 --- a/x11/coma/Makefile +++ b/x11/coma/Makefile @@ -1,15 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 2019/08/21 20:35:27 fcambus Exp $ +# $OpenBSD: Makefile,v 1.4 2020/04/15 13:31:42 fcambus Exp $ COMMENT = keyboard driven tiling window manager DISTNAME = coma-1.1 +REVISION = 0 CATEGORIES = x11 HOMEPAGE = https://coma.one/wm/ -MAINTAINER = Frederic Cambus - # ISC PERMIT_PACKAGE = Yes