Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 18:34:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414951 - head/devel/p5-List-AllUtils
Message-ID:  <201605101834.u4AIYJft025959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue May 10 18:34:19 2016
New Revision: 414951
URL: https://svnweb.freebsd.org/changeset/ports/414951

Log:
  - Update to 0.10
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/List-AllUtils/Changes

Modified:
  head/devel/p5-List-AllUtils/Makefile
  head/devel/p5-List-AllUtils/distinfo

Modified: head/devel/p5-List-AllUtils/Makefile
==============================================================================
--- head/devel/p5-List-AllUtils/Makefile	Tue May 10 17:50:20 2016	(r414950)
+++ head/devel/p5-List-AllUtils/Makefile	Tue May 10 18:34:19 2016	(r414951)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	List-AllUtils
-PORTVERSION=	0.09
-PORTREVISION=	1
+PORTVERSION=	0.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +10,12 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Combines List::Util and List::MoreUtils in one bite-sized package
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-List-MoreUtils>=0.28:lang/p5-List-MoreUtils
+BUILD_DEPENDS=	p5-List-SomeUtils>=0.50:devel/p5-List-SomeUtils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Warnings>=0:devel/p5-Test-Warnings
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/devel/p5-List-AllUtils/distinfo
==============================================================================
--- head/devel/p5-List-AllUtils/distinfo	Tue May 10 17:50:20 2016	(r414950)
+++ head/devel/p5-List-AllUtils/distinfo	Tue May 10 18:34:19 2016	(r414951)
@@ -1,2 +1,2 @@
-SHA256 (List-AllUtils-0.09.tar.gz) = 4cfe6359cc6c9f4ba0d178e223f4b468d3cf7768d645334962f05de069bdaee2
-SIZE (List-AllUtils-0.09.tar.gz) = 25846
+SHA256 (List-AllUtils-0.10.tar.gz) = 5c33d562782bd488d2852fe9a8404ac9c765b8d3aa9014c46c55bb15eadf93e1
+SIZE (List-AllUtils-0.10.tar.gz) = 37758



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