diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-17 22:48:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-17 22:48:22 +0000 |
commit | 2a677c9947eae41b886d7e806835942261dbb0df (patch) | |
tree | 3f37c78044cbc2360c6b6917479ec5972e60ed28 /databases/p5-DBI | |
parent | e4e51d5957851d2694da3b6081756dfa4b30962a (diff) | |
download | ports-2a677c9947eae41b886d7e806835942261dbb0df.tar.gz ports-2a677c9947eae41b886d7e806835942261dbb0df.zip |
Notes
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 5 | ||||
-rw-r--r-- | databases/p5-DBI/pkg-plist | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 6204c6c4cbb5..8524a711cf48 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.615 +PORTVERSION= 1.616 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable BUILD_DEPENDS= ${RUN_DEPENDS} @@ -60,6 +63,7 @@ MAN3= Bundle::DBI.3 \ DBI::Gofer::Serializer::Base.3 \ DBI::Gofer::Serializer::Storable.3 \ DBI::Gofer::Transport::Base.3 \ + DBD::Gofer::Transport::corostream.3 \ DBI::Gofer::Transport::pipeone.3 \ DBI::Gofer::Transport::stream.3 \ DBI::Profile.3 \ diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 05b6072ceca2..3619891a365c 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,3 +1,2 @@ -MD5 (DBI-1.615.tar.gz) = 1d88dfecd8e372a87591cd8c55944430 -SHA256 (DBI-1.615.tar.gz) = cba1ed47ecac90d73a93e5736498a32ec6f1b2a4114d9286df30aee8e783cb85 -SIZE (DBI-1.615.tar.gz) = 571379 +SHA256 (DBI-1.616.tar.gz) = 60ce3986c46d12e0eae6def8b4804a90edd02c2cc6b0d2481854e6db8d99d054 +SIZE (DBI-1.616.tar.gz) = 576803 diff --git a/databases/p5-DBI/pkg-plist b/databases/p5-DBI/pkg-plist index 576b123cdb08..1ddce733ab3c 100644 --- a/databases/p5-DBI/pkg-plist +++ b/databases/p5-DBI/pkg-plist @@ -14,6 +14,7 @@ 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/corostream.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 |