diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 01:10:08 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 01:10:08 +0800 |
commit | 8d3c62afa842e419e7c21d88bfc66fd664586226 (patch) | |
tree | 44853c5a8b7444bca5f58c9ab30266cab730517e /audio | |
parent | 4024d53a5faa313087447f08ce4e6f4132340aed (diff) | |
download | marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.gz marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.bz2 marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.lz marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.xz marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.zst marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.zip |
Update dbus to 0.93, add dbus-glib at 0.71, update py-dbus to 0.71, and chase
all dbus dependencies.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7616 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 6 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 0c474ff98..9f9c0e141 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.63 2006/06/29 05:21:11 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.64 2006/07/21 20:46:53 mezz Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -20,7 +20,7 @@ COMMENT= Audio player for the Gnome 2 desktop environment LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ id3tag.0:${PORTSDIR}/audio/libid3tag \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ - dbus-1.2:${PORTSDIR}/devel/dbus \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ soup-2.2.8:${PORTSDIR}/devel/libsoup \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 0c474ff98..9f9c0e141 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.63 2006/06/29 05:21:11 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.64 2006/07/21 20:46:53 mezz Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -20,7 +20,7 @@ COMMENT= Audio player for the Gnome 2 desktop environment LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ id3tag.0:${PORTSDIR}/audio/libid3tag \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ - dbus-1.2:${PORTSDIR}/devel/dbus \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ soup-2.2.8:${PORTSDIR}/devel/libsoup \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media |