svn commit: r357107 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 9 07:10:24 UTC 2014


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


More information about the svn-ports-head mailing list