diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 08:35:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 08:35:42 +0000 |
commit | 35f15437db8fb316f700e3d0b0cf1cdb8de15d53 (patch) | |
tree | d6f1c82767561354c0c5b93802f366c51568910d /databases/p5-Apache-DBI/Makefile | |
parent | c6d8398e02ee6e55cec886adc35450c5a19505b1 (diff) | |
download | pkgsrc-35f15437db8fb316f700e3d0b0cf1cdb8de15d53.tar.gz |
Update to 1.06:
1.06 03/23/2007
- MP2/AuthDBI: Fixed Apache::AuthDBI::debug() to
actually work.
Submitted by: [Kevin Appel <kappel@tgic.com>]
- Bump minium required perl version to 5.6.1 to match DBI
(Changes in DBI 1.49 (svn rev 2287), 29th November 2005)
Philip M. Gollucci <pgollucci@p6m7g8.com>
Diffstat (limited to 'databases/p5-Apache-DBI/Makefile')
-rw-r--r-- | databases/p5-Apache-DBI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Apache-DBI/Makefile b/databases/p5-Apache-DBI/Makefile index b6d401ac2db..f54353d7c00 100644 --- a/databases/p5-Apache-DBI/Makefile +++ b/databases/p5-Apache-DBI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2007/02/18 01:59:36 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/06/08 08:35:42 wiz Exp $ # -DISTNAME= Apache-DBI-1.05 +DISTNAME= Apache-DBI-1.06 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5adb CATEGORIES= databases perl5 |