Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 17:04:49 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98174: Update Port: audio/p5-MP3-Info 1.13->1.20
Message-ID:  <200605302304.k4UN4ne7095650@moondance.itsy-bitsy.net>
Resent-Message-ID: <200605302310.k4UNAGuM087265@freefall.freebsd.org>

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

>Number:         98174
>Category:       ports
>Synopsis:       Update Port: audio/p5-MP3-Info 1.13->1.20
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 23:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v1.13 to v1.20
- Add authors to pkg-descr
- Restrict port to at least Perl 5.6.0

* v1.20, Saturday, January 7, 2006

   * New maintainer & Sponsor: 
	Dan Sully - daniel | at | electricrain.com
	Slim Devices, Inc - dan | at | slimdevices.com
   * Read ReplayGain Information in:
	- RVA, RVAD and RVA2 tags.
	- COMM tags via J.River Media Center
	- PRIV tags via Windows Media Player
   * Unicode / Encode optimizations to only guess if the string isn't ascii.
   * Proper numeric genre decoding, now in tune with the ID3 spec.
   * Parse and return PIC & APIC data.
   * Handle multiple COMM and TCON tags.
   * Parse APE tags that are in the ID3v1 header space.
   * Parse USLT - Lyrics tags, used by iTunes.
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/p5-MP3-Info/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	10 Oct 2005 12:18:25 -0000	1.10
+++ Makefile	30 May 2006 23:04:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MP3-Info
-PORTVERSION=	1.13
+PORTVERSION=	1.20
 CATEGORIES=	audio perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=MP3
@@ -16,10 +16,15 @@
 COMMENT=	Manipulate / fetch info from MP3 audio files
 
 BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		MP3::Info.3 MPEG::MP3Info.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=	requires at least Perl 5.6.0.  Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/audio/p5-MP3-Info/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	22 Jan 2006 08:12:56 -0000	1.7
+++ distinfo	30 May 2006 23:04:09 -0000
@@ -1,3 +1,2 @@
-MD5 (MP3-Info-1.13.tar.gz) = 6f7bee09a5a78d7a6bc3a3c7cf1c3354
-SHA256 (MP3-Info-1.13.tar.gz) = 65a09844d0442737bc595a9206393db9d2352d6487984ff9bd07238ab5854950
-SIZE (MP3-Info-1.13.tar.gz) = 96024
+MD5 (MP3-Info-1.20.tar.gz) = ffb3427089a6b5f56e35e5b2ab902d29
+SIZE (MP3-Info-1.20.tar.gz) = 99599
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/audio/p5-MP3-Info/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	21 Sep 2005 19:35:35 -0000	1.2
+++ pkg-descr	30 May 2006 23:04:09 -0000
@@ -1,6 +1,8 @@
 Manipulate / fetch info from MP3 audio files.
 
 WWW: http://search.cpan.org/dist/MP3-Info/
+Authors: Dan Sully <dan@slimdevices.com>
+         Chris Nandor <pudge@pobox.com>
 
 - Leo Kim
 leo@florida.sarang.net
--- submission.txt ends here ---


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



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