pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Modify dependencies to perl-modules which are deployed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d2f942c1390
branches:  trunk
changeset: 392060:1d2f942c1390
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri Apr 24 17:15:21 2009 +0000

description:
Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util

diffstat:

 databases/p5-DBIx-Class-Schema-Loader/Makefile        |  6 +++---
 databases/p5-Rose-DBx-Garden-Catalyst/Makefile        |  6 +++---
 databases/p5-SQL-Abstract/Makefile                    |  6 +++---
 devel/p5-Class-Accessor-Grouped/Makefile              |  4 ++--
 devel/p5-Class-Autouse/Makefile                       |  4 ++--
 devel/p5-Class-C3/Makefile                            |  4 ++--
 devel/p5-Class-Container/Makefile                     |  4 ++--
 devel/p5-Object-Realize-Later/Makefile                |  4 ++--
 devel/p5-PathTools/Makefile                           |  4 ++--
 devel/p5-Test-MockObject/Makefile                     |  4 ++--
 devel/p5-Tree-Simple/Makefile                         |  4 ++--
 devel/p5-UNIVERSAL-can/Makefile                       |  6 +++---
 finance/p5-Data-Currency/Makefile                     |  4 ++--
 mail/p5-Mail-Box/Makefile                             |  8 ++++----
 net/p5-eBay-API/Makefile                              |  6 +++---
 textproc/p5-FormValidator-Simple/Makefile             |  4 ++--
 textproc/p5-Text-WikiFormat/Makefile                  |  4 ++--
 time/p5-DateTimeX-Easy/Makefile                       |  4 ++--
 www/p5-Catalyst-Component-InstancePerContext/Makefile |  4 ++--
 www/p5-Catalyst-Controller-FormBuilder/Makefile       |  4 ++--
 www/p5-Catalyst-Runtime/Makefile                      |  4 ++--
 www/p5-Catalyst-View-Mason/Makefile                   |  4 ++--
 www/p5-Handel/Makefile                                |  8 ++++----
 www/p5-Rose-HTML-Objects/Makefile                     |  4 ++--
 24 files changed, 57 insertions(+), 57 deletions(-)

diffs (truncated from 468 to 300 lines):

diff -r d3fcd1d51206 -r 1d2f942c1390 databases/p5-DBIx-Class-Schema-Loader/Makefile
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile    Fri Apr 24 17:07:03 2009 +0000
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile    Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:44 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/24 17:15:21 sno Exp $
 
 DISTNAME=      DBIx-Class-Schema-Loader-0.04005
 PKGNAME=       p5-${DISTNAME}
@@ -23,8 +23,8 @@
 DEPENDS+=      p5-Carp-Clan>=0:../../devel/p5-Carp-Clan
 DEPENDS+=      p5-DBIx-Class>=0.06003:../../databases/p5-DBIx-Class
 DEPENDS+=      p5-Data-Dump>=1.06:../../devel/p5-Data-Dump
-DEPENDS+=      p5-PathTools>=0:../../devel/p5-PathTools
-DEPENDS+=      p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-PathTools>=0}:../../devel/p5-PathTools
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
 
 # Avoid complaints if we do not have DB2, Oracle, Pg and mysql
diff -r d3fcd1d51206 -r 1d2f942c1390 databases/p5-Rose-DBx-Garden-Catalyst/Makefile
--- a/databases/p5-Rose-DBx-Garden-Catalyst/Makefile    Fri Apr 24 17:07:03 2009 +0000
+++ b/databases/p5-Rose-DBx-Garden-Catalyst/Makefile    Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/03/28 17:01:05 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/04/24 17:15:21 sno Exp $
 
 DISTNAME=      Rose-DBx-Garden-Catalyst-0.13
 PKGNAME=       p5-${DISTNAME}
