From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 22 07:30:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 691C9106566B for ; Wed, 22 Feb 2012 07:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4136A8FC14 for ; Wed, 22 Feb 2012 07:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1M7UD8x021855 for ; Wed, 22 Feb 2012 07:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1M7UDtW021851; Wed, 22 Feb 2012 07:30:13 GMT (envelope-from gnats) Resent-Date: Wed, 22 Feb 2012 07:30:13 GMT Resent-Message-Id: <201202220730.q1M7UDtW021851@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 318741065673 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/165389: [PATCH] devel/p5-List-AllUtils: update to 0.03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 07:30:14 -0000 >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 -.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 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: