1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Update to 0.08115

This commit is contained in:
Wen Heping 2009-12-11 13:11:40 +00:00
parent 84d0d379bc
commit fee15bfa7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245553
3 changed files with 10 additions and 9 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= DBIx-Class
PORTVERSION= 0.08114
PORTREVISION= 1
PORTVERSION= 0.08115
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -122,11 +121,11 @@ MAN3= DBIx::Class.3 \
DBIx::Class::Storage::DBI::Role::QueryCounter.3 \
DBIx::Class::Storage::DBI::SQLite.3 \
DBIx::Class::Storage::DBI::Sybase.3 \
DBIx::Class::Storage::DBI::Sybase::Common.3 \
DBIx::Class::Storage::DBI::Sybase::ASE.3 \
DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars.3 \
DBIx::Class::Storage::DBI::Sybase::MSSQL.3 \
DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server.3 \
DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars.3 \
DBIx::Class::Storage::DBI::Sybase::NoBindVars.3 \
DBIx::Class::Storage::DBI::mysql.3 \
DBIx::Class::Storage::Statistics.3 \
DBIx::Class::Storage::TxnScopeGuard.3 \

View File

@ -1,3 +1,3 @@
MD5 (DBIx-Class-0.08114.tar.gz) = 8a53735173bf68a33f4f7f151e0ea513
SHA256 (DBIx-Class-0.08114.tar.gz) = d7da8808c17d3668760d50a3f4c12a082101d8c5eb2b78393f82e226d5b4efd7
SIZE (DBIx-Class-0.08114.tar.gz) = 474923
MD5 (DBIx-Class-0.08115.tar.gz) = 0d10c4f88be0eb1cd5c3a69a50ca50be
SHA256 (DBIx-Class-0.08115.tar.gz) = bca68f94b4abc6ee38eb4123c2afaf0b4c7caf57203698e0f652e0610e68ada9
SIZE (DBIx-Class-0.08115.tar.gz) = 488242

View File

@ -90,6 +90,7 @@
%%SITE_PERL%%/DBIx/Class/StartupCheck.pm
%%SITE_PERL%%/DBIx/Class/Storage.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBIHacks.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/ADO.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/AmbiguousGlob.pm
@ -119,11 +120,11 @@
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Role/QueryCounter.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/SQLite.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/Common.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/ASE.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/mysql.pm
%%SITE_PERL%%/DBIx/Class/Storage/Statistics.pm
%%SITE_PERL%%/DBIx/Class/Storage/TxnScopeGuard.pm
@ -138,6 +139,7 @@ bin/dbicadmin
@dirrmtry %%SITE_PERL%%/SQL/Translator/Parser
@dirrmtry %%SITE_PERL%%/SQL/Translator
@dirrmtry %%SITE_PERL%%/SQL
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/ASE
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage/DBI/Role