From nobody@FreeBSD.org  Mon Jun  8 21:50:00 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 78DD8106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Jun 2009 21:50:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 669048FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Jun 2009 21:50:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n58Lo0BU083545
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Jun 2009 21:50:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n58Lo0H6083538;
	Mon, 8 Jun 2009 21:50:00 GMT
	(envelope-from nobody)
Message-Id: <200906082150.n58Lo0H6083538@www.freebsd.org>
Date: Mon, 8 Jun 2009 21:50:00 GMT
From: Edmondas Girkantas <eg@fbsd.lt>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] graphics/p5-Imager-Graph to 0.07
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: ychsiao@ychsiao.org

>Number:         135391
>Category:       ports
>Synopsis:       [UPDATE] graphics/p5-Imager-Graph to 0.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 08 22:00:16 UTC 2009
>Closed-Date:    Mon Jun 15 13:52:49 UTC 2009
>Last-Modified:  Mon Jun 15 14:00:14 UTC 2009
>Originator:     Edmondas Girkantas
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD big.bug.lt 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
updated to 0.07 version

changelog here:
http://cpansearch.perl.org/src/TONYC/Imager-Graph-0.07/Changes
>How-To-Repeat:

>Fix:
apply given patch

Patch attached with submission follows:

diff -ruN p5-Imager-Graph.orig/Makefile p5-Imager-Graph/Makefile
--- p5-Imager-Graph.orig/Makefile	2009-06-09 00:24:12.000000000 +0300
+++ p5-Imager-Graph/Makefile	2009-06-09 00:43:50.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Imager-Graph
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,6 +19,9 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Imager::Graph.3 Imager::Graph::Util.3 Imager::Graph::Pie.3
+MAN3=	Imager::Graph.3 Imager::Graph::Bar.3 Imager::Graph::Column.3 \
+	Imager::Graph::Horizontal.3 Imager::Graph::Line.3 \
+	Imager::Graph::Pie.3 Imager::Graph::StackedColumn.3 \
+	Imager::Graph::Util.3 Imager::Graph::Vertical.3
 
 .include <bsd.port.mk>
diff -ruN p5-Imager-Graph.orig/distinfo p5-Imager-Graph/distinfo
--- p5-Imager-Graph.orig/distinfo	2009-06-09 00:24:12.000000000 +0300
+++ p5-Imager-Graph/distinfo	2009-06-09 00:24:22.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (Imager-Graph-0.06.tar.gz) = b8a36c61cea6bb9d172d4d82dff106f3
-SHA256 (Imager-Graph-0.06.tar.gz) = ef44008daf14ff4a5a1e5c979826ecd6456bcf79648c72dd11ba86b9443512f2
-SIZE (Imager-Graph-0.06.tar.gz) = 127727
+MD5 (Imager-Graph-0.07.tar.gz) = 574440496c9199dfe6b42ffddb105c3d
+SHA256 (Imager-Graph-0.07.tar.gz) = 0a04fae1536287158bacc11b61e3ce3cc46f1e9ab255dfd5ef8b266e5a05105e
+SIZE (Imager-Graph-0.07.tar.gz) = 179865
diff -ruN p5-Imager-Graph.orig/pkg-plist p5-Imager-Graph/pkg-plist
--- p5-Imager-Graph.orig/pkg-plist	2009-06-09 00:24:12.000000000 +0300
+++ p5-Imager-Graph/pkg-plist	2009-06-09 00:36:28.000000000 +0300
@@ -1,6 +1,12 @@
 %%SITE_PERL%%/Imager/Graph.pm
+%%SITE_PERL%%/Imager/Graph/Bar.pm
+%%SITE_PERL%%/Imager/Graph/Column.pm
+%%SITE_PERL%%/Imager/Graph/Horizontal.pm
+%%SITE_PERL%%/Imager/Graph/Line.pm
 %%SITE_PERL%%/Imager/Graph/Pie.pm
+%%SITE_PERL%%/Imager/Graph/StackedColumn.pm
 %%SITE_PERL%%/Imager/Graph/Util.pm
+%%SITE_PERL%%/Imager/Graph/Vertical.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jun 8 22:00:30 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ychsiao@ychsiao.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/135391: [UPDATE] graphics/p5-Imager-Graph to 0.07
Date: Mon, 8 Jun 2009 22:00:26 UT

 Maintainer of graphics/p5-Imager-Graph,
 
 Please note that PR ports/135391 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135391
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Mon Jun 8 22:25:58 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135391: [UPDATE] graphics/p5-Imager-Graph to 0.07
Date: Sat, 13 Jun 2009 09:09:57 +0800

 Edwin Groothuis wrote:
 > Maintainer of graphics/p5-Imager-Graph,
 > 
 > Please note that PR ports/135391 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135391
 > 
 please commit, thanks
 
 -- 
 Best regards,
 ychsiao
 
 Yuan-Chung Hsiao(ychsiao)
 Computer Center, Shu-Te University
 Yen Chau, Kaohsiung County, Taiwan 824
 TEL:+886-7-6158000 Ext. 2438
 
State-Changed-From-To: feedback->open 
State-Changed-By: amdmi3 
State-Changed-When: Sun Jun 14 14:06:05 UTC 2009 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135391 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Mon Jun 15 13:52:48 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135391: commit references a PR
Date: Mon, 15 Jun 2009 13:53:01 +0000 (UTC)

 amdmi3      2009-06-15 13:52:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/p5-Imager-Graph Makefile distinfo pkg-plist 
   Log:
   - Update to 0.07
   
   PR:             135391
   Submitted by:   Edmondas Girkantas <eg@fbsd.lt>
   Approved by:    Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
   
   Revision  Changes    Path
   1.5       +5 -2      ports/graphics/p5-Imager-Graph/Makefile
   1.4       +3 -3      ports/graphics/p5-Imager-Graph/distinfo
   1.5       +6 -0      ports/graphics/p5-Imager-Graph/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:
