pkgsrc/databases
hiramatsu b5d6dad0dd Update p5-DBIx-Connector to 0.47.
Changes from previous:
0.47  2011-09-26T17:12:07Z
      - Use of the deprecated `catch` functionality now warns on every call,
        rather than just the first call from a given caller.

0.46  2011-07-17T00:47:49
      - Eliminated "Use of qw(...) as parentheses is deprecated" warning in
        test when running on Perl 5.14.
      - Properly `local`ing `$$` in the `t/base.t` test so that it doesn't die
        on Perl 5.15. Thanks to Andreas J. Koenig for the report and diagnosis
        and to Nicholas Clark for the fix.
      - Duplicate paragraphs removed from `README.md` thanks to Ask Bjørn
        Hansen.
      - The `catch` functionality is deprecated. It will warn once for each
        caller to keep log verbosity down. In the next release, it will warn
        for every call. The release after that, it will be removed altogether.

0.45  2011-05-10T21:44:08
      - Fixed crash when `in_txn()` was called before an actual connection
        was established.
      - Strongly recommend setting `AutoCommit` to true in the documentation.
        Setting `AutoCommit` to false defeats the scoping behavior of `txn()`
        and therefore should not be used.
      - Nested exception handling now works properly in nested calls to
        `run()` in fixup mode and in nested calls to `txn()` in all modes.
        Thanks to Mark Lawrence for the report (RT #66974).

0.44  2011-03-20T01:04:59
      - Fixed bug with the MySQL driver introduced by the auto-reconnection
        fix in 0.43. Sorry for the lame mistake. [Lee Aylward]

0.43  2011-03-17T20:03:16
      - DBIx::Connector now sets the DBI `RaiseError` parameter to true in
        `new()` if neither it nor `HandleError` has been specified. This is to
        increase the likelihood that exception handling will be properly
        triggered in `run()`, `txn()`, and `svp()`. Documentation has also
        been added to emphasize the importance of setting `RaiseError` or
        `HandleError` appropriately.
      - Documented that `AutoInactiveDestroy` is set to true in `new()` if it
        is not specified. It's important tht this attribute be true in forking
        environments.
      - After connecting to the database, the MySQL driver,
        DBIx::Connector::Driver::mysql, now always sets the
        `mysql_auto_reconnect` attribute to false. This is to prevent MySQL's
        auto-reconnection feature from interfering with DBIx::Connector's
        auto-reconnection functionality in `fixup` mode. Thanks to Karen
        Etheridge and Peter Rabbitson for the report.
      - Removed mention of the use of the `catch` function from Try::Tiny,
        since it is no longer compatible to use passing the exception-handling
        function. Just using `catch =>` instead, which is cleaner-looking
        anyway (RT #65196).

0.42  2010-12-17T18:35:54
      - If a catch block died, the exception was not being propagated. That
        is, if a catch block threw an exception, DBIx::Connector ate it, and
        any calling code would not be able to catch it. This was a pretty
        serious bug; upgrading is strongly recommended for anyone using catch
        blocks.
      - When `run()`, `txn()`, or `svp()` was called recursively from within a
        second fixup execution, it was not respecting the fact that it was
        recursive and could try to start a transaction again. This happened
        *only* when a fixup run found that the database was disconnected and
        successfully re-connected, so it's a pretty rare condition.

0.41  2010-12-08T21:02:32
      - `connect()` no longer returns a disconnected database handle. Thanks
        to John Siracusa for the spot (Issue #6).
      - Added `disconnect_on_destroy()`, which can be used to disable
        disconnecting the database handle when the connector object is
        destroyed. Suggested by John Siracusa.
2011-10-24 09:36:01 +00:00
..
abook Fix build with Clang 2011-08-20 15:27:09 +00:00
adodb Bump PKGREVISION from PHP_VERSION_DEFAULT changes. 2011-09-16 05:46:22 +00:00
apache-cassandra Update to the more recent version Apache Cassandra 0.7.6. 2011-05-20 00:27:59 +00:00
bdb-xml Package accepts db4 or db5 but CONFIGURE_ARGS was explicitly trying to 2011-04-01 21:07:01 +00:00
cdb
clisp-bdb Fix linking against db4. 2011-04-20 22:12:50 +00:00
clisp-gdbm Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
clisp-pgsql Import CLISP postgresql module as databases/clisp-pgsql. 2010-07-09 19:16:58 +00:00
couchdb Updated databases/couchdb to 1.1.0. 2011-07-27 19:20:57 +00:00
csharp-mysql Initial import of Connector/Net 6.3.5 under the name of csharp-mysql, a 2010-10-16 21:26:02 +00:00
cstore
datadraw Fix DESTDIR. 2009-11-30 18:26:48 +00:00
db Drop NO_PKGTOOLS_REQD_CHECK, it is no longer relevant. 2009-09-09 16:59:17 +00:00
db3
db4 Revert previous as one of the licenses has a non-BSD clause as pointed 2011-08-31 21:30:40 +00:00
db5 Changes 5.2.36: 2011-10-03 10:54:45 +00:00
db46 Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
dbh DESTDIR support 2010-01-29 16:51:38 +00:00
edb
freetds Add PKG_SUGGESTED_OPTIONS=openssl as freetds won't build with out tls support. 2011-10-17 03:44:54 +00:00
gdbm split up Makefile. 2011-10-17 08:40:15 +00:00
gdbm_compat Import gdbm_compat-1.9.1 as databases/gdbm_compat. 2011-10-17 08:44:32 +00:00
gdbm_primitive Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
geneweb Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
gigabase Update gigabase to 3.82. 2011-06-18 02:45:13 +00:00
gnats Fix broken build with clang. While here, fix the toplevel makefile to 2011-08-01 05:19:12 +00:00
gnome-mime-data recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gourmet recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gq recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gramps recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gramps2 recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gramps3 recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gtksql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
guile-pg Update to 0.39. Resolves type errors vs newer pgsql. 2010-03-19 11:26:57 +00:00
idzebra recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
iodbc Use DL_AUTO_VARS to fix build on Linux. From Aleksey Cheusov in PR 43516. 2010-06-25 22:06:47 +00:00
ipa_sdb Update ipa_sdb to 1.1. 2011-02-10 12:03:11 +00:00
java-db3 Mark as user-destdir-ready. 2010-03-08 09:57:02 +00:00
java-qdbm
java-tokyocabinet Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
jdb DESTDIR support 2010-01-29 16:51:38 +00:00
jdbc-mysql5
jdbc-mysql31
jdbc-postgresql83 Updated databases/jdbc-postgresql83 to 605 2009-10-20 11:02:55 +00:00
jdbc-postgresql84 Added databases/jdbc-postgresql84 version 701 2009-10-20 10:59:18 +00:00
kmysqladmin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
krecipes recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
lbdb DESTDIR support 2010-01-29 16:51:38 +00:00
ldapvi recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libcassandra Recursive Bump from boost-libs ABI bump. 2011-10-19 06:12:58 +00:00
libdbi remove *_drivers files 2011-09-18 20:20:35 +00:00
libdbi-driver-mysql Files related to libdbi DB drivers have been moved to 2011-09-15 21:22:34 +00:00
libdbi-driver-pgsql Files related to libdbi DB drivers have been moved to 2011-09-15 21:22:34 +00:00
libdbi-driver-sqlite Files related to libdbi DB drivers have been moved to 2011-09-15 21:22:34 +00:00
libdbi-driver-sqlite3 Update my email 2011-10-09 10:02:44 +00:00
libgda recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libgda-mysql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libgda-postgres recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libgnomedb recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libpqxx Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
libpqxx-doc
lua-sqlite Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
lua-tokyocabinet Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
luma more REPLACE_PYTHON 2011-06-19 18:43:06 +00:00
maatkit Upgrade to latest version. 2011-08-07 02:16:03 +00:00
mergeant recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
metakit-lib
myodbc Changes 5.1.8: 2011-08-19 07:59:58 +00:00
mysql-workbench Add pkg-config to tools, seems to be needed (according to 2011-09-29 19:46:27 +00:00
mysql5-client Update mysql5-{client,server} pacakge to 5.0.92. 2011-02-26 02:58:55 +00:00
mysql5-server Add b3.mk file for consistency with the other MySQL server packages 2011-09-12 10:56:10 +00:00
mysql51-client Update mysql51-client and mysql51-server package to 5.1.58 (MySQL 5.1.58). 2011-08-02 14:10:34 +00:00
mysql51-server Add proper upper limit to not result in mix of MySQL 5.1 and 5.5 2011-09-12 10:53:58 +00:00
mysql55-client Changes 5.5.17: 2011-10-22 10:32:37 +00:00
mysql55-server Changes 5.5.17: 2011-10-22 10:32:37 +00:00
mysqlcc png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
mytop Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
nss_ldap nss_ldap and pam-ldap now share the same configuration files 2010-11-03 11:39:07 +00:00
ocaml-mysql Don't mess with ldconf. 2010-02-19 22:21:30 +00:00
odbc-postgresql Changes 09.00.0200: 2010-12-25 08:37:31 +00:00
openldap Fix for PR#44758 2011-03-25 10:37:19 +00:00
openldap-client update to 2.4.24 2011-03-17 14:09:20 +00:00
openldap-cloak Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-doc Finish update to 2.4.24. Chances since 2.4.23: 2011-03-18 09:44:37 +00:00
openldap-nops Fix pkglint warnings 2010-12-17 10:19:16 +00:00
openldap-server update to 2.4.24 2011-03-17 14:09:20 +00:00
openldap-smbk5pwd Fix building openldap-smbk5pwd on machines other than NetBSD, and without kerberos if Heimdal not found (only Samba support). 2010-12-17 10:20:51 +00:00
oraedit Use an empty do-configure target instead of NO_CONFIGURE=yes, as the 2011-06-19 18:53:19 +00:00
p5-AddressBook Revision bump after updating perl to 5.14.1 2011-08-06 14:51:08 +00:00
p5-AnyEvent-BDB Revision bump after updating perl to 5.14.1 2011-08-06 14:51:08 +00:00
p5-Apache-DBI Changes 1.10: 2011-08-06 14:54:47 +00:00
p5-BDB Changes 1.89: 2011-08-06 15:23:35 +00:00
p5-BerkeleyDB Update to 0.49. Fix interpreters. 2011-08-16 20:07:43 +00:00
p5-Catalyst-Model-DBIC-Schema Update p5-Catalyst-Model-DBIC-Schema to 0.55. 2011-10-06 15:16:59 +00:00
p5-Catalyst-Model-RDBO Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-CatalystX-CRUD Update p5-CatalystX-CRUD to 0.52. 2011-10-16 09:17:53 +00:00
p5-CatalystX-CRUD-Model-RDBO Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-CDB_File Changes 0.97: 2011-08-06 14:58:08 +00:00
p5-Class-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Class-DBI-AbstractSearch Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Class-DBI-Pg Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Class-DBI-Plugin Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Data-Table Revision bump after updating perl to 5.14.1 2011-08-06 15:00:37 +00:00
p5-DB_File Update to 1.824: 2011-08-16 20:08:56 +00:00
p5-DB_File-Lock Revision bump after updating perl to 5.14.1 2011-08-06 15:00:37 +00:00
p5-DBD-CSV Update p5-DBD-CSV to 0.33. 2011-10-05 08:31:29 +00:00
p5-DBD-DB2 Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBD-Google Revision bump after updating perl to 5.14.1 2011-08-06 20:00:57 +00:00
p5-DBD-Mock Update p5-DBD-Mock to 1.43. 2011-10-16 16:21:11 +00:00
p5-DBD-mysql Revision bump after updating perl to 5.14.1 2011-08-06 20:11:02 +00:00
p5-DBD-ODBC Changes 1.31: 2011-08-06 20:18:39 +00:00
p5-DBD-Oracle Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBD-PgPP Changes 0.08: 2011-08-06 20:21:33 +00:00
p5-DBD-postgresql Changes 2.18.1: 2011-08-06 20:31:02 +00:00
p5-DBD-SQLite Changes 1.33: 2011-08-06 20:27:17 +00:00
p5-DBD-SQLite2 Revision bump after updating perl to 5.14.1 2011-08-06 20:28:14 +00:00
p5-DBD-Sybase Update p5-DBD-Sybase to 1.13, to buildable with perl-5.14. 2011-09-29 11:07:10 +00:00
p5-DBD-XBase Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBI Changes 1.1616: 2011-08-06 14:47:28 +00:00
p5-DBI-Shell Revision bump after updating perl to 5.14.1 2011-08-06 15:24:33 +00:00
p5-DBICx-Deploy Fixes shebang for bin/dbicdeploy 2011-09-29 12:19:48 +00:00
p5-DBICx-MapMaker Update p5-DBICx-MapMaker to 0.03. 2011-10-18 09:46:01 +00:00
p5-DBICx-TestDatabase Update p5-DBICx-TestDatabase to 0.04. 2011-10-19 08:09:59 +00:00
p5-DBIWrapper Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Abstract Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class Fix path to the perl interpreter with "REPLACE_PERL=script/dbicadmin". 2011-10-11 12:43:36 +00:00
p5-DBIx-Class-Cursor-Cached Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-DigestColumns Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-DynamicDefault Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-EncodedColumn Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-Fixtures Update p5-DBIx-Class-Fixtures to 1.001013. 2011-10-21 04:03:40 +00:00
p5-DBIx-Class-InflateColumn-IP Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-IntrospectableM2M Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-Loader Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-RDBOHelpers Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-Schema-Loader Fix build on SunOS. 2011-09-14 15:53:35 +00:00
p5-DBIx-Class-TimeStamp Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-UUIDColumns Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-Validation Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Connector Update p5-DBIx-Connector to 0.47. 2011-10-24 09:36:01 +00:00
p5-DBIx-ContextualFetch Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Datasource Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-DBSchema Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Schema Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-SearchBuilder Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBM-Deep Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DublinCore-Record Add missing equal sign. 2011-08-16 06:39:16 +00:00
p5-gdbm Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
p5-Ima-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Jifty-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-MARC Add HOMEPAGE and LICENSE. 2011-10-16 22:41:39 +00:00
p5-MARC-Record Update to 2.0.3: 2011-08-16 20:11:31 +00:00
p5-MARC-XML Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-MLDBM Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-MLDBM-Serializer-JSON Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-MLDBM-Sync Add HOMEPAGE and LICENSE. 2011-10-17 03:14:52 +00:00
p5-Net-Cassandra Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Net-MySQL Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-ORLite Update to 1.50: 2011-08-16 20:19:14 +00:00
p5-ORLite-Migrate Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Palm Revision bump after updating perl to 5.14.1 2011-08-06 20:42:24 +00:00
p5-perl-ldap Revision bump after updating perl to 5.14.1 2011-08-06 20:42:24 +00:00
p5-postgresql Revision bump after updating perl to 5.14.1 2011-08-06 20:42:24 +00:00
p5-qdbm Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DB Update p5-Rose-DB to 0.764. 2011-10-21 10:07:52 +00:00
p5-Rose-DB-Object Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-AutoReconnect Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-Garden Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-Garden-Catalyst Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-Object-MoreHelpers Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-TestDB Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-RRD-Simple Revision bump after updating perl to 5.14.1 2011-08-06 20:32:13 +00:00
p5-Search-QueryParser Revision bump after updating perl to 5.14.1 2011-08-06 20:32:13 +00:00
p5-Search-QueryParser-SQL Revision bump after updating perl to 5.14.1 2011-08-06 20:32:13 +00:00
p5-Sort-SQL Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-SQL-Abstract Changes 1.72: 2011-08-06 20:56:08 +00:00
p5-SQL-Abstract-Limit Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-SQL-ReservedWords Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-SQL-Statement Update p5-SQL-Statement to 1.33. 2011-10-10 09:51:13 +00:00
p5-SQL-Translator Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-sybperl Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Template-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Tie-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-tokyocabinet Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-tokyotyrant Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-YAML-MLDBM Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
palm-db-tools Correct minor build problems under Ubuntu 10.04. 2010-08-11 12:21:56 +00:00
pear-DB Update pear-DB package from 1.7.6 to 1.7.13 2010-02-06 15:48:16 +00:00
pear-MDB2 Update pear-MDB2 package to 2.5.0b3. 2010-12-22 15:19:39 +00:00
pear-MDB2_Driver_mysql Oops, really update to MDB2_Driver_mysql-1.5.0b3. 2010-12-22 15:29:34 +00:00
pear-MDB2_Driver_mysqli Importing pear-MDB2_Driver_mysqli version 1.5.0b3. 2010-12-22 15:34:53 +00:00
pear-MDB2_Driver_pgsql Update pear-MDB2_Driver_pgsql package to 1.5.0b3. 2010-12-22 15:22:26 +00:00
pear-MDB2_Driver_sqlite Add missing patch file (forgot to commit). 2011-06-19 15:25:07 +00:00
pgadmin3 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
pgbouncer Initial import of pgbouncer-1.4.2 2011-09-03 22:15:51 +00:00
pgbuildfarm Fix PKGVERSION, noted by obache. 2011-09-15 09:04:26 +00:00
pgpool Update pgpool to 3.4.1. 2011-04-05 17:47:17 +00:00
pgtcl Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
pgtclng Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
php-dba Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
php-dbase use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_REQD=5 for packages, 2010-03-21 11:20:41 +00:00
php-dbx Update php-dbx package to 1.1.2. 2011-08-20 14:08:12 +00:00
php-ldap Fix pkglint complains 2011-04-13 13:23:05 +00:00
php-mssql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
php-mysql Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
php-mysqli Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
php-oci8 DESTDIR ready 2010-06-27 20:38:04 +00:00
php-pdo Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pdo_dblib recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
php-pdo_mysql Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
php-pdo_pgsql Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pdo_sqlite recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
php-pgsql Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-redis Reflect "php-license" => "php" and enable LICENSE. 2011-06-29 03:03:31 +00:00
php-sqlite Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more 2010-03-15 16:45:59 +00:00
phpldapadmin Update phpldapadmin pacakge to 1.2.1.1. 2011-06-17 15:40:33 +00:00
phpmyadmin Update "phpmyadmin" package to version 3.4.7. Changes since version 3.4.6: 2011-10-24 07:14:48 +00:00
phppgadmin Bump PKGREVISION from PHP_VERSION_DEFAULT changes. 2011-09-16 05:46:22 +00:00
poco-data Update to Poco 1.4.2p1 2011-10-17 02:10:31 +00:00
poco-data-mysql Update to Poco 1.4.2p1 2011-10-17 02:10:31 +00:00
poco-data-odbc Update to Poco 1.4.2p1 2011-10-17 02:10:31 +00:00
poco-data-sqlite Update to Poco 1.4.2p1 2011-10-17 02:10:31 +00:00
postgresql-postgis Fix path to proj after its reimport. 2010-03-14 16:32:15 +00:00
postgresql-uuid Add missing version number to PKGNAME. 2011-06-10 09:51:15 +00:00
postgresql83 Fix build on SunOS. 2011-10-12 19:43:26 +00:00
postgresql83-adminpack reset PKGREVISION from base pkg update. 2011-04-22 22:58:18 +00:00
postgresql83-client Changes 8.3.16: 2011-09-27 11:03:59 +00:00
postgresql83-plperl Changes 8.3.16: 2011-09-27 11:03:59 +00:00
postgresql83-plpython reset PKGREVISION from base pkg update. 2011-04-22 22:58:18 +00:00
postgresql83-pltcl reset PKGREVISION from base pkg update. 2011-04-22 22:58:18 +00:00
postgresql83-server Changes 8.3.16: 2011-09-27 11:03:59 +00:00
postgresql83-uuid recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
postgresql84 Fix build on SunOS. 2011-10-12 19:43:26 +00:00
postgresql84-adminpack Changes 8.4.8: 2011-04-22 13:01:30 +00:00
postgresql84-client Changes 8.4.9: 2011-09-27 11:04:30 +00:00
postgresql84-dblink Fix build on SunOS. 2011-10-12 19:43:26 +00:00
postgresql84-pgcrypto Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-plperl Changes 8.4.9: 2011-09-27 11:04:30 +00:00
postgresql84-plpython Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-pltcl Changes 8.4.9: 2011-09-27 11:04:30 +00:00
postgresql84-server Changes 8.4.9: 2011-09-27 11:04:30 +00:00
postgresql84-uuid recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
postgresql90 Fix build on SunOS. 2011-10-12 19:43:26 +00:00
postgresql90-adminpack Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-client Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-datatypes Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-dblink Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-docs Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-fuzzystrmatch Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-monitoring Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-pgcrypto Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-plperl Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-plpython Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-pltcl Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-replicationtools Changes 9.0.2: 2010-12-19 09:53:26 +00:00
postgresql90-server Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-upgrade Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-uuid recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
postgresql91 Fix build on SunOS. 2011-10-12 19:43:26 +00:00
postgresql91-adminpack Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-client Changes 9.1.1: 2011-09-27 11:04:49 +00:00
postgresql91-datatypes Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-dblink Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-docs Changes 9.1.1: 2011-09-27 11:04:49 +00:00
postgresql91-fuzzystrmatch Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-monitoring Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-pgcrypto Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-plperl Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-plpython Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-pltcl Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-replicationtools Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-server Changes 9.1.1: 2011-09-27 11:04:49 +00:00
postgresql91-upgrade Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
pxtools recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
py-bdb-xml Doesn't like python24. Probably fixable, probably not worth the trouble. 2011-10-02 15:31:22 +00:00
py-bsddb3 Changes 5.2.0: 2011-07-14 07:45:28 +00:00
py-cassa Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
py-cdb Import py-cdb-0.34 as databases/py-cdb from wip/py-cdb 2011-08-06 22:49:44 +00:00
py-ckanclient fix a typo (thanks dholland!) 2011-10-14 05:08:53 +00:00
py-cx_Oracle Import py-cx_Oracle-5.0.2, a Python binding for Oracle. 2010-02-11 13:13:24 +00:00
py-datapkg python25 is now ok here again 2011-10-14 04:48:57 +00:00
py-elixir Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
py-gdbm Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
py-ldap Changes 2.4.3: 2011-07-28 08:37:08 +00:00
py-metakit update master_sites 2010-02-07 17:41:46 +00:00
py-mssql Fix build with current freetds. 2011-10-14 04:14:35 +00:00
py-mysqldb Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
py-pgnotify Python 3.1 is not supported by dependency 2011-08-29 21:15:18 +00:00
py-PgSQL Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
py-postgresql Remove Python 2.3 from the list of supported versions 2011-09-29 12:53:58 +00:00
py-psycopg2 Changes 2.4.2: 2011-06-16 09:03:11 +00:00
py-sqlalchemy Add MSSQL as an option to SQLAlchemy. It merely adds a dependency for 2010-05-02 14:13:09 +00:00
py-sqlite remove dead mirrors. 2010-04-17 16:41:11 +00:00
py-sqlite2 conditional EGG_FILE installation, fixes for python24. 2011-09-29 08:35:18 +00:00
py-sqlite3 I also use this with python31 (which now is in pkgsrc). 2011-06-17 01:02:56 +00:00
py-sybase recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
py-table
qdbm fix patch comment 2011-07-31 23:45:22 +00:00
qdbm-cgi
qdbm-plus
quicklist recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
rdb DESTDIR support 2010-01-29 17:30:09 +00:00
rrdtool Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
rrdtool12 Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
ruby-activeldap Update ruby-activeldap package to 1.2.4. 2011-06-17 13:57:42 +00:00
ruby-activerecord Update ruby-activerecord package to 2.3.14. 2011-08-17 14:12:42 +00:00
ruby-activerecord-cassandra Switch to use RUBY_RAILS. 2011-03-27 15:51:49 +00:00
ruby-activerecord-odbc Add dependency to ruby-activerecord or ruby-activerecord3. 2011-08-12 16:42:35 +00:00
ruby-activerecord3 Update ruby-activerecord3 package to 3.0.10. 2011-08-17 14:18:44 +00:00
ruby-acts-as-versioned Since databases/ruby-acts-as-versioned 0.2.3 isn't compatible with Ruby on 2010-10-15 11:55:42 +00:00
ruby-arel Update ruby-arel package to 2.0.10, latest 2.0.x series. 2011-06-11 02:35:10 +00:00
ruby-cassandra Update ruby-cassandra pacakge to 0.12.1. 2011-09-12 16:08:29 +00:00
ruby-data_objects Update ruby-data_objects pacakge to 0.10.6. 2011-06-19 08:43:46 +00:00
ruby-datamapper Update ruby-dm-core pacakge to 1.1.0. 2011-06-19 08:34:35 +00:00
ruby-dbd-mysql Update databases/ruby-dbd-mysql to 0.4.4. 2010-09-10 04:23:25 +00:00
ruby-dbd-odbc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbd-pg Update databases/ruby-dbd-pg to 0.3.9. 2010-09-10 04:29:12 +00:00
ruby-dbd-sqlite * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbd-sqlite3 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbi * Don't use Deprecate but Deprecated of devel/ruby-deprecated package. 2011-08-12 15:58:36 +00:00
ruby-dm-aggregates Update ruby-dm-aggregates pacakge to 1.1.0. 2011-06-19 08:22:50 +00:00
ruby-dm-constraints Update ruby-dm-constraints pacakge to 1.1.0. 2011-06-19 08:24:26 +00:00
ruby-dm-core Update ruby-dm-core pacakge to 1.1.0. 2011-06-19 08:21:46 +00:00
ruby-dm-migrations Update ruby-dm-migrations pacakge to 1.1.0. 2011-06-19 08:26:09 +00:00
ruby-dm-serializer Add dependency to json-pure using OVERRIDE_GEMSPEC. 2011-08-12 16:45:16 +00:00
ruby-dm-timestamps Update ruby-dm-timestamps package to 1.1.0. 2011-06-19 08:29:32 +00:00
ruby-dm-transactions Update ruby-dm-transactions pacakge to 1.1.0. 2011-06-19 08:26:58 +00:00
ruby-dm-types This patch isn't needed any more by introduce of OVERRIDE_GEMSPEC. 2011-09-01 09:55:08 +00:00
ruby-dm-validations Update ruby-dm-validations pacakge to 1.1.0. 2011-06-19 08:30:24 +00:00
ruby-do_sqlite3 Update ruby-do_sqlite3 pacakge to 0.10.6. 2011-06-19 08:44:37 +00:00
ruby-gdbm Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
ruby-ldap Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-mysql Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-odbc Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-pg Update ruby-pg package to 0.11.0. 2011-06-17 14:01:52 +00:00
ruby-postgres-pr Update databases/ruby-postgres-pr to 0.9.0. 2010-09-10 04:38:01 +00:00
ruby-postgresql Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-qdbm Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-sequel Update ruby-sequel pacakge to 3.27.0. 2011-09-12 14:45:51 +00:00
ruby-sqlite Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-sqlite3 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
ruby-tokyocabinet Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-tokyotyrant * Avoid to use "ftools" which has deprecated in ruby19. 2010-09-10 04:56:04 +00:00
ruby-vapor * Remove default value of PKGNAME. 2010-09-10 04:58:14 +00:00
sdbm Fix "unable to infer tagged configuration" bologna from libtool. Hopefully. 2011-08-29 01:33:49 +00:00
shared-mime-info recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
slony1 Changes 2.0.6: 2010-12-14 17:57:24 +00:00
sqlite
sqlite3 Changes 3.7.8: 2011-10-03 10:22:19 +00:00
sqlite3-docs Changes 3.7.8: 2011-10-03 10:22:19 +00:00
sqlite3-tcl Changes 3.7.8: 2011-10-03 10:22:19 +00:00
sqlitebrowser Fix build on NetBSD 5.99.55. 2011-07-19 00:34:16 +00:00
sqlrelay recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
sqlsharpgtk recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
sqsh recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
sqsh-motif
sqsh-x11
tcl-fbsql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
tcl-gdbm Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
tdb
tinycdb Update tinycdb to 0.77. 2010-09-11 08:26:04 +00:00
tokyocabinet Update tokyocabinet to 1.4.46. 2010-08-06 04:36:50 +00:00
tokyotyrant Update tokyotyrant to 1.1.41. 2010-08-06 04:39:22 +00:00
unixodbc add patch from upstream to fix possible buffer overflow (CVE-2011-1145) 2011-03-11 15:18:43 +00:00
xsqlmenu Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
yap2lc Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
yasql
Makefile +gdbm_compat 2011-10-17 08:45:33 +00:00