From sunpoet@sunpoet.net  Wed Feb 22 07:22:29 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 318741065673
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2012 07:22:29 +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 ECD2F8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2012 07:22:28 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3Tt98h3lvCz4KH; Wed, 22 Feb 2012 15:20:52 +0800 (CST)
Message-Id: <3Tt98h3lvCz4KH@sunpoet.net>
Date: Wed, 22 Feb 2012 15:20:52 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [PATCH] devel/p5-List-AllUtils: update to 0.03
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gslin@gslin.org

>Number:         165389
>Category:       ports
>Synopsis:       [PATCH] devel/p5-List-AllUtils: update to 0.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 22 07:30:13 UTC 2012
>Closed-Date:    Fri Feb 24 10:15:37 UTC 2012
>Last-Modified:  Fri Feb 24 10:20:21 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: Sun Jan 29 23:36:49 CST 2012
>Description:
- Update to 0.03
- Add BUILD_DEPENDS and TEST_DEPENDS

Changes:	http://search.cpan.org/dist/List-AllUtils/Changes

Port maintainer (gslin@gslin.org) is cc'd.

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

--- p5-List-AllUtils-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-List-AllUtils/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	9 Mar 2011 16:43:08 -0000	1.1
+++ Makefile	22 Feb 2012 07:21:47 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	List-AllUtils
-PORTVERSION=	0.02
+PORTVERSION=	0.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +14,8 @@
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Combines List::Util and List::MoreUtils in one bite-sized package
 
-RUN_DEPENDS=	p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils
+BUILD_DEPENDS=	p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils
+RUN_DEPENDS=	p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils
 
 PERL_CONFIGURE=	yes
 
@@ -22,8 +23,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.if ${PERL_LEVEL} < 501000
+TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-List-AllUtils/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	9 Mar 2011 16:43:08 -0000	1.1
+++ distinfo	22 Feb 2012 07:21:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (List-AllUtils-0.02.tar.gz) = 5d7e231c80a78f36ea31f1698e0e7abda4ab66858574cebc9fe905aecad073d2
-SIZE (List-AllUtils-0.02.tar.gz) = 11123
+SHA256 (List-AllUtils-0.03.tar.gz) = 4806cc718c5b7530d0bec48d3f7682e7f55a489be4014519d68f937c11c2a115
+SIZE (List-AllUtils-0.03.tar.gz) = 14355
--- p5-List-AllUtils-0.03.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 22 07:30:25 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=165389 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Feb 22 07:30:35 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165389 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Wed Feb 22 07:32:34 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gslin@gslin.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165389: [PATCH] devel/p5-List-AllUtils: update to 0.03
Date: Wed, 22 Feb 2012 07:30:31 UT

 Maintainer of devel/p5-List-AllUtils,
 
 Please note that PR ports/165389 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/165389
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri Feb 24 10:15:35 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165389: commit references a PR
Date: Fri, 24 Feb 2012 10:15:40 +0000 (UTC)

 sunpoet     2012-02-24 10:15:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-List-AllUtils Makefile distinfo 
   Log:
   - Update to 0.03
   - Add BUILD_DEPENDS and TEST_DEPENDS
   
   Changes:        http://search.cpan.org/dist/List-AllUtils/Changes
   PR:             ports/165389
   Submitted by:   sunpoet (myself)
   Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
   
   Revision  Changes    Path
   1.2       +5 -4      ports/devel/p5-List-AllUtils/Makefile
   1.2       +2 -2      ports/devel/p5-List-AllUtils/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"
 
>Unformatted:
