diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-05 08:57:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-05 08:57:29 +0000 |
commit | f6af2dc3b4eda97267f413769128a7479e33974c (patch) | |
tree | b485290ff63cbc561e226f7bd67103068a770874 /audio/gnome-media/Makefile | |
parent | Update to 0.9.90. (diff) |
Add support for the CDDB 210 result code. This fixes problems where discs
with multiple CDDB entries would not have their titles properly populated in
applications such as gnome-cd and goobox.
Notes
Notes:
svn path=/head/; revision=130401
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r-- | audio/gnome-media/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index 515822e8eb21..7da933a5a0cf 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomemedia2 PORTVERSION= 2.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-media/2.8 |