diff options
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index a1fd06b42..5823ebed4 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.50 2006/04/17 07:43:45 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.51 2006/04/19 06:18:55 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py b/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py new file mode 100644 index 000000000..c0ae9e0a9 --- /dev/null +++ b/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py @@ -0,0 +1,10 @@ +--- plugins/pythonconsole/pythonconsole.py.orig Wed Apr 19 17:24:43 2006 ++++ plugins/pythonconsole/pythonconsole.py Wed Apr 19 17:24:53 2006 +@@ -31,6 +31,7 @@ + import gobject + import gtk + import pango ++import rhythmdb + from gettext import gettext as _ + import rb + |