Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 22:00:32 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gslin@gslin.org
Subject:   ports/183334: [PATCH] devel/p5-List-AllUtils: update to 0.07
Message-ID:  <20131026140032.BCD1D4021@sunpoet.net>
Resent-Message-ID: <201310261410.r9QEA1d3060253@freefall.freebsd.org>

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

>Number:         183334
>Category:       ports
>Synopsis:       [PATCH] devel/p5-List-AllUtils: update to 0.07
>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:   Sat Oct 26 14:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-BETA1 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256445: Tue Oct 15 04:48:04 CST
>Description:
- 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

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

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

--- p5-List-AllUtils-0.07.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 331690)
+++ Makefile	(working copy)
@@ -1,8 +1,7 @@
-# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
 
 PORTNAME=	List-AllUtils
-PORTVERSION=	0.03
+PORTVERSION=	0.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,13 +9,15 @@
 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 <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 331690)
+++ distinfo	(working copy)
@@ -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
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 331690)
+++ pkg-descr	(working copy)
@@ -3,4 +3,4 @@
 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/
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 331690)
+++ pkg-plist	(working copy)
@@ -1,6 +1,6 @@
-@comment $FreeBSD$
+%%SITE_PERL%%/List/AllUtils.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils/.packlist
-%%SITE_PERL%%/List/AllUtils.pm
-@dirrmtry %%SITE_PERL%%/List
+%%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
--- p5-List-AllUtils-0.07.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?20131026140032.BCD1D4021>