pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-postgresql Add dependency on p5-versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/755a18a36ba2
branches:  trunk
changeset: 539944:755a18a36ba2
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Mon Mar 17 13:29:03 2008 +0000

description:
Add dependency on p5-version, which appears to be a new requirement.

Bump PKGREVISION, because the package will gladly build and install
without p5-version, it just won't actually work unless p5-version is
available both at build time and at run time.

diffstat:

 databases/p5-DBD-postgresql/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r bb5fc9904f35 -r 755a18a36ba2 databases/p5-DBD-postgresql/Makefile
--- a/databases/p5-DBD-postgresql/Makefile      Mon Mar 17 12:52:00 2008 +0000
+++ b/databases/p5-DBD-postgresql/Makefile      Mon Mar 17 13:29:03 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.43 2008/03/13 17:38:48 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2008/03/17 13:29:03 dsainty Exp $
 #
 
 VER=           2.2.2
 DISTNAME=      DBD-Pg-${VER}
 PKGNAME=       p5-DBD-postgresql-${VER}
 SVR4_PKGNAME=  p5dpo
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
@@ -13,6 +13,8 @@
 HOMEPAGE=      http://gborg.postgresql.org/project/dbdpg/projdisplay.php
 COMMENT=       Perl DBI/DBD driver for PostgreSQL databases
 
+DEPENDS+=      p5-version-[0-9]*:../../devel/p5-version
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 PERL5_PACKLIST=        auto/DBD/Pg/.packlist



Home | Main Index | Thread Index | Old Index