git: c77e4f098f40 - main - audio/libgme: Take maintainership

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Mon, 14 Aug 2023 08:53:29 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c77e4f098f40d37206d12e7ce505109312c56575

commit c77e4f098f40d37206d12e7ce505109312c56575
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-08-14 08:18:06 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-08-14 08:29:05 +0000

    audio/libgme: Take maintainership
    
    Take maintainership as this port is required by audio/ocp. While here,
    pacify portclippy/portfmt and add an additional mirror.
---
 audio/libgme/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile
index 768cfe8ed631..80eb00833cfe 100644
--- a/audio/libgme/Makefile
+++ b/audio/libgme/Makefile
@@ -2,10 +2,11 @@ PORTNAME=	libgme
 DISTVERSION=	0.6.3
 PORTREVISION=	1
 CATEGORIES=	audio
-MASTER_SITES=	https://bitbucket.org/mpyne/game-music-emu/downloads/
+MASTER_SITES=	https://bitbucket.org/mpyne/game-music-emu/downloads/ \
+		LOCAL/ehaupt
 DISTNAME=	game-music-emu-${DISTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Collection of video game music emulators
 WWW=		https://bitbucket.org/mpyne/game-music-emu
 
@@ -16,10 +17,10 @@ USES=		cmake compiler:c++11-lang dos2unix tar:xz
 DOS2UNIX_FILES=	${PORTDOCS}
 USE_LDCONFIG=	yes
 
-PORTDOCS=	changes.txt design.txt gme.txt readme.txt
-
 CMAKE_OFF=	ENABLE_UBSAN
 
+PORTDOCS=	changes.txt design.txt gme.txt readme.txt
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch: