diff options
author | anholt <anholt@FreeBSD.org> | 2003-11-09 11:29:42 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-11-09 11:29:42 +0000 |
commit | 995415ec0888ea4b3bb0b76b8624de9ce6f0b1a9 (patch) | |
tree | 52a26c67866b887a7c04584ea284e504242ff2ed /audio/cdparanoia/Makefile | |
parent | 55164647e53ea8ff63f4e3d9be97842ffdd20049 (diff) | |
download | FreeBSD-ports-995415ec0888ea4b3bb0b76b8624de9ce6f0b1a9.zip FreeBSD-ports-995415ec0888ea4b3bb0b76b8624de9ce6f0b1a9.tar.gz |
- Fix ripping on -current now that CDIOCREADAUDIO is gone.
- Scan for cd devices without "c" on the end first.
PR: ports/57226
ports/58982
ports/58994
Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net>
Simon Barner <barner@in.tum.de>
Approved by: maintainer (in principle)
Tested with: Mogwai - Happy Songs For Happy People
Diffstat (limited to 'audio/cdparanoia/Makefile')
-rw-r--r-- | audio/cdparanoia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile index 63c5acf..c33d682 100644 --- a/audio/cdparanoia/Makefile +++ b/audio/cdparanoia/Makefile @@ -7,7 +7,7 @@ PORTNAME= cdparanoia PORTVERSION= 3.9.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio sysutils MASTER_SITES= http://www.xiph.org/paranoia/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^3\./III-alpha/} |