Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 16:02:51 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379171 - head/devel/p5-MooX-HandlesVia
Message-ID:  <201502171602.t1HG2pmi091078@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Feb 17 16:02:50 2015
New Revision: 379171
URL: https://svnweb.freebsd.org/changeset/ports/379171
QAT: https://qat.redports.org/buildarchive/r379171/

Log:
  Update to 0.001007.
  
  Fix up dependencies: move Moox::Types::MooseLike to TEST_DEPENDS, and remove
  some extraneous stuff from TEST_DEPENDS.
  
  Changes: https://metacpan.org/changes/distribution/MooX-HandlesVia

Modified:
  head/devel/p5-MooX-HandlesVia/Makefile
  head/devel/p5-MooX-HandlesVia/distinfo

Modified: head/devel/p5-MooX-HandlesVia/Makefile
==============================================================================
--- head/devel/p5-MooX-HandlesVia/Makefile	Tue Feb 17 16:02:43 2015	(r379170)
+++ head/devel/p5-MooX-HandlesVia/Makefile	Tue Feb 17 16:02:50 2015	(r379171)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	MooX-HandlesVia
-PORTVERSION=	0.001006
+PORTVERSION=	0.001007
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,13 +13,11 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Data-Perl>=0.002006:${PORTSDIR}/devel/p5-Data-Perl \
-		p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \
-		p5-MooX-Types-MooseLike>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike
+		p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
-		p5-bareword-filehandles>=0:${PORTSDIR}/devel/p5-bareword-filehandles \
-		p5-indirect>=0:${PORTSDIR}/devel/p5-indirect \
-		p5-multidimensional>=0:${PORTSDIR}/devel/p5-multidimensional
+		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+		p5-MooX-Types-MooseLike>=0.23:${PORTSDIR}/devel/p5-MooX-Types-MooseLike
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-MooX-HandlesVia/distinfo
==============================================================================
--- head/devel/p5-MooX-HandlesVia/distinfo	Tue Feb 17 16:02:43 2015	(r379170)
+++ head/devel/p5-MooX-HandlesVia/distinfo	Tue Feb 17 16:02:50 2015	(r379171)
@@ -1,2 +1,2 @@
-SHA256 (MooX-HandlesVia-0.001006.tar.gz) = 2b133b50234254b4323baea51cd5b10762e7d420d782be08904a7d9209f1eb42
-SIZE (MooX-HandlesVia-0.001006.tar.gz) = 25835
+SHA256 (MooX-HandlesVia-0.001007.tar.gz) = 1c727db0f0342dd7758410990f05fe5015fe73467c79f7200eceea8c659c51eb
+SIZE (MooX-HandlesVia-0.001007.tar.gz) = 24154



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