diff options
author | sno <sno> | 2010-08-17 06:35:28 +0000 |
---|---|---|
committer | sno <sno> | 2010-08-17 06:35:28 +0000 |
commit | 74430faea8fbe50a5622be8c8f4d45661e86ff66 (patch) | |
tree | 6c5d192ab4be7aef05f0f45163a91e42f80352f7 /databases | |
parent | b0bbda38dc7d930dbc5536c3f3b73d35dc6e8d40 (diff) | |
download | pkgsrc-74430faea8fbe50a5622be8c8f4d45661e86ff66.tar.gz |
Bug-Fix in databases/p5-SQL-Statement affects DBD::CSV, so require fixed
version and bump revision to force users to update
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index dd6e0a3146b..907dbeba704 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2010/07/17 08:27:19 sno Exp $ +# $NetBSD: Makefile,v 1.27 2010/08/17 06:35:28 sno Exp $ # DISTNAME= DBD-CSV-0.30 PKGNAME= p5-${DISTNAME:S/_/beta/} -#PKGREVISION= 1 +PKGREVISION= 1 SVR4_PKGNAME= p5dcs CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -16,7 +16,7 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-SQL-Statement>=1.28:../../databases/p5-SQL-Statement +DEPENDS+= p5-SQL-Statement>=1.31:../../databases/p5-SQL-Statement DEPENDS+= p5-Text-CSV_XS>=0.71:../../textproc/p5-Text-CSV_XS CONFLICTS+= p5-SQL-Statement<=1.27 |