Hi ports@,

Here is a diff to update advancemame to 3.7 and package advancemess.

Since a few releases, the configure option to build either advancemame
or advancemess is no more, so both are built together. Therefore, there
is no sense in having two separate ports anymore.

I added a conflict marker and will remove the advancemess port once this
update goes in, required quirks entry included in this diff.

Comments? OK?

Index: emulators/advancemame/Makefile
===================================================================
RCS file: /cvs/ports/emulators/advancemame/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- emulators/advancemame/Makefile      11 Dec 2017 16:40:14 -0000      1.11
+++ emulators/advancemame/Makefile      21 Feb 2018 18:30:43 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      MAME port with advanced video support for monitors and TVs
 
-V =            3.6
+V =            3.7
 DISTNAME =     advancemame-$V
 
 CATEGORIES =   emulators games
@@ -36,7 +36,9 @@ post-patch:
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/obj/mame/generic/blend/advmame 
${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/obj/mess/generic/blend/advmess 
${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/doc/advmame.1 ${PREFIX}/man/man1
+       ${INSTALL_DATA} ${WRKSRC}/doc/advmame.1 ${PREFIX}/man/man1/advmess.1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/advancemame
        ${INSTALL_DATA} ${WRKSRC}/doc/advmame.txt 
${PREFIX}/share/doc/advancemame
 
Index: emulators/advancemame/distinfo
===================================================================
RCS file: /cvs/ports/emulators/advancemame/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- emulators/advancemame/distinfo      11 Dec 2017 16:40:14 -0000      1.7
+++ emulators/advancemame/distinfo      21 Feb 2018 18:30:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (advancemame-3.6.tar.gz) = Z1ndUkv98HHOuVpW34dGRpOjxi33zDEnrMfoP59GBs8=
-SIZE (advancemame-3.6.tar.gz) = 25614102
+SHA256 (advancemame-3.7.tar.gz) = NsiDBdxIXoX/hoVLPYu3XEyB+nNW9tv8v9al4ZIZmyw=
+SIZE (advancemame-3.7.tar.gz) = 25616260
Index: emulators/advancemame/pkg/PLIST
===================================================================
RCS file: /cvs/ports/emulators/advancemame/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- emulators/advancemame/pkg/PLIST     1 Sep 2016 14:30:11 -0000       1.1.1.1
+++ emulators/advancemame/pkg/PLIST     21 Feb 2018 18:30:43 -0000
@@ -1,5 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2016/09/01 14:30:11 fcambus Exp $
+@conflict advancemess-*
 @bin bin/advmame
+@bin bin/advmess
 @man man/man1/advmame.1
+@man man/man1/advmess.1
 share/doc/advancemame/
 share/doc/advancemame/advmame.txt
Index: devel/quirks/Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.564
diff -u -p -r1.564 Makefile
--- devel/quirks/Makefile       18 Feb 2018 11:08:30 -0000      1.564
+++ devel/quirks/Makefile       21 Feb 2018 18:30:43 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-2.409
+PKGNAME =      quirks-2.410
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: devel/quirks/files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.577
diff -u -p -r1.577 Quirks.pm
--- devel/quirks/files/Quirks.pm        18 Feb 2018 11:08:30 -0000      1.577
+++ devel/quirks/files/Quirks.pm        21 Feb 2018 18:30:43 -0000
@@ -499,6 +499,7 @@ my $stem_extensions = {
        'luabitop' => 'lua-bitop',
        'livestreamer' => 'streamlink',
        'newsbeuter' => 'newsboat',
+       'advancemess' => 'advancemame',
 };
 
 my $obsolete_reason = {

Reply via email to