@@ -31,11 +31,11 @@
 DEPENDS+=      p5-CatalystX-CRUD>=0:../../databases/p5-CatalystX-CRUD
 DEPENDS+=      p5-CatalystX-CRUD-Model-RDBO>=0.16:../../databases/p5-CatalystX-CRUD-Model-RDBO
 DEPENDS+=      p5-CatalystX-CRUD-Controller-RHTMLO>=0.10:../../www/p5-CatalystX-CRUD-Controller-RHTMLO
-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
 
 # For tests:
 BUILD_DEPENDS+=        sqlite3>=0:../../databases/sqlite3
-BUILD_DEPENDS+=        p5-IPC-Cmd>=0:../../devel/p5-IPC-Cmd
+BUILD_DEPENDS+=        {perl>5.10,p5-IPC-Cmd>=0}:../../devel/p5-IPC-Cmd
 
 SUBST_CLASSES+=        sqlite3
 SUBST_MESSAGE.sqlite3= Fixing sqlite3-using test
diff -r d3fcd1d51206 -r 1d2f942c1390 databases/p5-SQL-Abstract/Makefile
--- a/databases/p5-SQL-Abstract/Makefile        Fri Apr 24 17:07:03 2009 +0000
+++ b/databases/p5-SQL-Abstract/Makefile        Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/04/10 09:43:22 abs Exp $
+# $NetBSD: Makefile,v 1.11 2009/04/24 17:15:21 sno Exp $
 #
 
 DISTNAME=      SQL-Abstract-1.51
@@ -13,8 +13,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      p5-Scalar-List-Utils>0:../../devel/p5-Scalar-List-Utils
-BUILD_DEPENDS+=        p5-Test-Simple>0:../../devel/p5-Test-Simple
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
+BUILD_DEPENDS+=        {perl>=5.10,p5-Test-Simple>0}:../../devel/p5-Test-Simple
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
 BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-Class-Accessor-Grouped/Makefile
--- a/devel/p5-Class-Accessor-Grouped/Makefile  Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-Class-Accessor-Grouped/Makefile  Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/04/10 09:46:18 abs Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/24 17:15:21 sno Exp $
 
 DISTNAME=      Class-Accessor-Grouped-0.08003
 PKGNAME=       p5-${DISTNAME}
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/Class-Accessor-Grouped/
 COMMENT=       Lets you build groups of accessors
 
-DEPENDS+=      p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
 DEPENDS+=      p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
 
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-Class-Autouse/Makefile
--- a/devel/p5-Class-Autouse/Makefile   Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-Class-Autouse/Makefile   Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/10/19 19:17:48 he Exp $
+# $NetBSD: Makefile,v 1.15 2009/04/24 17:15:22 sno Exp $
 
 DISTNAME=      Class-Autouse-1.29
 PKGNAME=       p5-${DISTNAME}
@@ -14,7 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
-DEPENDS+=      p5-Scalar-List-Utils>=1.19:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils
 
 PERL5_PACKLIST=                auto/Class/Autouse/.packlist
 
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-Class-C3/Makefile
--- a/devel/p5-Class-C3/Makefile        Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-Class-C3/Makefile        Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/04/12 10:53:33 he Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/24 17:15:22 sno Exp $
 
 DISTNAME=      Class-C3-0.21
 PKGNAME=       p5-${DISTNAME}
@@ -9,8 +9,8 @@
 HOMEPAGE=      http://search.cpan.org/dist/Class-C3/
 COMMENT=       Pragma to use the C3 method resolution order algortihm
 
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=1.10}:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-Test-Exception>=0.15:../../devel/p5-Test-Exception
-DEPENDS+=      p5-Scalar-List-Utils>=1.10:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-Algorithm-C3>=0.05:../../devel/p5-Algorithm-C3
 DEPENDS+=      p5-Class-C3-XS>=0.08:../../devel/p5-Class-C3-XS
 
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-Class-Container/Makefile
--- a/devel/p5-Class-Container/Makefile Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-Class-Container/Makefile Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/10/19 19:17:48 he Exp $
+# $NetBSD: Makefile,v 1.14 2009/04/24 17:15:22 sno Exp $
 
 DISTNAME=      Class-Container-0.12
 PKGNAME=       p5-${DISTNAME}
