summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-08-14 10:18:06 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-08-14 10:29:05 +0200
commitc77e4f098f40d37206d12e7ce505109312c56575 (patch)
treeea392dc8fe1da69cee99a7be98cc051d8a9f7cf1 /audio
parentnet/xrdp-devel: Update dependency after pulseaudio update (diff)
audio/libgme: Take maintainership
Take maintainership as this port is required by audio/ocp. While here, pacify portclippy/portfmt and add an additional mirror.
Diffstat (limited to 'audio')
-rw-r--r--audio/libgme/Makefile9
1 files 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: