summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-08-17 06:35:28 +0000
committersno <sno@pkgsrc.org>2010-08-17 06:35:28 +0000
commit9b57f7f4d74e20d2f5b0e00375b8ed7995cac38a (patch)
tree6c5d192ab4be7aef05f0f45163a91e42f80352f7 /databases/p5-DBD-CSV
parentd2d5727909ee601cc6e7f2cb686ef48ba486e1f1 (diff)
downloadpkgsrc-9b57f7f4d74e20d2f5b0e00375b8ed7995cac38a.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/p5-DBD-CSV')
-rw-r--r--databases/p5-DBD-CSV/Makefile6
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