@@ -15,7 +15,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 DEPENDS+=      p5-Params-Validate>=0.23:../../devel/p5-Params-Validate
-DEPENDS+=      p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
 
 USE_LANGUAGES=         # none
 PERL5_MODULE_TYPE=     Module::Build
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-Object-Realize-Later/Makefile
--- a/devel/p5-Object-Realize-Later/Makefile    Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-Object-Realize-Later/Makefile    Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/10/19 19:17:57 he Exp $
+# $NetBSD: Makefile,v 1.9 2009/04/24 17:15:22 sno Exp $
 
 DISTNAME=      Object-Realize-Later-0.18
 PKGNAME=       p5-${DISTNAME}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/Object-Realize-Later/
 COMMENT=       Delayed creation of objects
 
-DEPENDS+=      p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
 BUILD_DEPENDS+=        p5-Test-Pod>=1.00:../../devel/p5-Test-Pod
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-PathTools/Makefile
--- a/devel/p5-PathTools/Makefile       Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-PathTools/Makefile       Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/02/22 18:09:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2009/04/24 17:15:22 sno Exp $
 
 DISTNAME=      PathTools-3.29
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=1.14}:../../devel/p5-Scalar-List-Utils
 
 CONFLICTS+=    p5-File-Spec-[0-9]*
 
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-Test-MockObject/Makefile
--- a/devel/p5-Test-MockObject/Makefile Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-Test-MockObject/Makefile Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:01 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/24 17:15:22 sno Exp $
 
 DISTNAME=      Test-MockObject-1.09
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,7 @@
 
 DEPENDS+=      p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can
 DEPENDS+=      p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa
