From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 07:10:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A18EF83F; Mon, 9 Jun 2014 07:10:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F22B23AC; Mon, 9 Jun 2014 07:10:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s597AOhI037831; Mon, 9 Jun 2014 07:10:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s597AO5a037830; Mon, 9 Jun 2014 07:10:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406090710.s597AO5a037830@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Jun 2014 07:10:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357107 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 07:10:24 -0000 Author: sunpoet Date: Mon Jun 9 07:10:24 2014 New Revision: 357107 URL: http://svnweb.freebsd.org/changeset/ports/357107 QAT: https://qat.redports.org/buildarchive/r357107/ Log: - Ensure up-to-date p5-Module-Build and p5-Module-Build-Tiny to avoid build failure if installed ones do not satisfy version requirement of ports Modified: head/Mk/Uses/perl5.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Mon Jun 9 06:25:31 2014 (r357106) +++ head/Mk/Uses/perl5.mk Mon Jun 9 07:10:24 2014 (r357107) @@ -181,13 +181,13 @@ CONFIGURE_ARGS+=--destdir ${STAGEDIR} DESTDIRNAME= --destdir .if ${_USE_PERL5:Mmodbuild} .if ${PORTNAME} != Module-Build -BUILD_DEPENDS+= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build +BUILD_DEPENDS+= p5-Module-Build>=0.4205:${PORTSDIR}/devel/p5-Module-Build .endif CONFIGURE_ARGS+=--create_packlist 0 .endif .if ${_USE_PERL5:Mmodbuildtiny} .if ${PORTNAME} != Module-Build-Tiny -BUILD_DEPENDS+= ${SITE_PERL}/Module/Build/Tiny.pm:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS+= p5-Module-Build-Tiny>=0.036:${PORTSDIR}/devel/p5-Module-Build-Tiny .endif CONFIGURE_ARGS+=--create_packlist 1 .endif