From pgollucci@FreeBSD.org  Thu Jul  9 01:10:13 2009
Return-Path: <pgollucci@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4AE50106564A;
	Thu,  9 Jul 2009 01:10:13 +0000 (UTC)
	(envelope-from pgollucci@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 1EFCA8FC1C;
	Thu,  9 Jul 2009 01:10:13 +0000 (UTC)
	(envelope-from pgollucci@FreeBSD.org)
Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691AC7n081932;
	Thu, 9 Jul 2009 01:10:13 GMT
	(envelope-from pgollucci@freefall.freebsd.org)
Received: (from pgollucci@localhost)
	by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691ACEp081925;
	Thu, 9 Jul 2009 01:10:12 GMT
	(envelope-from pgollucci)
Message-Id: <200907090110.n691ACEp081925@freefall.freebsd.org>
Date: Thu, 9 Jul 2009 01:10:12 GMT
From: "Philip M. Gollucci" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: novel@freebsd.org
Subject: [PATCH] audio/p5-MP3-Tag: update to 1.11
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136484
>Category:       ports
>Synopsis:       [PATCH] audio/p5-MP3-Tag: update to 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 09 01:20:00 UTC 2009
>Closed-Date:    Tue Jul 14 23:54:02 UTC 2009
>Last-Modified:  Wed Jul 15 00:00:09 UTC 2009
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC
>Description:
- Update to 1.11

Port maintainer (novel@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-MP3-Tag-1.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/p5-MP3-Tag/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	12 May 2009 03:37:14 -0000	1.13
+++ Makefile	9 Jul 2009 01:09:51 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MP3-Tag
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	audio perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,7 +20,8 @@
 MAN3=		MP3::Tag.3 MP3::Tag::ID3v1.3 MP3::Tag::File.3 \
 		MP3::Tag::CDDB_File.3 MP3::Tag::ParseData.3 MP3::Tag::Inf.3 \
 		MP3::Tag::ID3v2.3 MP3::Tag::ID3v2-Data.3 MP3::Tag::LastResort.3 \
-		MP3::Tag::Cue.3 Normalize::Text::Music_Fields.3 MP3::Tag::ImageSize.3
+		MP3::Tag::Cue.3 Normalize::Text::Music_Fields.3 MP3::Tag::ImageSize.3 \
+		MP3::Tag::ImageExifTool.3
 
 CONFLICTS=	p5-tagged-0.*
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/audio/p5-MP3-Tag/distinfo,v
retrieving revision 1.11
diff -u -u -r1.11 distinfo
--- distinfo	12 May 2009 03:37:14 -0000	1.11
+++ distinfo	9 Jul 2009 01:09:51 -0000
@@ -1,3 +1,3 @@
-MD5 (MP3-Tag-1.10.tar.gz) = 5075f2d82c9a6b1065adfab2ce59e918
-SHA256 (MP3-Tag-1.10.tar.gz) = b38b23ec758b202083f212ccaa75937fe4b4bb1de940f22c9c3e7530348d4775
-SIZE (MP3-Tag-1.10.tar.gz) = 270682
+MD5 (MP3-Tag-1.11.tar.gz) = 728903a17476199746af3600f562e7d2
+SHA256 (MP3-Tag-1.11.tar.gz) = a7e99a6630b919079efdd9b094f8b064b130a0f9dc332255c0acb524a0cc50b8
+SIZE (MP3-Tag-1.11.tar.gz) = 272544
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/audio/p5-MP3-Tag/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	12 May 2009 03:37:14 -0000	1.6
+++ pkg-plist	9 Jul 2009 01:09:51 -0000
@@ -11,6 +11,7 @@
 %%SITE_PERL%%/MP3/Tag/Inf.pm
 %%SITE_PERL%%/MP3/Tag/Cue.pm
 %%SITE_PERL%%/MP3/Tag/ID3v2-Data.pod
+%%SITE_PERL%%/MP3/Tag/ImageExifTool.pm
 %%SITE_PERL%%/MP3/Tag/ImageSize.pm
 %%SITE_PERL%%/Normalize/Text/Music_Fields/L_van_Beethoven.comp
 %%SITE_PERL%%/Normalize/Text/Music_Fields/Music_Fields-rus.lst
--- p5-MP3-Tag-1.11.patch ends here ---

>Release-Note:
>Audit-Trail:
From: Roman Bogorodskiy <bogorodskiy@gmail.com>
To: "Philip M. Gollucci" <pgollucci@freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org, novel@freebsd.org
In-Reply-To: <200907090110.n691ACEp081925@freefall.freebsd.org>
Subject: Re: [PATCH] audio/p5-MP3-Tag: update to 1.11
References: <200907090110.n691ACEp081925@freefall.freebsd.org>

 Hello,
 
 If this patch has been tested on tinderbox and works fine it would be
 nice if you could commit it yourself, because I will not access to
 freebsd boxes in a next 2-3 weeks.
 
 Thanks,
 Roman Bogorodskiy
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Mon Jul 13 19:33:30 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136484 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Tue Jul 14 23:54:02 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136484 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136484: commit references a PR
Date: Tue, 14 Jul 2009 23:54:06 +0000 (UTC)

 pgollucci    2009-07-14 23:53:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/p5-MP3-Tag     Makefile distinfo pkg-plist 
   Log:
   - Update to 1.11
   
   PR:             ports/136484
   Approved by:    maintainer
   Submitted by:   myself (pgollucci@)
   
   Revision  Changes    Path
   1.14      +3 -2      ports/audio/p5-MP3-Tag/Makefile
   1.12      +3 -3      ports/audio/p5-MP3-Tag/distinfo
   1.7       +1 -0      ports/audio/p5-MP3-Tag/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
