pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix PR pkg/40944 by using the Module::Build from Perl'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dc393e923eb
branches:  trunk
changeset: 556437:4dc393e923eb
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Mar 21 23:11:29 2009 +0000

description:
Fix PR pkg/40944 by using the Module::Build from Perl's Core as default.

Oked by tron@ and he@

diffstat:

 devel/p5-Module-Build/Makefile |  4 ++--
 lang/perl5/module.mk           |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 71fb03601ba1 -r 4dc393e923eb devel/p5-Module-Build/Makefile
--- a/devel/p5-Module-Build/Makefile    Sat Mar 21 22:27:53 2009 +0000
+++ b/devel/p5-Module-Build/Makefile    Sat Mar 21 23:11:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/03/02 17:22:15 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2009/03/21 23:11:29 sno Exp $
 
 DISTNAME=      Module-Build-0.32
 PKGNAME=       p5-${DISTNAME}000
@@ -12,7 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-#.include "options.mk"
+.include "options.mk"
 
 USE_LANGUAGES= c       # For the tests
 BUILDING_MODULE_BUILD= yes
diff -r 71fb03601ba1 -r 4dc393e923eb lang/perl5/module.mk
--- a/lang/perl5/module.mk      Sat Mar 21 22:27:53 2009 +0000
+++ b/lang/perl5/module.mk      Sat Mar 21 23:11:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.57 2008/12/20 13:08:00 joerg Exp $
+# $NetBSD: module.mk,v 1.58 2009/03/21 23:11:29 sno Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install perl5 modules.
@@ -69,7 +69,7 @@
 
 .if empty(PKGPATH:Mdevel/p5-Module-Build) && \
     (${PERL5_MODULE_TYPE} == "Module::Build")
-BUILD_DEPENDS+=                p5-Module-Build>=0.2608nb1:../../devel/p5-Module-Build
+BUILD_DEPENDS+=                {perl>=5.10,p5-Module-Build>=0.2608nb1}:../../devel/p5-Module-Build
 .endif
 
 



Home | Main Index | Thread Index | Old Index