pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class-Validation - This Perl module'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fea2f1af0019
branches:  trunk
changeset: 544574:fea2f1af0019
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Jul 16 00:47:20 2008 +0000

description:
- This Perl module's build requires the DateTime::Format::MySQL
module. Hence add a build dependency on time/p5-DateTime-Format-MySQL
package.
- Unbreak build when the package textproc/p5-Data-FormValidator is
not installed: add it as dependency.

Bump PKGREVISION to 1.

diffstat:

 databases/p5-DBIx-Class-Validation/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r eb69f1643bd8 -r fea2f1af0019 databases/p5-DBIx-Class-Validation/Makefile
--- a/databases/p5-DBIx-Class-Validation/Makefile       Wed Jul 16 00:13:47 2008 +0000
+++ b/databases/p5-DBIx-Class-Validation/Makefile       Wed Jul 16 00:47:20 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 08:42:49 abs Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/16 00:47:20 seb Exp $
 
 DISTNAME=      DBIx-Class-Validation-0.02003
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
 
@@ -11,8 +12,10 @@
 
 DEPENDS+=      p5-DBIx-Class>=0.07005:../../databases/p5-DBIx-Class
 DEPENDS+=      p5-FormValidator-Simple>=0.17:../../textproc/p5-FormValidator-Simple
+DEPENDS+=      p5-Data-FormValidator-[0-9]*:../../textproc/p5-Data-FormValidator
 
 BUILD_DEPENDS+= p5-DBD-SQLite>=1.11:../../databases/p5-DBD-SQLite
+BUILD_DEPENDS+=        p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/DBIx/Class/Validation/.packlist



Home | Main Index | Thread Index | Old Index