pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Install Adjusting dependencies to use ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ddbd3be0999
branches:  trunk
changeset: 569758:7ddbd3be0999
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jan 17 16:07:45 2010 +0000

description:
Adjusting dependencies to use Modules from Perl core, when reasonable.
Bumping revision to force rebuild (reduce cyclic dependencies detected
by tron@).

diffstat:

 devel/p5-Module-Install/Makefile |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r e31b76380a04 -r 7ddbd3be0999 devel/p5-Module-Install/Makefile
--- a/devel/p5-Module-Install/Makefile  Sun Jan 17 15:49:06 2010 +0000
+++ b/devel/p5-Module-Install/Makefile  Sun Jan 17 16:07:45 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2009/12/07 23:18:04 seb Exp $
+# $NetBSD: Makefile,v 1.17 2010/01/17 16:07:45 sno Exp $
 
 DISTNAME=      Module-Install-0.91
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 SVR4_PKGNAME=  p5moi
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -12,17 +12,17 @@
 COMMENT=       Perl5 module for building and installing Perl modules
 LICENSE=       gnu-gpl-v2 # OR artistic
 
-DEPENDS+=      p5-Archive-Tar>=1.44:../../archivers/p5-Archive-Tar
-DEPENDS+=      p5-Devel-PPPort>=3.16:../../devel/p5-Devel-PPPort
-DEPENDS+=      p5-ExtUtils-Install>=1.52:../../devel/p5-ExtUtils-Install
-DEPENDS+=      p5-ExtUtils-ParseXS>=2.19:../../devel/p5-ExtUtils-ParseXS
+DEPENDS+=      {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar
+DEPENDS+=      {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort
+DEPENDS+=      {perl>=5.10.1,p5-ExtUtils-Install>=1.52}:../../devel/p5-ExtUtils-Install
+DEPENDS+=      {perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS
 DEPENDS+=      p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
-DEPENDS+=      p5-Module-Build>=0.2808:../../devel/p5-Module-Build
-DEPENDS+=      p5-Module-CoreList>=2.17:../../devel/p5-Module-CoreList
+DEPENDS+=      {perl>=5.10.0,p5-Module-Build>=0.2808}:../../devel/p5-Module-Build
+DEPENDS+=      {perl>=5.10.1,p5-Module-CoreList>=2.17}:../../devel/p5-Module-CoreList
 DEPENDS+=      p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps
 DEPENDS+=      p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist
-DEPENDS+=      p5-PathTools>=3.28:../../devel/p5-PathTools
-DEPENDS+=      p5-Parse-CPAN-Meta>=1.39:../../devel/p5-Parse-CPAN-Meta
+DEPENDS+=      {perl>=5.10.1,p5-PathTools>=3.28}:../../devel/p5-PathTools
+DEPENDS+=      {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.39}:../../devel/p5-Parse-CPAN-Meta
 DEPENDS+=      p5-YAML-Tiny>=1.38:../../textproc/p5-YAML-Tiny
 DEPENDS+=      p5-JSON>=2.14:../../converters/p5-JSON
 



Home | Main Index | Thread Index | Old Index