forked from Lainports/freebsd-ports
Update to 1.54.
This commit is contained in:
parent
ed1667d5c9
commit
bb09de80a7
3 changed files with 58 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DBI
|
||||
PORTVERSION= 1.53
|
||||
PORTVERSION= 1.54
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBI
|
||||
|
|
@ -30,6 +30,16 @@ MAN1= dbiprof.1 \
|
|||
MAN3= Bundle::DBI.3 \
|
||||
DBD::DBM.3 \
|
||||
DBD::File.3 \
|
||||
DBD::Gofer.3 \
|
||||
DBD::Gofer::Policy::Base.3 \
|
||||
DBD::Gofer::Policy::classic.3 \
|
||||
DBD::Gofer::Policy::pedantic.3 \
|
||||
DBD::Gofer::Policy::rush.3 \
|
||||
DBD::Gofer::Transport::Base.3 \
|
||||
DBD::Gofer::Transport::http.3 \
|
||||
DBD::Gofer::Transport::null.3 \
|
||||
DBD::Gofer::Transport::pipeone.3 \
|
||||
DBD::Gofer::Transport::stream.3 \
|
||||
DBD::Proxy.3 \
|
||||
DBD::Sponge.3 \
|
||||
DBI.3 \
|
||||
|
|
@ -40,6 +50,13 @@ MAN3= Bundle::DBI.3 \
|
|||
DBI::DBD.3 \
|
||||
DBI::DBD::Metadata.3 \
|
||||
DBI::FAQ.3 \
|
||||
DBI::Gofer::Execute.3 \
|
||||
DBI::Gofer::Request.3 \
|
||||
DBI::Gofer::Response.3 \
|
||||
DBI::Gofer::Transport::Base.3 \
|
||||
DBI::Gofer::Transport::mod_perl.3 \
|
||||
DBI::Gofer::Transport::pipeone.3 \
|
||||
DBI::Gofer::Transport::stream.3 \
|
||||
DBI::Profile.3 \
|
||||
DBI::ProfileData.3 \
|
||||
DBI::ProfileDumper.3 \
|
||||
|
|
@ -74,5 +91,11 @@ post-install:
|
|||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires newer Perl, but you can use databases/p5-DBI-137 instead
|
||||
.endif
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
EXTRA_DEPENDS= p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||
p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
BUILD_DEPENDS+= ${EXTRA_DEPENDS}
|
||||
RUN_DEPENDS+= ${EXTRA_DEPENDS}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (DBI-1.53.tar.gz) = e76dfeeb37eb7346342a49142d36171d
|
||||
SHA256 (DBI-1.53.tar.gz) = a2c6562c606d165605cdb0c416066b9be951b1ab1fce7493d46595d0e1611ec4
|
||||
SIZE (DBI-1.53.tar.gz) = 423124
|
||||
MD5 (DBI-1.54.tar.gz) = b90c7d060cc88f16191188421dc4f1f2
|
||||
SHA256 (DBI-1.54.tar.gz) = 4d049458e8c096d77c2a328b73e7660ff1b799ff925d7fe1fe97de21fa1bb203
|
||||
SIZE (DBI-1.54.tar.gz) = 459815
|
||||
|
|
|
|||
|
|
@ -5,6 +5,16 @@ bin/dbiproxy
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/DBM.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/ExampleP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/File.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/Base.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/classic.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/pedantic.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/rush.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/Base.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/http.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/null.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/pipeone.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/stream.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/NullP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Proxy.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Sponge.pm
|
||||
|
|
@ -17,6 +27,13 @@ bin/dbiproxy
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD/Metadata.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/FAQ.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Execute.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Request.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Response.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Transport/Base.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Transport/mod_perl.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Transport/pipeone.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Transport/stream.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Profile.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProfileData.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProfileDumper.pm
|
||||
|
|
@ -26,6 +43,7 @@ bin/dbiproxy
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/PurePerl.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Roadmap.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/SQL/Nano.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/Util/_accessor.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBI/W32ODBC.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Roadmap.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/TASKS.pod
|
||||
|
|
@ -40,13 +58,19 @@ bin/dbiproxy
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI/dbi_sql.h
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI/dbipport.h
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI/dbivport.h
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/SQL
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProfileDumper
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Const/GetInfo
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Const
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Win32
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Util
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/SQL
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProfileDumper
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Transport
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Const/GetInfo
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Const
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue