parent
0cad4842fb
commit
4c464d7f0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192004
4 changed files with 8 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DBI
|
||||
PORTVERSION= 1.54
|
||||
PORTVERSION= 1.56
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBI
|
||||
|
@ -25,8 +25,7 @@ RUN_DEPENDS+= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
|
|||
CONFLICTS= p5-DBI-1.3*
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= dbiprof.1 \
|
||||
dbiproxy.1
|
||||
MAN1= dbilogstrip.1 dbiprof.1 dbiproxy.1
|
||||
MAN3= Bundle::DBI.3 \
|
||||
DBD::DBM.3 \
|
||||
DBD::File.3 \
|
||||
|
@ -36,7 +35,6 @@ MAN3= Bundle::DBI.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 \
|
||||
|
@ -54,7 +52,6 @@ MAN3= Bundle::DBI.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 \
|
||||
|
@ -88,9 +85,6 @@ post-install:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (DBI-1.54.tar.gz) = b90c7d060cc88f16191188421dc4f1f2
|
||||
SHA256 (DBI-1.54.tar.gz) = 4d049458e8c096d77c2a328b73e7660ff1b799ff925d7fe1fe97de21fa1bb203
|
||||
SIZE (DBI-1.54.tar.gz) = 459815
|
||||
MD5 (DBI-1.56.tar.gz) = 5471f8a968943dae1971d55bbfafc844
|
||||
SHA256 (DBI-1.56.tar.gz) = 4749459f43a1e40888f528119625db2a049201829159d08dbdfbd25824200def
|
||||
SIZE (DBI-1.56.tar.gz) = 482563
|
||||
|
|
|
@ -11,3 +11,4 @@ whilst allowing the real interface to evolve with experience behind the
|
|||
emulation interface.
|
||||
|
||||
WWW: http://dbi.perl.org
|
||||
WWW: http://search.cpan.org/dist/DBI/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $FreeBSD$
|
||||
bin/dbilogstrip
|
||||
bin/dbiprof
|
||||
bin/dbiproxy
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBI.pm
|
||||
|
@ -11,7 +12,6 @@ bin/dbiproxy
|
|||
%%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
|
||||
|
@ -31,7 +31,6 @@ bin/dbiproxy
|
|||
%%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
|
||||
|
@ -58,6 +57,7 @@ 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
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/goferperf.pl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Win32
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Util
|
||||
|
|
Loading…
Reference in a new issue