Unbreak after recent py-gobject update, ok ? Cheers Giovanni
Index: Makefile =================================================================== RCS file: /cvs/ports/audio/exaile/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile 26 Nov 2010 07:07:56 -0000 1.15 +++ Makefile 24 Mar 2011 18:07:28 -0000 @@ -3,7 +3,7 @@ COMMENT = music manager and player for GTK+ written in Python V = 0.3.2 -P = 0 +P = 1 DISTNAME = exaile-${V}.${P} CATEGORIES = audio x11 Index: distinfo =================================================================== RCS file: /cvs/ports/audio/exaile/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 13 Oct 2010 17:11:10 -0000 1.5 +++ distinfo 24 Mar 2011 18:07:28 -0000 @@ -1,5 +1,5 @@ -MD5 (exaile-0.3.2.0.tar.gz) = /dH3URgDKlqgkyy0SbLFMw== -RMD160 (exaile-0.3.2.0.tar.gz) = cPKPcerBAXiim6uYhEoaHkjzkAY= -SHA1 (exaile-0.3.2.0.tar.gz) = CAFatkf1uDmXvS8ch8FNPSh/0+c= -SHA256 (exaile-0.3.2.0.tar.gz) = dXHbiNtUU9CWde1w2L1QRoJbbnt56nawFwfhHNFGCes= -SIZE (exaile-0.3.2.0.tar.gz) = 2082057 +MD5 (exaile-0.3.2.1.tar.gz) = fs+p5SqfKIJxezSDUYtgSw== +RMD160 (exaile-0.3.2.1.tar.gz) = 522xWoCpprJaCU5ApZeSU5n99I8= +SHA1 (exaile-0.3.2.1.tar.gz) = huFFGrnm+WB3yd/Fnuo9TcywDPA= +SHA256 (exaile-0.3.2.1.tar.gz) = 2z5be7StU23zH3+YJFbvCu+TUCGvzQBMh1UxdYQwD/Y= +SIZE (exaile-0.3.2.1.tar.gz) = 2061448 Index: patches/patch-data_exaile_desktop =================================================================== RCS file: /cvs/ports/audio/exaile/patches/patch-data_exaile_desktop,v retrieving revision 1.5 diff -u -p -r1.5 patch-data_exaile_desktop --- patches/patch-data_exaile_desktop 13 Oct 2010 17:11:10 -0000 1.5 +++ patches/patch-data_exaile_desktop 24 Mar 2011 18:07:28 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-data_exaile_desktop,v 1.5 2010/10/13 17:11:10 giovanni Exp $ ---- data/exaile.desktop.orig Sat Jun 26 01:21:23 2010 -+++ data/exaile.desktop Tue Oct 12 12:53:45 2010 +--- data/exaile.desktop.orig Sun Feb 13 16:17:38 2011 ++++ data/exaile.desktop Thu Mar 24 18:48:50 2011 @@ -33,7 +33,7 @@ Comment[pl]=SÅuchanie, przeglÄ danie i modyfikowanie Comment[sv]=Spela, utforska och hantera din musiksamling Comment[pt_BR]=Escute, gerencie ou edite sua coleção de músicas Index: patches/patch-plugins_Makefile =================================================================== RCS file: /cvs/ports/audio/exaile/patches/patch-plugins_Makefile,v retrieving revision 1.3 diff -u -p -r1.3 patch-plugins_Makefile --- patches/patch-plugins_Makefile 21 Apr 2010 07:02:42 -0000 1.3 +++ patches/patch-plugins_Makefile 24 Mar 2011 18:07:28 -0000 @@ -1,17 +1,20 @@ $OpenBSD: patch-plugins_Makefile,v 1.3 2010/04/21 07:02:42 giovanni Exp $ ---- plugins/Makefile.orig Tue Mar 16 02:52:51 2010 -+++ plugins/Makefile Wed Mar 17 19:05:05 2010 -@@ -1,7 +1,6 @@ --PREFIX ?= /usr/local +--- plugins/Makefile.orig Sun Feb 13 16:17:38 2011 ++++ plugins/Makefile Thu Mar 24 18:50:00 2011 +@@ -1,31 +1,31 @@ + PREFIX ?= /usr/local -PLUGINSDIR = /share/exaile/plugins/ +PLUGINSDIR = /share/exaile/data/plugins/ --INSTALL_PLUGINS = `python list.py` -+INSTALL_PLUGINS = `${MODPY_BIN} list.py` +-INSTALL_PLUGINS = `python list.py main` +-EXTRA_PLUGINS = `python list.py extra` ++INSTALL_PLUGINS = `${MODPY_BIN} list.py main` ++EXTRA_PLUGINS = `${MODPY_BIN} list.py extra` - # EXTRA_PLUGINS = ipconsole \ - # helloworld -@@ -12,22 +11,22 @@ all: compile +-DIST_PLUGINS = `python list.py all` ++DIST_PLUGINS = `${MODPY_BIN} list.py all` + + all: compile dist: mkdir -p ../dist/plugins/ Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/audio/exaile/pkg/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- pkg/PLIST 13 Oct 2010 17:11:10 -0000 1.7 +++ pkg/PLIST 24 Mar 2011 18:07:29 -0000 @@ -840,11 +840,6 @@ share/exaile/data/plugins/screensaverpau share/exaile/data/plugins/screensaverpause/__init__.py share/exaile/data/plugins/screensaverpause/__init__.pyc share/exaile/data/plugins/screensaverpause/__init__.pyo -share/exaile/data/plugins/shoutcast/ -share/exaile/data/plugins/shoutcast/PLUGININFO -share/exaile/data/plugins/shoutcast/__init__.py -share/exaile/data/plugins/shoutcast/__init__.pyc -share/exaile/data/plugins/shoutcast/__init__.pyo share/exaile/data/plugins/shutdown/ share/exaile/data/plugins/shutdown/PLUGININFO share/exaile/data/plugins/shutdown/__init__.py