From sunpoet@sunpoet.net  Mon Jul  9 15:56:58 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 80C6D1065679
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jul 2012 15:56:58 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id D15AA8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jul 2012 15:56:57 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3WWB4L5CLpz5g4; Mon,  9 Jul 2012 23:56:50 +0800 (CST)
Message-Id: <3WWB4L5CLpz5g4@sunpoet.net>
Date: Mon,  9 Jul 2012 23:56:50 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: fw@moov.de
Subject: [PATCH] devel/p5-Sys-Virt: update to 0.9.13
X-Send-Pr-Version: 3.113
X-GNATS-Notify: fw@moov.de

>Number:         169738
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Sys-Virt: update to 0.9.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 16:00:30 UTC 2012
>Closed-Date:    Tue Jul 10 17:52:40 UTC 2012
>Last-Modified:  Tue Jul 10 17:52:40 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Jul  7 22:40:22 CST
>Description:
- Update to 0.9.13
- Pet portlint: remove ABI version number from LIB_DEPENDS

Changes:	http://search.cpan.org/dist/Sys-Virt/Changes

Port maintainer (fw@moov.de) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Sys-Virt-0.9.13.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Sys-Virt/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	18 Apr 2012 18:16:27 -0000	1.5
+++ Makefile	9 Jul 2012 15:55:46 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Sys-Virt
-PORTVERSION=	0.9.11
+PORTVERSION=	0.9.13
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +14,9 @@
 MAINTAINER=	fw@moov.de
 COMMENT=	Perl bindings for libvirt
 
-LIB_DEPENDS=	virt.9:${PORTSDIR}/devel/libvirt
 BUILD_DEPENDS=	p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
+LIB_DEPENDS=	virt:${PORTSDIR}/devel/libvirt
 RUN_DEPENDS=	p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
-
 TEST_DEPENDS=	p5-CPAN-Changes>=0:${PORTSDIR}/devel/p5-CPAN-Changes \
 		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Sys-Virt/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	18 Apr 2012 18:16:27 -0000	1.4
+++ distinfo	9 Jul 2012 15:55:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (Sys-Virt-0.9.11.tar.gz) = 3428544d25b234d27d2894c68bab559ebba719f61a1c6a9f923b83abf3552055
-SIZE (Sys-Virt-0.9.11.tar.gz) = 78780
+SHA256 (Sys-Virt-0.9.13.tar.gz) = a9132ce6bfd7ad9b81ba1724064c32aef73296fa777767727989038c9a989a5e
+SIZE (Sys-Virt-0.9.13.tar.gz) = 80647
--- p5-Sys-Virt-0.9.13.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jul 9 16:00:47 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169738 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jul 9 16:00:53 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169738 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Jul 9 16:01:53 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fw@moov.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/169738: [PATCH] devel/p5-Sys-Virt: update to 0.9.13
Date: Mon, 9 Jul 2012 16:00:51 UT

 Maintainer of devel/p5-Sys-Virt,
 
 Please note that PR ports/169738 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/169738
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Frank Wall <fw@moov.de>
To: <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/169738: [PATCH] devel/p5-Sys-Virt: update to 0.9.13
Date: Mon, 09 Jul 2012 18:10:33 +0200

 Hi,
 
 On 09.07.2012 16:00, Edwin Groothuis wrote:
 > Maintainer of devel/p5-Sys-Virt,
 > Please note that PR ports/169738 has just been submitted.
 
 thanks for taking care of the update to the new version.
 The patch looks good, although I haven't tested the new version yet.
 Go ahead and commit if you have already done some testing on it.
 
 
 Thanks
 - Frank

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169738: commit references a PR
Date: Tue, 10 Jul 2012 17:39:52 +0000 (UTC)

 sunpoet     2012-07-10 17:39:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Sys-Virt    Makefile distinfo 
   Log:
   - Update to 0.9.13
   - Pet portlint: remove ABI version number from LIB_DEPENDS
   
   Changes:        http://search.cpan.org/dist/Sys-Virt/Changes
   PR:             ports/169738
   Submitted by:   sunpoet (myself)
   Approved by:    Frank Wall <fw@moov.de> (maintainer)
   
   Revision  Changes    Path
   1.6       +2 -3      ports/devel/p5-Sys-Virt/Makefile
   1.5       +2 -2      ports/devel/p5-Sys-Virt/distinfo
 _______________________________________________
 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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Tue Jul 10 17:52:39 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169738 
>Unformatted:
