aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2007-05-27 11:13:17 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2007-05-27 11:13:17 +0000
commit4c464d7f0a39e785c125cfef9ceeb906a32c74b0 (patch)
tree69065b667b107d1be96b1141352f303089a789a7 /databases/p5-DBI
parent0cad4842fb585807ec0c0308fb36e3c46bec10c2 (diff)
downloadports-4c464d7f0a39e785c125cfef9ceeb906a32c74b0.tar.gz
ports-4c464d7f0a39e785c125cfef9ceeb906a32c74b0.zip
Update to 1.56
Notes
Notes: svn path=/head/; revision=192004
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile10
-rw-r--r--databases/p5-DBI/distinfo6
-rw-r--r--databases/p5-DBI/pkg-descr1
-rw-r--r--databases/p5-DBI/pkg-plist4
4 files changed, 8 insertions, 13 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 9adc62ced783..a46b508c0e09 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -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
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 355f894c22a2..0d47d016a326 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -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
diff --git a/databases/p5-DBI/pkg-descr b/databases/p5-DBI/pkg-descr
index 92d5083d58d4..e0b62ebe93da 100644
--- a/databases/p5-DBI/pkg-descr
+++ b/databases/p5-DBI/pkg-descr
@@ -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/
diff --git a/databases/p5-DBI/pkg-plist b/databases/p5-DBI/pkg-plist
index 0d341f3235bd..807da65d527e 100644
--- a/databases/p5-DBI/pkg-plist
+++ b/databases/p5-DBI/pkg-plist
@@ -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