openbsd-ports/audio/mp3cddb/patches/patch-mp3cddb
steven 852417a39b use MP3::Info instead of old MPEG::MP3Info which is no longer distributed
with newer versions of MP3::Info. remove useless MESSAGE while here.
2007-02-03 07:01:10 +00:00

13 lines
263 B
Plaintext

$OpenBSD: patch-mp3cddb,v 1.3 2007/02/03 07:01:10 steven Exp $
--- mp3cddb.orig Sat Feb 3 07:57:24 2007
+++ mp3cddb Sat Feb 3 07:57:41 2007
@@ -9,7 +9,7 @@
use strict;
use vars qw($dir);
-use MPEG::MP3Info;
+use MP3::Info;
use CDDB;
use File::Basename;