Patch no longer needed.

This commit is contained in:
angelos 2001-03-13 19:45:02 +00:00
parent c426d7e2ce
commit 80ae150c32
2 changed files with 2 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2001/03/13 02:53:29 angelos Exp $
# $OpenBSD: Makefile,v 1.11 2001/03/13 19:45:02 angelos Exp $
DISTNAME= mp3cddb-0.1
CATEGORIES= audio
@ -9,7 +9,7 @@ RUN_DEPENDS= ${PREFIX}/libdata/perl5/site_perl/MPEG/MP3Info.pm::audio/p5-MP3-Inf
${PREFIX}/libdata/perl5/site_perl/CDDB.pm::audio/p5-cddb \
mp3info::audio/mp3info
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
MAINTAINER= ports@openbsd.org
LICENSE_TYPE= GPL

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-mp3cddbtag,v 1.1 2001/03/08 18:22:00 espie Exp $
--- mp3cddbtag.orig Fri Nov 26 20:40:20 1999
+++ mp3cddbtag Thu Mar 8 15:07:00 2001
@@ -29,7 +29,7 @@ echo "($artist_album / $album)..."
echo tagging $files tracks...
-for i in `seq 1 $files`; do
+for i in `jot $files`; do
file=$(egrep "^$i.FILE: " $1 | cut -d' ' -f2-)
title=$(uppercase `egrep "^$i.TITLE: " $1 | cut -d' ' -f2-`)
artist=$(uppercase `egrep "^$i.ARTIST: " $1 | cut -d' ' -f2-`)