From owner-svn-ports-head@FreeBSD.ORG Thu Jun 13 17:11:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 85F28B3D; Thu, 13 Jun 2013 17:11:33 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 78A0818AC; Thu, 13 Jun 2013 17:11:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DHBXMU038042; Thu, 13 Jun 2013 17:11:33 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5DHBXLZ038041; Thu, 13 Jun 2013 17:11:33 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201306131711.r5DHBXLZ038041@svn.freebsd.org> From: Frederic Culot Date: Thu, 13 Jun 2013 17:11:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320821 - head/devel/p5-Const-Fast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 17:11:33 -0000 Author: culot Date: Thu Jun 13 17:11:32 2013 New Revision: 320821 URL: http://svnweb.freebsd.org/changeset/ports/320821 Log: - Fix Sub::Exporter::Progressive minimum version requirements PR: ports/179471 Submitted by: Geraud CONTINSOUZAS Modified: head/devel/p5-Const-Fast/Makefile Modified: head/devel/p5-Const-Fast/Makefile ============================================================================== --- head/devel/p5-Const-Fast/Makefile Thu Jun 13 16:39:08 2013 (r320820) +++ head/devel/p5-Const-Fast/Makefile Thu Jun 13 17:11:32 2013 (r320821) @@ -3,6 +3,7 @@ PORTNAME= Const-Fast PORTVERSION= 0.014 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEONT @@ -17,7 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive + p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception PERL_MODBUILD= yes