diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-24 09:28:47 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-24 09:28:47 +0000 |
commit | fa23a6184af2655322a1e2576be70195e53d9581 (patch) | |
tree | 8fae442f19dedefbc7c0a2206accf086355fe740 | |
parent | 5f538d1072e9c23d40ea07de516792463fd9ebf5 (diff) | |
download | pkgsrc-fa23a6184af2655322a1e2576be70195e53d9581.tar.gz |
updated to 1.607
took maintainership
updated REPLACE_PERL section
ChangeLog:
Changes in DBI 1.607 (svn r11571) 22nd July 2008
NOTE: Perl 5.8.1 is now the minimum supported version.
If you need support for earlier versions send me a patch.
Fixed missing import of carp in DBI::Gofer::Execute.
Added note to docs about effect of execute(@empty_array).
Clarified docs for ReadOnly thanks to Martin Evans.
-rw-r--r-- | databases/p5-DBI/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 8eea30272a1..244f130b86e 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.41 2008/07/14 19:13:59 he Exp $ +# $NetBSD: Makefile,v 1.42 2008/07/24 09:28:47 rhaen Exp $ -DISTNAME= DBI-1.605 +DISTNAME= DBI-1.607 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://dbi.perl.org/ COMMENT= The database-independent Perl database access API -#REPLACE_PERL= goferperf.pl +REPLACE_PERL= dbixs_rev.pl # Tests need Test::More BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 2a95e5589a8..b12436b4529 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2008/07/14 19:13:59 he Exp $ +$NetBSD: distinfo,v 1.24 2008/07/24 09:28:47 rhaen Exp $ -SHA1 (DBI-1.605.tar.gz) = 0d21eb4b21b4cad69004e40ecaaafcef4a4dc7da -RMD160 (DBI-1.605.tar.gz) = b87fb2a8744ad5d47991d514ef2f531786774b9a -Size (DBI-1.605.tar.gz) = 504313 bytes +SHA1 (DBI-1.607.tar.gz) = 5883b7c8129f33d234fdbb7903b60c60abf7dadb +RMD160 (DBI-1.607.tar.gz) = e1dd06cd5b4f3fcd5e2850e9b36fdfe7eae44c4b +Size (DBI-1.607.tar.gz) = 504385 bytes |