pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Adjust some p5-* dependencies to use the core module



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea022d74e21b
branches:  trunk
changeset: 392079:ea022d74e21b
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Apr 25 09:33:40 2009 +0000

description:
Adjust some p5-* dependencies to use the core module

diffstat:

 devel/p5-Module-CPANTS-Analyse/Makefile   |  10 +++++-----
 devel/p5-MooseX-Object-Pluggable/Makefile |   4 ++--
 www/p5-Catalyst-Runtime/Makefile          |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (78 lines):

diff -r 9b51dc041aca -r ea022d74e21b devel/p5-Module-CPANTS-Analyse/Makefile
--- a/devel/p5-Module-CPANTS-Analyse/Makefile   Sat Apr 25 08:04:46 2009 +0000
+++ b/devel/p5-Module-CPANTS-Analyse/Makefile   Sat Apr 25 09:33:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 00:30:00 he Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/25 09:33:40 sno Exp $
 
 DISTNAME=              Module-CPANTS-Analyse-0.82
 PKGNAME=               p5-${DISTNAME}
@@ -10,7 +10,7 @@
 COMMENT=               Perl5 module to generate Kwalitee ratings for a distribution
 
 DEPENDS+=      p5-Archive-Any>=0.06:../../archivers/p5-Archive-Any
-DEPENDS+=      p5-Archive-Tar>=1.30:../../archivers/p5-Archive-Tar
+DEPENDS+=      {perl>=5.10,p5-Archive-Tar>=1.30}:../../archivers/p5-Archive-Tar
 DEPENDS+=      p5-Array-Diff>=0.04:../../devel/p5-Array-Diff
 DEPENDS+=      p5-CPAN-DistnameInfo>=0.06:../../devel/p5-CPAN-DistnameInfo
 DEPENDS+=      p5-Class-Accessor>=0.19:../../devel/p5-Class-Accessor
@@ -19,14 +19,14 @@
 DEPENDS+=      p5-IO-Capture>=0.05:../../devel/p5-IO-Capture
 DEPENDS+=      p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-Module-ExtractUse>=0.18:../../devel/p5-Module-ExtractUse
-DEPENDS+=      p5-Module-Pluggable>=2.96:../../devel/p5-Module-Pluggable
-DEPENDS+=      p5-Pod-Simple>=2.02:../../textproc/p5-Pod-Simple
+DEPENDS+=      {perl>=5.10,p5-Module-Pluggable>=2.96}:../../devel/p5-Module-Pluggable
+DEPENDS+=      {perl>=5.10,p5-Pod-Simple>=2.02}:../../textproc/p5-Pod-Simple
 DEPENDS+=      p5-Readonly>=0:../../devel/p5-Readonly
 DEPENDS+=      p5-Software-License>=0.003:../../devel/p5-Software-License
 DEPENDS+=      p5-Test-YAML-Meta>=0.11:../../devel/p5-Test-YAML-Meta
 DEPENDS+=      p5-Text-CSV_XS>=0.45:../../textproc/p5-Text-CSV_XS
 DEPENDS+=      p5-YAML-Syck>=0.95:../../textproc/p5-YAML-Syck
-DEPENDS+=      p5-version>=0.73:../../devel/p5-version
+DEPENDS+=      {perl>=5.10,p5-version>=0.73}:../../devel/p5-version
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 9b51dc041aca -r ea022d74e21b devel/p5-MooseX-Object-Pluggable/Makefile
--- a/devel/p5-MooseX-Object-Pluggable/Makefile Sat Apr 25 08:04:46 2009 +0000
+++ b/devel/p5-MooseX-Object-Pluggable/Makefile Sat Apr 25 09:33:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/12/20 23:42:13 he Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/25 09:33:40 sno Exp $
 #
 
 DISTNAME=      MooseX-Object-Pluggable-0.0009
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/MooseX-Object-Pluggable/
 COMMENT=       Perl 5 module to add plugin support to Moose classes via roles
 
-DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+DEPENDS+=      {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
 DEPENDS+=      p5-Moose>=0.35:../../devel/p5-Moose
 
 PKG_DESTDIR_SUPPORT=    user-destdir
diff -r 9b51dc041aca -r ea022d74e21b www/p5-Catalyst-Runtime/Makefile
--- a/www/p5-Catalyst-Runtime/Makefile  Sat Apr 25 08:04:46 2009 +0000
+++ b/www/p5-Catalyst-Runtime/Makefile  Sat Apr 25 09:33:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/04/24 17:15:23 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/25 09:33:40 sno Exp $
 
 DISTNAME=      Catalyst-Runtime-5.7015
 PKGNAME=       p5-${DISTNAME}
@@ -22,11 +22,11 @@
 DEPENDS+=      p5-libwww>=5.805:../../www/p5-libwww
 DEPENDS+=      p5-HTTP-Request-AsCGI>=0.5:../../www/p5-HTTP-Request-AsCGI
 DEPENDS+=      {perl>=5.10,p5-Module-Pluggable>=3.01}:../../devel/p5-Module-Pluggable
-DEPENDS+=      p5-NEXT>=0:../../devel/p5-NEXT
+DEPENDS+=      {perl>=5.10,p5-NEXT>=0}:../../devel/p5-NEXT
 DEPENDS+=      p5-Path-Class>=0.09:../../devel/p5-Path-Class
-DEPENDS+=      p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable
-DEPENDS+=      p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+DEPENDS+=      {perl>=5.10,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes
 DEPENDS+=      p5-Tree-Simple>=1.15:../../devel/p5-Tree-Simple
 DEPENDS+=      p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory
 DEPENDS+=      p5-URI>=1.35:../../www/p5-URI



Home | Main Index | Thread Index | Old Index