summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-06-14 21:03:32 +0000
committersno <sno@pkgsrc.org>2009-06-14 21:03:32 +0000
commitb492fd4d85e95a1fef106a147b4d1dd4beb018e4 (patch)
tree442381645e7003c880af758ee46229d96795845a
parentb913debbbcab7720a8a41a4f262a5ba0cc90c306 (diff)
downloadpkgsrc-b492fd4d85e95a1fef106a147b4d1dd4beb018e4.tar.gz
pkgsrc changes:
- Updating package of p5 module DBI & Co. from 1.608 to 1.609 - Setting LICENSE to ${PERL5_LICENSE} according to META.yaml - Removing dependency to devel/p5-Test-Simple: required version is in pkgsrc distributed perl core Upstream changes: Fixes to DBD::File (H.Merijn Brand) added f_schema attribute table names case sensitive when quoted, insensitive when unquoted workaround a bug in SQL::Statement (temporary fix) related to the "You passed x parameters where y required" error Added ImplementorClass and Name info to the "Issuing rollback() due to DESTROY without explicit disconnect" warning to identify the handle. Applies to compiled drivers when they are recompiled. Added DBI->visit_handles($coderef) method. Added $h->visit_child_handles($coderef) method. Added docs for column_info()'s COLUMN_DEF value. Clarified docs on stickyness of data type via bind_param(). Clarified docs on stickyness of data type via bind_col().
-rw-r--r--databases/p5-DBI/Makefile8
-rw-r--r--databases/p5-DBI/distinfo8
2 files changed, 7 insertions, 9 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index c16015d3697..e83efec42a8 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2009/05/06 06:34:10 sno Exp $
+# $NetBSD: Makefile,v 1.45 2009/06/14 21:03:32 sno Exp $
-DISTNAME= DBI-1.608
+DISTNAME= DBI-1.609
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -8,12 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://dbi.perl.org/
COMMENT= The database-independent Perl database access API
+LICENSE= ${PERL5_LICENSE}
REPLACE_PERL= dbixs_rev.pl
-# Tests need Test::More
-BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
-
USE_LANGUAGES= c
PERL5_PACKLIST= auto/DBI/.packlist
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 8002d0419d4..62acaa39412 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2009/05/06 06:34:10 sno Exp $
+$NetBSD: distinfo,v 1.26 2009/06/14 21:03:32 sno Exp $
-SHA1 (DBI-1.608.tar.gz) = 6ce03c2d385ba6a12a45a0cf4900001bbcf4176b
-RMD160 (DBI-1.608.tar.gz) = 646a6d3ff7ca796ae0ca17bb54c14e45992080b2
-Size (DBI-1.608.tar.gz) = 508058 bytes
+SHA1 (DBI-1.609.tar.gz) = abb8071a3451c36099846f73838cb7a6533e3bd8
+RMD160 (DBI-1.609.tar.gz) = 1f1e8ffb795168c65add2ac13d3549ab9958b934
+Size (DBI-1.609.tar.gz) = 510309 bytes