From owner-svn-ports-all@FreeBSD.ORG Sat Nov 9 22:35:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3D4D332; Sat, 9 Nov 2013 22:35:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0D0F26E4; Sat, 9 Nov 2013 22:35:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9MZkca071191; Sat, 9 Nov 2013 22:35:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9MZjLD071184; Sat, 9 Nov 2013 22:35:45 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311092235.rA9MZjLD071184@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Nov 2013 22:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333354 - head/devel/p5-List-AllUtils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 22:35:46 -0000 Author: sunpoet Date: Sat Nov 9 22:35:45 2013 New Revision: 333354 URL: http://svnweb.freebsd.org/changeset/ports/333354 Log: - Update to 0.07 - Add LICENSE - Add TEST_DEPENDS - Support STAGEDIR - Use single space after WWW: Changes: http://search.cpan.org/dist/List-AllUtils/Changes PR: ports/183334 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/devel/p5-List-AllUtils/Makefile head/devel/p5-List-AllUtils/distinfo (contents, props changed) head/devel/p5-List-AllUtils/pkg-descr (contents, props changed) head/devel/p5-List-AllUtils/pkg-plist (contents, props changed) Modified: head/devel/p5-List-AllUtils/Makefile ============================================================================== --- head/devel/p5-List-AllUtils/Makefile Sat Nov 9 22:35:40 2013 (r333353) +++ head/devel/p5-List-AllUtils/Makefile Sat Nov 9 22:35:45 2013 (r333354) @@ -1,8 +1,7 @@ -# Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= List-AllUtils -PORTVERSION= 0.03 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,13 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package -BUILD_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils -RUN_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils +LICENSE= ART20 + +# As of Perl 5.18, List::Util in core are earlier than 1.31 +BUILD_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Scalar-List-Utils>=1.31:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings USES= perl5 USE_PERL5= configure -MAN3= List::AllUtils.3 - -NO_STAGE= yes .include Modified: head/devel/p5-List-AllUtils/distinfo ============================================================================== --- head/devel/p5-List-AllUtils/distinfo Sat Nov 9 22:35:40 2013 (r333353) +++ head/devel/p5-List-AllUtils/distinfo Sat Nov 9 22:35:45 2013 (r333354) @@ -1,2 +1,2 @@ -SHA256 (List-AllUtils-0.03.tar.gz) = 4806cc718c5b7530d0bec48d3f7682e7f55a489be4014519d68f937c11c2a115 -SIZE (List-AllUtils-0.03.tar.gz) = 14355 +SHA256 (List-AllUtils-0.07.tar.gz) = 72b52f59ef0f6e79aaaf777b58f7bdf806c71e2f9ea901b5f11c3964536cb434 +SIZE (List-AllUtils-0.07.tar.gz) = 13902 Modified: head/devel/p5-List-AllUtils/pkg-descr ============================================================================== --- head/devel/p5-List-AllUtils/pkg-descr Sat Nov 9 22:35:40 2013 (r333353) +++ head/devel/p5-List-AllUtils/pkg-descr Sat Nov 9 22:35:45 2013 (r333354) @@ -3,4 +3,4 @@ defined in List::Util or List::MoreUtils have to remember. This module will export all of the functions that either of those two modules defines. -WWW: http://search.cpan.org/dist/List-AllUtils/ +WWW: http://search.cpan.org/dist/List-AllUtils/ Modified: head/devel/p5-List-AllUtils/pkg-plist ============================================================================== --- head/devel/p5-List-AllUtils/pkg-plist Sat Nov 9 22:35:40 2013 (r333353) +++ head/devel/p5-List-AllUtils/pkg-plist Sat Nov 9 22:35:45 2013 (r333354) @@ -1,6 +1,6 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils/.packlist %%SITE_PERL%%/List/AllUtils.pm -@dirrmtry %%SITE_PERL%%/List +%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils/.packlist +%%PERL5_MAN3%%/List::AllUtils.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List +@dirrmtry %%SITE_PERL%%/List