diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-07-22 10:44:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-07-22 10:44:52 +0000 |
commit | ae6f836a9a0d5ebdaae8fc927a0150caa69fc8f3 (patch) | |
tree | 1cb47ba4b86d7596d3f2da7a1cbcc79744e0c5ba /databases/p5-DBI | |
parent | 3bbbb772e7ed39b5eed4c48592c0e292435cae84 (diff) | |
download | ports-ae6f836a9a0d5ebdaae8fc927a0150caa69fc8f3.tar.gz ports-ae6f836a9a0d5ebdaae8fc927a0150caa69fc8f3.zip |
Notes
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBI/pkg-plist | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index c687ab6ceb7d..62242ca23840 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -22,6 +22,7 @@ MAN1= dbiproxy.1 \ dbish.1 MAN3= Bundle::DBI.3 \ DBD::ADO.3 \ + DBD::Multiplex.3 \ DBD::Proxy.3 \ DBI.3 \ DBI::DBD.3 \ diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 1c33bef4540c..8501dcd41626 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1 +1 @@ -MD5 (DBI-1.13.tar.gz) = cef6c295a31b90deaff412346d33e021 +MD5 (DBI-1.14.tar.gz) = a2d1dbf5cd083e08861bc596e3892bdb diff --git a/databases/p5-DBI/pkg-plist b/databases/p5-DBI/pkg-plist index 1b2abb77df89..04378cd40274 100644 --- a/databases/p5-DBI/pkg-plist +++ b/databases/p5-DBI/pkg-plist @@ -4,6 +4,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBI.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ADO.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ExampleP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Multiplex.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/NullP.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Proxy.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Sponge.pm @@ -20,6 +21,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBIXS.h lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/Driver.xst lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbd_xsh.h 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 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD |