aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /databases/p5-DBIx-Class
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz
ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415498
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r--databases/p5-DBIx-Class/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Class/pkg-descr b/databases/p5-DBIx-Class/pkg-descr
index 4f1b29efaddd..0ceb59b1e652 100644
--- a/databases/p5-DBIx-Class/pkg-descr
+++ b/databases/p5-DBIx-Class/pkg-descr
@@ -10,9 +10,9 @@ DBIx::Class can handle multi-column primary and foreign keys, complex queries
and database-level paging, and does its best to only query the database in
order to return something you've directly asked for. If a resultset is used as
an iterator it only fetches rows off the statement handle as requested in order
-to minimise memory usage. It has auto-increment support for SQLite, MySQL,
+to minimise memory usage. It has auto-increment support for SQLite, MySQL,
PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production
-on at least the first four, and is fork- and thread-safe out of the box
+on at least the first four, and is fork- and thread-safe out of the box
(although your DBD may not be).
This project is still under rapid development, so large new features may be