Index: head/games/monkeybubble/Makefile
===================================================================
--- head/games/monkeybubble/Makefile
+++ head/games/monkeybubble/Makefile
@@ -3,7 +3,7 @@
 
 PORTNAME=	monkeybubble
 PORTVERSION=	0.4.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games gnome
 MASTER_SITES=	http://home.gna.org/monkeybubble/downloads/
 DISTNAME=	monkey-bubble-${PORTVERSION}
Index: head/games/monkeybubble/files/patch-src_audio_sound-manager.c
===================================================================
--- head/games/monkeybubble/files/patch-src_audio_sound-manager.c
+++ head/games/monkeybubble/files/patch-src_audio_sound-manager.c
@@ -0,0 +1,11 @@
+--- src/audio/sound-manager.c.orig	2017-05-09 13:02:38 UTC
++++ src/audio/sound-manager.c
+@@ -223,7 +223,7 @@ start_play(SoundManager *m, gchar * path) 
+     PRIVATE(m)->vorbis_dec = gst_element_factory_make("vorbisdec","vorbisdec");
+     PRIVATE(m)->audioconvert = gst_element_factory_make("audioconvert","audioconvert");
+     PRIVATE(m)->audioscale = gst_element_factory_make("audioscale", "audioscale");
+-    PRIVATE(m)->output =  gst_element_factory_make("alsasink", "alsa-output");
++    PRIVATE(m)->output =  gst_element_factory_make("autoaudiosink", "autoaudiosink");
+ 
+     PRIVATE(m)->current_music_path = g_strdup(path);
+