diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-03-04 15:40:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-03-04 15:40:40 +0000 |
commit | 01e0423c7dadde644da6177ab5bf51f92eeb0a65 (patch) | |
tree | 4f9902d3f6c0afa398505fc87b77c9e25ec4f52a /databases/p5-DBI-137/Makefile | |
parent | 07d47c27a699325fbb1cd88fc41a91a70d49d4b8 (diff) |
Upgrade to 1.34.
Submitted by: kuriyama
Notes
Notes:
svn path=/head/; revision=76856
Diffstat (limited to 'databases/p5-DBI-137/Makefile')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index ef905e96ae75..bd0dd042a2b5 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.32 +PORTVERSION= 1.34 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -19,8 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= dbiproxy.1 \ - dbish.1 +MAN1= dbiprof.1 \ + dbiproxy.1 MAN3= Bundle::DBI.3 \ DBD::Proxy.3 \ DBI.3 \ @@ -29,6 +29,7 @@ MAN3= Bundle::DBI.3 \ DBI::Const::GetInfoReturn.3 \ DBI::Const::GetInfoType.3 \ DBI::DBD.3 \ + DBI::DBD::Metadata.3 \ DBI::FAQ.3 \ DBI::Format.3 \ DBI::Profile.3 \ @@ -37,7 +38,6 @@ MAN3= Bundle::DBI.3 \ DBI::ProfileDumper::Apache.3 \ DBI::ProxyServer.3 \ DBI::PurePerl.3 \ - DBI::Shell.3 \ DBI::W32ODBC.3 \ Win32::DBIODBC.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |