svn commit: r425408 - head/devel/p5-List-AllUtils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 5 18:00:37 UTC 2016


Author: sunpoet
Date: Sat Nov  5 18:00:35 2016
New Revision: 425408
URL: https://svnweb.freebsd.org/changeset/ports/425408

Log:
  - Update to 0.12
  
  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	Sat Nov  5 18:00:30 2016	(r425407)
+++ head/devel/p5-List-AllUtils/Makefile	Sat Nov  5 18:00:35 2016	(r425408)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	List-AllUtils
-PORTVERSION=	0.10
+PORTVERSION=	0.12
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,18 +12,13 @@ COMMENT=	Combines List::Util and List::M
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-List-SomeUtils>=0.50:devel/p5-List-SomeUtils
+BUILD_DEPENDS=	p5-List-SomeUtils>=0.50:devel/p5-List-SomeUtils \
+		p5-List-UtilsBy>=0.10:devel/p5-List-UtilsBy \
+		p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-List-AllUtils/distinfo
==============================================================================
--- head/devel/p5-List-AllUtils/distinfo	Sat Nov  5 18:00:30 2016	(r425407)
+++ head/devel/p5-List-AllUtils/distinfo	Sat Nov  5 18:00:35 2016	(r425408)
@@ -1,2 +1,3 @@
-SHA256 (List-AllUtils-0.10.tar.gz) = 5c33d562782bd488d2852fe9a8404ac9c765b8d3aa9014c46c55bb15eadf93e1
-SIZE (List-AllUtils-0.10.tar.gz) = 37758
+TIMESTAMP = 1478108968
+SHA256 (List-AllUtils-0.12.tar.gz) = 0b5352317652c22b53bee64e1984efd9f21edfad321b0e5a98cdec5ec87bbcae
+SIZE (List-AllUtils-0.12.tar.gz) = 44285


More information about the svn-ports-all mailing list