Date: Mon, 9 Jun 2014 07:10:24 +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: r357107 - head/Mk/Uses Message-ID: <201406090710.s597AO5a037830@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406090710.s597AO5a037830>