diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-10-23 16:28:46 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-10-23 16:28:46 +0800 |
commit | e23e67fbee7bf05a76f8b673856a42ea414fe83d (patch) | |
tree | 4d8a001920f9e1c306289b201e53ba8a6a5756ef /databases/p5-DBI-137 | |
parent | 32f25207a8a5609409ff43735b2335df87414ab9 (diff) | |
download | freebsd-ports-gnome-e23e67fbee7bf05a76f8b673856a42ea414fe83d.tar.gz freebsd-ports-gnome-e23e67fbee7bf05a76f8b673856a42ea414fe83d.tar.zst freebsd-ports-gnome-e23e67fbee7bf05a76f8b673856a42ea414fe83d.zip |
Upgrade to 1.13
PR: ports/14091
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Diffstat (limited to 'databases/p5-DBI-137')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-DBI-137/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBI-137/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index 44bbb09fc3c9..a353acabb623 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-DBI -# Version required: 1.12 +# Version required: 1.13 # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= DBI-1.12 -PKGNAME= p5-DBI-1.12 +DISTNAME= DBI-1.13 +PKGNAME= p5-DBI-1.13 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -22,6 +22,7 @@ CONFIGURE_ARGS= PREFIX=${PREFIX} MAN1= dbiproxy.1 \ dbish.1 MAN3= Bundle::DBI.3 \ + DBD::ADO.3 \ DBD::Proxy.3 \ DBI.3 \ DBI::DBD.3 \ @@ -29,7 +30,8 @@ MAN3= Bundle::DBI.3 \ DBI::Format.3 \ DBI::ProxyServer.3 \ DBI::Shell.3 \ - DBI::W32ODBC.3 + DBI::W32ODBC.3 \ + Win32::DBIODBC.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: diff --git a/databases/p5-DBI-137/distinfo b/databases/p5-DBI-137/distinfo index 8d0e8ff8b1b8..1c33bef4540c 100644 --- a/databases/p5-DBI-137/distinfo +++ b/databases/p5-DBI-137/distinfo @@ -1 +1 @@ -MD5 (DBI-1.12.tar.gz) = 321a6d9678dafd550431a78df3e5e32b +MD5 (DBI-1.13.tar.gz) = cef6c295a31b90deaff412346d33e021 diff --git a/databases/p5-DBI-137/pkg-plist b/databases/p5-DBI-137/pkg-plist index 110e76350cd1..941854ea55c2 100644 --- a/databases/p5-DBI-137/pkg-plist +++ b/databases/p5-DBI-137/pkg-plist @@ -1,6 +1,7 @@ bin/dbiproxy bin/dbish 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/NullP.pm @@ -12,6 +13,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Format.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProxyServer.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Shell.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/W32ODBC.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Win32/DBIODBC.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBIXS.h |