diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-21 00:13:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-21 00:13:25 +0800 |
commit | fbbe602b0704cb4e8864246e6933f1a3bf46e731 (patch) | |
tree | 3231f6a22584ae5f9be16d4dc31c7e9439a19ca6 /audio/rhythmbox-devel | |
parent | 47947688ca0ca2648583670c82d65b2640617ecd (diff) | |
download | freebsd-ports-gnome-fbbe602b0704cb4e8864246e6933f1a3bf46e731.tar.gz freebsd-ports-gnome-fbbe602b0704cb4e8864246e6933f1a3bf46e731.tar.zst freebsd-ports-gnome-fbbe602b0704cb4e8864246e6933f1a3bf46e731.zip |
Fix the Python console plug-in.
Obtained from: MarcusCom CVS
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 1 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 884de328b4aa..ea6059b9a082 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py b/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py new file mode 100644 index 000000000000..c0ae9e0a962b --- /dev/null +++ b/audio/rhythmbox-devel/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 + |