diff options
author | jylefort <jylefort@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-28 16:03:53 +0800 |
---|---|---|
committer | jylefort <jylefort@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-28 16:03:53 +0800 |
commit | 8f84c6dbf0d6911cadfcfa8f9ddc16f22f50c9bf (patch) | |
tree | abf56be031e7fe1432266a34b3b3b961edc7df96 /audio | |
parent | edb1f02ae3ed67d6d9606ac4ee39d991418ce28d (diff) | |
download | marcuscom-ports-8f84c6dbf0d6911cadfcfa8f9ddc16f22f50c9bf.tar marcuscom-ports-8f84c6dbf0d6911cadfcfa8f9ddc16f22f50c9bf.tar.gz marcuscom-ports-8f84c6dbf0d6911cadfcfa8f9ddc16f22f50c9bf.tar.bz2 marcuscom-ports-8f84c6dbf0d6911cadfcfa8f9ddc16f22f50c9bf.tar.lz marcuscom-ports-8f84c6dbf0d6911cadfcfa8f9ddc16f22f50c9bf.tar.xz marcuscom-ports-8f84c6dbf0d6911cadfcfa8f9ddc16f22f50c9bf.tar.zst marcuscom-ports-8f84c6dbf0d6911cadfcfa8f9ddc16f22f50c9bf.zip |
Chase libid3tag update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4979 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 2db751fe8..3af1a44e4 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.38 2005/10/17 18:19:37 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.39 2005/10/23 10:29:00 kwm Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -18,7 +18,7 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Audio player for the Gnome 2 desktop environment LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - id3tag.2:${PORTSDIR}/audio/libid3tag \ + id3tag.0:${PORTSDIR}/audio/libid3tag \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ dbus-1.1:${PORTSDIR}/devel/dbus diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 2db751fe8..3af1a44e4 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.38 2005/10/17 18:19:37 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.39 2005/10/23 10:29:00 kwm Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -18,7 +18,7 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Audio player for the Gnome 2 desktop environment LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - id3tag.2:${PORTSDIR}/audio/libid3tag \ + id3tag.0:${PORTSDIR}/audio/libid3tag \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ dbus-1.1:${PORTSDIR}/devel/dbus |