Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2016 21:00:34 +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: r427517 - head/devel/p5-File-Find-Rule-Perl
Message-ID:  <201612012100.uB1L0Ysk021536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  1 21:00:34 2016
New Revision: 427517
URL: https://svnweb.freebsd.org/changeset/ports/427517

Log:
  - Update *_DEPENDS: change from p5-Parse-CPAN-Meta to p5-CPAN-Meta 2.150010+
  - Bump PORTREVISION for dependency change
  
  Parse::CPAN::Meta 1.4420 has been merged into CPAN::Meta 2.150008.
  
  PR:		214611
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/devel/p5-File-Find-Rule-Perl/Makefile

Modified: head/devel/p5-File-Find-Rule-Perl/Makefile
==============================================================================
--- head/devel/p5-File-Find-Rule-Perl/Makefile	Thu Dec  1 21:00:30 2016	(r427516)
+++ head/devel/p5-File-Find-Rule-Perl/Makefile	Thu Dec  1 21:00:34 2016	(r427517)
@@ -3,6 +3,7 @@
 
 PORTNAME=	File-Find-Rule-Perl
 PORTVERSION=	1.15
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,8 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Common rules for searching for Perl things
 
-BUILD_DEPENDS=	p5-File-Find-Rule>=0.20:devel/p5-File-Find-Rule \
-		p5-Parse-CPAN-Meta>=1.38:devel/p5-Parse-CPAN-Meta \
+BUILD_DEPENDS=	p5-CPAN-Meta>=2.150010:devel/p5-CPAN-Meta \
+		p5-File-Find-Rule>=0.20:devel/p5-File-Find-Rule \
 		p5-Params-Util>=0.38:devel/p5-Params-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 



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