diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-19 22:28:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-19 22:28:57 +0000 |
commit | 151949cf64cb13b1b32e7818623d45291235de74 (patch) | |
tree | a1e0c0ffe81f0d8f0406647ede221c5ae948c16f /databases/p5-Apache-DBI/Makefile | |
parent | 13f68c7f087e0feaa2b97c70add90e41d899cb7e (diff) | |
download | pkgsrc-151949cf64cb13b1b32e7818623d45291235de74.tar.gz |
Update to 1.01:
1.01 06/04/2006
- Re-release as non developer release.
No changes from 1.00_01.
1.00_01 05/29/2006
- As DBI has supported only perl 5.6.0 since 2003
v1.38 Apache::DBI now requires perl 5.6.0 as well.
- Fix a plethora of uninitialized variable warnings,
general code cleanup, don't import unneeded symbols
from Carp, Digest::SHA1, and Digest::MD5
- http://rt.cpan.org/Ticket/Display.html?id=17073
$sth->rows is inconsistent across DBD::* drivers
and sometimes always returns 0. We were using
this to distinguish between a blank password and
no passwd. Now we don't call this function.
- http://rt.cpan.org/Ticket/Display.html?id=17422
a fatal error involving mp1, mp2 constants co-existance
was fixed in AuthDBI.
- http://rt.cpan.org/Ticket/Display.html?id=17446
under mod_perl 2, the check to skip caching connections
at server startup was broken; thus, causing children
to incorrectly share dbh handles with the parent.
- http://rt.cpan.org/Ticket/Display.html?id=19491
a critical return was missing connect() under mod_perl2
- Moved module's repository to its new home in SVN from CVS
http://svn.perl.org/modules/Apache-DBI
Diffstat (limited to 'databases/p5-Apache-DBI/Makefile')
-rw-r--r-- | databases/p5-Apache-DBI/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-Apache-DBI/Makefile b/databases/p5-Apache-DBI/Makefile index ce407739234..95d9450d21f 100644 --- a/databases/p5-Apache-DBI/Makefile +++ b/databases/p5-Apache-DBI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:09 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/19 22:28:57 wiz Exp $ # -DISTNAME= Apache-DBI-0.9901 +DISTNAME= Apache-DBI-1.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5adb CATEGORIES= databases perl5 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Apache-DBI/ COMMENT= DBI support for Apache+mod_perl DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI +DEPENDS+= p5-Digest-SHA1>=2.01:../../security/p5-Digest-SHA1 DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Apache/DBI/.packlist |