aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2009-08-19 10:10:25 +0000
committerAnton Berezin <tobez@FreeBSD.org>2009-08-19 10:10:25 +0000
commitd7d5e3d03ce0d64edcbf09373b3f97e122172924 (patch)
treef5f6c2a38b927e3f6321477a8386381daf89476d /databases/p5-DBIx-Class
parent2ad4baf377de12140134b9ffdadb32c04854b396 (diff)
downloadports-d7d5e3d03ce0d64edcbf09373b3f97e122172924.tar.gz
ports-d7d5e3d03ce0d64edcbf09373b3f97e122172924.zip
Notes
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r--databases/p5-DBIx-Class/Makefile4
-rw-r--r--databases/p5-DBIx-Class/distinfo6
-rw-r--r--databases/p5-DBIx-Class/pkg-plist17
3 files changed, 16 insertions, 11 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile
index 28f02d43987d..ff51bb86d383 100644
--- a/databases/p5-DBIx-Class/Makefile
+++ b/databases/p5-DBIx-Class/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBIx-Class
-PORTVERSION= 0.08108
+PORTVERSION= 0.08109
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -112,6 +112,7 @@ MAN3= DBIx::Class.3 \
DBIx::Class::Storage::DBI::Replicated::Balancer.3 \
DBIx::Class::Storage::DBI::Replicated::Balancer::First.3 \
DBIx::Class::Storage::DBI::Replicated::Balancer::Random.3 \
+ DBIx::Class::Storage::DBI::Replicated::Introduction.3 \
DBIx::Class::Storage::DBI::Replicated::Pool.3 \
DBIx::Class::Storage::DBI::Replicated::Replicant.3 \
DBIx::Class::Storage::DBI::Replicated::WithDSN.3 \
@@ -121,6 +122,7 @@ MAN3= DBIx::Class.3 \
DBIx::Class::Storage::DBI::Sybase::Base.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::mysql.3 \
DBIx::Class::Storage::Statistics.3 \
DBIx::Class::Storage::TxnScopeGuard.3 \
diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo
index e97a1788041f..b51fc90574cd 100644
--- a/databases/p5-DBIx-Class/distinfo
+++ b/databases/p5-DBIx-Class/distinfo
@@ -1,3 +1,3 @@
-MD5 (DBIx-Class-0.08108.tar.gz) = ed377d6968192fcf874ee5b92d212382
-SHA256 (DBIx-Class-0.08108.tar.gz) = fedafa95cdc12c852b189770a4d6eaac74846d1fdefd9fb181e214085bb639b2
-SIZE (DBIx-Class-0.08108.tar.gz) = 427175
+MD5 (DBIx-Class-0.08109.tar.gz) = d64ecdfdf806cb9acd53ca9459608992
+SHA256 (DBIx-Class-0.08109.tar.gz) = e30abb793fb43a0ff0571d300b6abdffaff7557c72671e05b9e7bb8cffe35dac
+SIZE (DBIx-Class-0.08109.tar.gz) = 445784
diff --git a/databases/p5-DBIx-Class/pkg-plist b/databases/p5-DBIx-Class/pkg-plist
index eedd9b4455bf..33bc27d67635 100644
--- a/databases/p5-DBIx-Class/pkg-plist
+++ b/databases/p5-DBIx-Class/pkg-plist
@@ -1,4 +1,4 @@
-bin/dbicadmin
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/.packlist
%%SITE_PERL%%/DBIx/Class.pm
%%SITE_PERL%%/DBIx/Class/AccessorGroup.pm
%%SITE_PERL%%/DBIx/Class/CDBICompat.pm
@@ -80,8 +80,9 @@ bin/dbicadmin
%%SITE_PERL%%/DBIx/Class/ResultSourceProxy/Table.pm
%%SITE_PERL%%/DBIx/Class/Row.pm
%%SITE_PERL%%/DBIx/Class/SQLAHacks.pm
-%%SITE_PERL%%/DBIx/Class/SQLAHacks/OracleJoins.pm
+%%SITE_PERL%%/DBIx/Class/SQLAHacks/MSSQL.pm
%%SITE_PERL%%/DBIx/Class/SQLAHacks/MySQL.pm
+%%SITE_PERL%%/DBIx/Class/SQLAHacks/OracleJoins.pm
%%SITE_PERL%%/DBIx/Class/Schema.pm
%%SITE_PERL%%/DBIx/Class/Schema/Versioned.pm
%%SITE_PERL%%/DBIx/Class/Serialize/Storable.pm
@@ -106,6 +107,7 @@ bin/dbicadmin
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Replicated/Balancer.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm
+%%SITE_PERL%%/DBIx/Class/Storage/DBI/Replicated/Introduction.pod
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Replicated/Pool.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Replicated/Replicant.pm
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Replicated/Types.pm
@@ -116,16 +118,14 @@ bin/dbicadmin
%%SITE_PERL%%/DBIx/Class/Storage/DBI/Sybase/Base.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/mysql.pm
%%SITE_PERL%%/DBIx/Class/Storage/Statistics.pm
%%SITE_PERL%%/DBIx/Class/Storage/TxnScopeGuard.pm
-%%SITE_PERL%%/DBIx/Class/SQLAHacks/MSSQL.pm
%%SITE_PERL%%/DBIx/Class/UTF8Columns.pm
%%SITE_PERL%%/SQL/Translator/Parser/DBIx/Class.pm
%%SITE_PERL%%/SQL/Translator/Producer/DBIx/Class/File.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/.packlist
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
+bin/dbicadmin
@dirrmtry %%SITE_PERL%%/SQL/Translator/Producer/DBIx/Class
@dirrmtry %%SITE_PERL%%/SQL/Translator/Producer/DBIx
@dirrmtry %%SITE_PERL%%/SQL/Translator/Producer
@@ -133,7 +133,7 @@ bin/dbicadmin
@dirrmtry %%SITE_PERL%%/SQL/Translator/Parser
@dirrmtry %%SITE_PERL%%/SQL/Translator
@dirrmtry %%SITE_PERL%%/SQL
-@dirrmtry %%SITE_PERL%%/DBIx/Class/SQLAHacks
+@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
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage/DBI/Replicated/Balancer
@@ -144,6 +144,7 @@ bin/dbicadmin
@dirrmtry %%SITE_PERL%%/DBIx/Class/Storage
@dirrmtry %%SITE_PERL%%/DBIx/Class/Serialize
@dirrmtry %%SITE_PERL%%/DBIx/Class/Schema
+@dirrmtry %%SITE_PERL%%/DBIx/Class/SQLAHacks
@dirrmtry %%SITE_PERL%%/DBIx/Class/ResultSourceProxy
@dirrmtry %%SITE_PERL%%/DBIx/Class/ResultSource
@dirrmtry %%SITE_PERL%%/DBIx/Class/ResultClass
@@ -156,3 +157,5 @@ bin/dbicadmin
@dirrmtry %%SITE_PERL%%/DBIx/Class/CDBICompat
@dirrmtry %%SITE_PERL%%/DBIx/Class
@dirrmtry %%SITE_PERL%%/DBIx
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx