diff options
author | sno <sno@pkgsrc.org> | 2012-07-05 16:49:18 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-05 16:49:18 +0000 |
commit | fedc8f04e4160a2530231595f6542f5cfb329852 (patch) | |
tree | 8066d935efe9e2941ec3af97747e4c717aab298e /databases/p5-DBI/Makefile | |
parent | d19481fb8da1f68b3b8208090c006f43ff0b3f7a (diff) | |
download | pkgsrc-fedc8f04e4160a2530231595f6542f5cfb329852.tar.gz |
Updating package for Perl 5 module DBI in databases/p5-DBI from 1.620 to
1.622.
pkgsrc changes:
- fixing download directory
Upstream changes:
Changes in DBI 1.622 (svn r15327) 6th June 2012
Fixed lack of =encoding in non-ASCII pod docs. RT#77588
Corrected typo in DBI::ProfileDumper thanks to Finn Hakansson.
Changes in DBI 1.621 (svn r15315) 21st May 2012
Fixed segmentation fault when a thread is created from
within another thread RT#77137, thanks to Dave Mitchell.
Updated previous Changes to credit Booking.com for sponsoring
Dave Mitchell's recent DBI optimization work.
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 69a64c708fc..d0442e27c7e 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.53 2012/05/08 20:53:53 rhaen Exp $ +# $NetBSD: Makefile,v 1.54 2012/07/05 16:49:18 sno Exp $ -DISTNAME= DBI-1.620 +DISTNAME= DBI-1.622 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://dbi.perl.org/ |