Skip site navigation (1)Skip section navigation (2)
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:   ports/165389: [PATCH] devel/p5-List-AllUtils: update to 0.03
Message-ID:  <3Tt98h3lvCz4KH@sunpoet.net>
Resent-Message-ID: <201202220730.q1M7UDtW021851@freefall.freebsd.org>

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

>Number:         165389
>Category:       ports
>Synopsis:       [PATCH] devel/p5-List-AllUtils: update to 0.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 22 07:30:13 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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