diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-02-24 07:11:55 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-02-24 07:11:55 +0000 |
commit | 577701153b2209c5cf13f10ca663d94c0a4d84e2 (patch) | |
tree | 5928bd136aaee6ff5fdd1aef15fca5fd247545d3 /databases/p5-DBI | |
parent | 4f25e0118c68eb13018b499783131245860281fc (diff) | |
download | FreeBSD-ports-577701153b2209c5cf13f10ca663d94c0a4d84e2.zip FreeBSD-ports-577701153b2209c5cf13f10ca663d94c0a4d84e2.tar.gz |
Upgrade to 1.32.
PR: ports/47618, ports/47619
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBI/pkg-plist | 4 |
3 files changed, 9 insertions, 2 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 574213b..ef905e9 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.28 +PORTVERSION= 1.32 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -32,6 +32,9 @@ MAN3= Bundle::DBI.3 \ DBI::FAQ.3 \ DBI::Format.3 \ DBI::Profile.3 \ + DBI::ProfileData.3 \ + DBI::ProfileDumper.3 \ + DBI::ProfileDumper::Apache.3 \ DBI::ProxyServer.3 \ DBI::PurePerl.3 \ DBI::Shell.3 \ diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 714b3b6..9fe5d51 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1 +1 @@ -MD5 (DBI-1.28.tar.gz) = 0c323bdc712fe379ec92d826514615e3 +MD5 (DBI-1.32.tar.gz) = 5a6b8fb4433da1a9363a0b2ab1d6f21e diff --git a/databases/p5-DBI/pkg-plist b/databases/p5-DBI/pkg-plist index d651741..f8e8867 100644 --- a/databases/p5-DBI/pkg-plist +++ b/databases/p5-DBI/pkg-plist @@ -15,6 +15,9 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/DBD.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/FAQ.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Format.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Profile.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProfileData.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProfileDumper.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProfileDumper/Apache.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProxyServer.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/PurePerl.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Shell.pm @@ -31,6 +34,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbi_sql.h lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbipport.h @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProfileDumper @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Const/GetInfo @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Const @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI |