diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-16 20:02:53 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-16 20:02:53 +0000 |
commit | ab1094748aaa941df3bb50c1ec684e410764981b (patch) | |
tree | ebe33dfa8b8ac17aaea58e311860edec96fc53da /audio/gnome-media/Makefile | |
parent | c653468fc0091a9d77c112cf0a7c4b649c3129a5 (diff) | |
download | FreeBSD-ports-ab1094748aaa941df3bb50c1ec684e410764981b.zip FreeBSD-ports-ab1094748aaa941df3bb50c1ec684e410764981b.tar.gz |
Add some CD-related fixes to gnomemedia. Bump PORTREVISION.
* Allow CDDB submissions to work correctly
* Make sure the file descriptor passed to ioctl() is open first. This allows
gtcd to read the CD volume as something other than 0.
Submitted by: Arne H Juul <Arne.Juul@fast.no>
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r-- | audio/gnome-media/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index cbb0f9b..b66b7be 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomemedia PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-media |