diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-02-24 07:11:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-02-24 07:11:55 +0000 |
commit | 0b65e64d7cfc2c126a959c135a2a417374236fec (patch) | |
tree | 78b46a4be389aab008d1c91a8985d61fc5ce9edc /databases/p5-DBI-137 | |
parent | Update www/notftp to 1.3.1 (diff) |
Upgrade to 1.32.
PR: ports/47618, ports/47619
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
Notes
Notes:
svn path=/head/; revision=76374
Diffstat (limited to 'databases/p5-DBI-137')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBI-137/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBI-137/pkg-plist | 4 |
3 files changed, 9 insertions, 2 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index 574213b1795f..ef905e96ae75 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/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-137/distinfo b/databases/p5-DBI-137/distinfo index 714b3b67ffe9..9fe5d5161d76 100644 --- a/databases/p5-DBI-137/distinfo +++ b/databases/p5-DBI-137/distinfo @@ -1 +1 @@ -MD5 (DBI-1.28.tar.gz) = 0c323bdc712fe379ec92d826514615e3 +MD5 (DBI-1.32.tar.gz) = 5a6b8fb4433da1a9363a0b2ab1d6f21e diff --git a/databases/p5-DBI-137/pkg-plist b/databases/p5-DBI-137/pkg-plist index d6517411040c..f8e8867f2577 100644 --- a/databases/p5-DBI-137/pkg-plist +++ b/databases/p5-DBI-137/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 |