Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Jul 2003 15:36:16 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        m@absolight.net
Subject:   ports/54261: update audio/p5-MPEG-ID3v2Tag
Message-ID:  <20030709133616.E44EC7D3F@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307091340.h69De3Sb093469@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54261
>Category:       ports
>Synopsis:       update audio/p5-MPEG-ID3v2Tag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 06:40:02 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Update audio/p5-MPEG-ID3v2Tag to 0.36

Thomas Winkler patch - parse can now take a tag as string instead of an open
filehandle.  Text fields now support UNICODE, but forces the data to
iso-8859-1.  COMM now has a parse method.

>How-To-Repeat:
>Fix:

--- p5-MPEG-ID3v2Tag-0.36.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/p5-MPEG-ID3v2Tag/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	20 Feb 2003 16:49:48 -0000	1.7
+++ Makefile	9 Jul 2003 13:32:42 -0000
@@ -6,18 +6,17 @@
 #
 
 PORTNAME=	MPEG-ID3v2Tag
-PORTVERSION=	0.35
+PORTVERSION=	0.36
 CATEGORIES=	audio perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	MPEG
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	m@absolight.net
 COMMENT=	Perl module that provides a way to write/read ID3 v2.3 tags
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		MPEG::ID3v2Tag.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/p5-MPEG-ID3v2Tag/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	4 Feb 2003 11:52:06 -0000	1.3
+++ distinfo	9 Jul 2003 13:32:42 -0000
@@ -1 +1 @@
-MD5 (MPEG-ID3v2Tag-0.35.tar.gz) = 934921a35b7d3c7570fe01b91209fd16
+MD5 (MPEG-ID3v2Tag-0.36.tar.gz) = 55bf50e788b5558af82d0fc5016e3442
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/audio/p5-MPEG-ID3v2Tag/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	5 Aug 2001 04:53:26 -0000	1.2
+++ pkg-descr	9 Jul 2003 13:32:42 -0000
@@ -3,6 +3,6 @@
 it's easy to add support for more.
 
 Author: mjd@mp3.com
-WWW: http://search.cpan.org/search?dist=MPEG-ID3v2Tag
+WWW: http://search.cpan.org/dist/MPEG-ID3v2Tag/
 
 --will
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/p5-MPEG-ID3v2Tag/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	5 Aug 2001 04:53:26 -0000	1.3
+++ pkg-plist	9 Jul 2003 13:32:42 -0000
@@ -1,7 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/MPEG/ID3v2Tag.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MPEG/ID3v2Tag/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MPEG/ID3v2Tag
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MPEG 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MPEG 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MPEG 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MPEG 2>/dev/null || true
+%%SITE_PERL%%/MPEG/ID3v2Tag.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/MPEG/ID3v2Tag/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MPEG/ID3v2Tag
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MPEG 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/MPEG 2>/dev/null || true
--- p5-MPEG-ID3v2Tag-0.36.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030709133616.E44EC7D3F>