use MP3::Info instead of old MPEG::MP3Info which is no longer distributed

with newer versions of MP3::Info. remove useless MESSAGE while here.
This commit is contained in:
steven 2007-02-03 07:01:10 +00:00
parent 9ece792b31
commit 852417a39b
3 changed files with 14 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2005/02/07 19:01:48 pvalchev Exp $
# $OpenBSD: Makefile,v 1.19 2007/02/03 07:01:10 steven Exp $
COMMENT= "embedding CDDB information in MP3s"
DISTNAME= mp3cddb-0.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
HOMEPAGE= http://drewie.host.sk/mp3cddb/

View File

@ -0,0 +1,12 @@
$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;

View File

@ -1 +0,0 @@
see ${PREFIX}/share/doc/mp3cddb/readme.txt