summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV/Makefile
diff options
context:
space:
mode:
authorsno <sno>2010-03-16 17:31:39 +0000
committersno <sno>2010-03-16 17:31:39 +0000
commitd68883f664b39ecac876807cbd7156fd62f42136 (patch)
tree2e5ab24b5f2d39d6f49377c45e58d7bdef88bbe7 /databases/p5-DBD-CSV/Makefile
parentb7eea8556e3e6824679f2dd662c437fa0f943329 (diff)
downloadpkgsrc-d68883f664b39ecac876807cbd7156fd62f42136.tar.gz
Updating databases/p5-DBD-CSV from 0.25nb1 to 0.28
pkgsrc changes: - Adjust dependencies Upstream changes: 2010-03-16 0.28 H.Merijn Brand * Remove t/00_minimumversion.t from distribution * Dropped YAML spec to 1.0 * Sync up with SQL::Statement 1.25 NOTE: Internals of both modules changed. They will change again for SQL::Statement 2.0 2010-02-17 0.27 H.Merijn Brand * Upped copyright to 2010 * Doc-fix typo in link (Detlef Pilzecker) * Doc-fix small typo's 2009-11-10 0.26 H.Merijn Brand * Adjustments for windows (RT#50544) * Mark all non-\w chars illegal in field and table names * Fix field types after execute (RT#51090, vgdoqd) * Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK)
Diffstat (limited to 'databases/p5-DBD-CSV/Makefile')
-rw-r--r--databases/p5-DBD-CSV/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index c40bdeae6fe..d9f7b4758e3 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2009/11/01 15:30:39 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2010/03/16 17:31:39 sno Exp $
#
-DISTNAME= DBD-CSV-0.25
+DISTNAME= DBD-CSV-0.28
PKGNAME= p5-${DISTNAME:S/_/beta/}
-PKGREVISION= 1
+#PKGREVISION= 1
SVR4_PKGNAME= p5dcs
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -16,8 +16,10 @@ LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-SQL-Statement>=1.22:../../databases/p5-SQL-Statement
-DEPENDS+= p5-Text-CSV_XS>=0.69:../../textproc/p5-Text-CSV_XS
+DEPENDS+= p5-SQL-Statement>=1.25:../../databases/p5-SQL-Statement
+DEPENDS+= p5-Text-CSV_XS>=0.71:../../textproc/p5-Text-CSV_XS
+
+CONFLICTS+= p5-SQL-Statement<=1.23
PERL5_PACKLIST= auto/DBD/CSV/.packlist
REPLACE_PERL+= lib/DBD/CSV.pm