-BUILD_DEPENDS+=        p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
+BUILD_DEPENDS+=        {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
 BUILD_DEPENDS+=        p5-Test-Exception>=0:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-Test-Warn>=0:../../devel/p5-Test-Warn
 
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-Tree-Simple/Makefile
--- a/devel/p5-Tree-Simple/Makefile     Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-Tree-Simple/Makefile     Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/10/19 19:18:09 he Exp $
+# $NetBSD: Makefile,v 1.13 2009/04/24 17:15:22 sno Exp $
 #
 
 DISTNAME=      Tree-Simple-1.18
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/Tree-Simple/
 COMMENT=       Simple extension to manipulate tree objects
 
-DEPENDS+=      p5-Scalar-List-Utils>=0.18:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r d3fcd1d51206 -r 1d2f942c1390 devel/p5-UNIVERSAL-can/Makefile
--- a/devel/p5-UNIVERSAL-can/Makefile   Fri Apr 24 17:07:03 2009 +0000
+++ b/devel/p5-UNIVERSAL-can/Makefile   Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:09 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/24 17:15:22 sno Exp $
 
 DISTNAME=      UNIVERSAL-can-1.12
 PKGNAME=       p5-${DISTNAME}
@@ -10,8 +10,8 @@
 HOMEPAGE=      http://search.cpan.org/dist/UNIVERSAL-can/
 COMMENT=       Hack around people calling UNIVERSAL::can() as a function
 
-DEPENDS+=      p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
-BUILD_DEPENDS+=        p5-Test-Simple>=0.60:../../devel/p5-Test-Simple
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
+BUILD_DEPENDS+=        {perl>=5.10,p5-Test-Simple>=0.60}:../../devel/p5-Test-Simple
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/UNIVERSAL/can/.packlist
diff -r d3fcd1d51206 -r 1d2f942c1390 finance/p5-Data-Currency/Makefile
--- a/finance/p5-Data-Currency/Makefile Fri Apr 24 17:07:03 2009 +0000
+++ b/finance/p5-Data-Currency/Makefile Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:09 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/24 17:15:22 sno Exp $
 
 DISTNAME=      Data-Currency-0.04002
 PKGNAME=       p5-${DISTNAME}
@@ -15,7 +15,7 @@
 DEPENDS+=      p5-Finance-Currency-Convert-WebserviceX>=0.03:../../finance/p5-Finance-Currency-Convert-WebserviceX
 DEPENDS+=      p5-Locale-Codes>=2.07:../../misc/p5-Locale-Codes
 DEPENDS+=      p5-Locale-Currency-Format>=1.22:../../finance/p5-Locale-Currency-Format
-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
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Data/Currency/.packlist
diff -r d3fcd1d51206 -r 1d2f942c1390 mail/p5-Mail-Box/Makefile
--- a/mail/p5-Mail-Box/Makefile Fri Apr 24 17:07:03 2009 +0000
+++ b/mail/p5-Mail-Box/Makefile Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/01/04 20:11:45 adrianp Exp $
+# $NetBSD: Makefile,v 1.12 2009/04/24 17:15:23 sno Exp $
 
 DISTNAME=      Mail-Box-2.086
 PKGNAME=       p5-${DISTNAME}
@@ -12,17 +12,17 @@
 DEPENDS+=      p5-Encode>=2.26:../../textproc/p5-Encode
 DEPENDS+=      p5-TimeDate-[0-9]*:../../time/p5-TimeDate
 DEPENDS+=      p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
-DEPENDS+=      p5-Scalar-List-Utils>=1.13:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-Object-Realize-Later>=0.14:../../devel/p5-Object-Realize-Later
 DEPENDS+=      p5-MIME-Types>=1.004:../../mail/p5-MIME-Types
 DEPENDS+=      p5-URI>=1.23:../../www/p5-URI
-DEPENDS+=      p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
+DEPENDS+=      {perl>=5.10,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
 DEPENDS+=      p5-User-Identity>=0.07:../../mail/p5-User-Identity
 DEPENDS+=      p5-MailTools>=2.01:../../mail/p5-MailTools
 DEPENDS+=      p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
 DEPENDS+=      p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
 DEPENDS+=      p5-File-Remove-[0-9]*:../../sysutils/p5-File-Remove
-DEPENDS+=      p5-Test-Harness>=2.62:../../devel/p5-Test-Harness
+DEPENDS+=      {perl>=5.10,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r d3fcd1d51206 -r 1d2f942c1390 net/p5-eBay-API/Makefile
--- a/net/p5-eBay-API/Makefile  Fri Apr 24 17:07:03 2009 +0000
+++ b/net/p5-eBay-API/Makefile  Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/04/11 23:15:20 sno Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/24 17:15:23 sno Exp $
 
 DISTNAME=              eBay-API-0.25
 PKGNAME=               p5-${DISTNAME}
@@ -20,8 +20,8 @@
 DEPENDS+=      p5-libwww>=2:../../www/p5-libwww
 DEPENDS+=      p5-ParallelUserAgent>=2.57:../../www/p5-ParallelUserAgent
 DEPENDS+=      p5-Params-Validate>=0.74:../../devel/p5-Params-Validate
-DEPENDS+=      p5-Scalar-List-Utils>=1.11:../../devel/p5-Scalar-List-Utils
-DEPENDS+=      p5-Time-HiRes>=1.51:../../time/p5-Time-HiRes
+DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=1.11}:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.10,p5-Time-HiRes>=1.51}:../../time/p5-Time-HiRes
 DEPENDS+=      p5-XML-Simple>=2.09:../../textproc/p5-XML-Simple
 DEPENDS+=      p5-XML-Tidy>=1.2.54:../../textproc/p5-XML-Tidy
 DEPENDS+=      p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer
diff -r d3fcd1d51206 -r 1d2f942c1390 textproc/p5-FormValidator-Simple/Makefile
--- a/textproc/p5-FormValidator-Simple/Makefile Fri Apr 24 17:07:03 2009 +0000
+++ b/textproc/p5-FormValidator-Simple/Makefile Fri Apr 24 17:15:21 2009 +0000
@@ -1,4 +1,4 @@



Home | Main Index | Thread Index | Old Index