pkgsrc/databases
jperkin bd38da580e couchdb: Upgrade to 2.3.1. Now works with current Erlang.
Summary of changes between 2.1.x and 2.3.x are listed below.  For a more
readable version please see the following URLs:

  http://docs.couchdb.org/en/latest/whatsnew/2.3.html
  http://docs.couchdb.org/en/latest/whatsnew/2.2.html
  http://docs.couchdb.org/en/latest/whatsnew/2.1.html

2.3.x Branch Upgrade Notes

#1602: To improve security, there have been major changes in the configuration
of query servers, SSL support, and HTTP global handlers:

Query servers are NO LONGER DEFINED in the .ini files, and can no longer be
altered at run-time.

The JavaScript and CoffeeScript query servers continue to be enabled by
default. Setup differences have been moved from default.ini to the couchdb and
couchdb.cmd start scripts respectively.

Additional query servers can now be configured using environment variables:

export COUCHDB_QUERY_SERVER_PYTHON="/path/to/python/query/server.py with args"
couchdb

where the last segment in the environment variable (_PYTHON) matches the usual
lowercase(!) query language in the design doc language field (here, python.)

Multiple query servers can be configured by using more environment variables.

You can also override the default servers if you need to set command- line
options (such as couchjs stack size):

export COUCHDB_QUERY_SERVER_JAVASCRIPT="/path/to/couchjs /path/to/main.js -S <STACKSIZE>"
couchdb

The mango query server continues to be enabled by default. The Erlang query
server continues to be disabled by default. This change adds a
[native_query_servers] enable_erlang_query_server = BOOL setting (defaults to
false) to enable the Erlang query server.

If the legacy configuration for enabling the query server is detected, that is
counted as a true setting as well, so existing configurations continue to work
just fine.

SSL Support
Enabling SSL support in the ini file is now easier:

[ssl]
enable = true

If the legacy httpsd configuration is found in your ini file, this will still
enable SSL support, so existing configurations do not need to be changed.

HTTP global handlers
These are no longer defined in the default.ini file, but have been moved to the
couch.app context. If you need to customize your handlers, you can modify the
app context using a couchdb.config file as usual.

#1602: Also to improve security, the deprecated os_daemons and
couch_httpd_proxy functionality has been completely removed ahead of the
planned CouchDB 3.0 release. We recommend the use of OS-level daemons such as
runit, sysvinit, systemd, upstart, etc. to launch and maintain OS daemons
instead, and the use of a reverse proxy server in front of CouchDB (such as
haproxy) to proxy access to other services or domains alongside CouchDB.

#1543: The node-local (default port 5986) /_restart endpoint has been replaced
by the clustered (default port 5984) endpoint /_node/$node/_restart and
/_node/_local/_restart endpoints. The node-local endpoint has been removed.

#1764: All python scripts shipped with CouchDB, including couchup and the
dev/run development cluster script, now specify and require Python 3.x.

#1396: CouchDB is now compatible with Erlang 21.x.

#1680: The embedded version of rebar used to build CouchDB has been updated to
the last version of rebar2 available. This assists in building on non-x86
platforms.

#1857: Refuse building with known bad versions of Erlang.

2.2.x Branch Upgrade Notes

The minimum supported version of Erlang is now 17, not R16B03. Support for
Erlang 21 is still ongoing and will be provided in a future release.

The CouchDB replication client can now use the /_session endpoint when
authenticating against remote CouchDB instances, improving performance since
re-authorization does not have to be performed with every request. Because of
this performance improvement, it is recommended to increase the PBKDF2 work
factor beyond the default 10 to a modern default such as 10000. This is done
via the local ini file setting [couch_httpd_auth] iterations = 10000.

Do not do this if an older version of CouchDB is replicating TO this instance
or cluster regularly, since CouchDB < 2.2.0 must perform authentication on
every request and replication performance will suffer.

A future version will make this increased number of iterations a default.

#820, #1032: Multiple queries can now be made at the POST
/{db}/_all_docs/queries, POST /{db}/_design_docs/queries and POST
/{db}/_local_docs/queries endpoints. Also, a new endpoint POST
/{db}/_design/{ddoc}/_view/{view}/queries has been introduced to replace the
?queries parameter formerly provided for making multiple queries to a view. The
old ?queries parameter is now deprecated and will be removed in a future
release of CouchDB.

The maximum http request limit, which had been lowered in 2.1.0, has been
re-raised to a 4GB limit for now. (#1446). Ongoing discussion about the path
forward for future releases is available in #1200 and #1253.

#1118: The least recently used (LRU) cache of databases is now only updated on
database write, not read. This has lead to significant performance enhancements
on very busy clusters. To restore the previous behaviour, your local ini file
can contain the block [couchdb] update_lru_on_read = true.

#1153: The CouchDB replicator can now make use of the /_session endpoint rather
than relying entirely on HTTP basic authentication headers. This can greatly
improve replication performance. We encourage you to upgrade any nodes or
clusters that regularly act as replication clients to use this new feature,
which is enabled by default (#1462).

#1283: The [couchdb] enable_database_recovery feature, which only soft-deletes
databases in response to a DELETE /{db} call, is now documented in default.ini.

#1330: CouchDB externals and OS daemons are now officially deprecated and no
longer documented. Support for these features will be completely removed in a
future release of CouchDB (probably 3.0.0).

#1436: CouchDB proxy authentication now uses a proper chttpd_auth module,
simplifying configuration in local ini files. While this is not a backward-
compatible breaking change, it is best to update your local ini files to
reference the new {chttpd_auth, proxy_authentication_handler} handler rather
than the couch_httpd_auth version, as couch_httpd is in the process of being
deprecated completely.

#1476, #1477: The obsolete update_notification feature, which was replaced by
/{db}/_changes feeds c. CouchDB 1.2, has been completely removed. This feature
never worked in 2.0 for databases, only for shards, making it effectively
useless.
2019-09-06 09:10:47 +00:00
..
abook
adodb Sort PLIST files. 2018-01-01 22:29:15 +00:00
apache-cassandra PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
apache-cassandra2 PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
cdb DJB_RESTRICTED=NO. From https://cr.yp.to/distributors.html: 2017-04-04 07:29:40 +00:00
clisp-bdb Sort PLIST files. 2018-01-01 22:29:15 +00:00
clisp-gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
clisp-pgsql Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
couchdb couchdb: Upgrade to 2.3.1. Now works with current Erlang. 2019-09-06 09:10:47 +00:00
csharp-mysql Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cstore Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
datadraw Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
db Use https for oracle.com. 2019-07-10 10:37:13 +00:00
db3 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
db4 Add support for mutexes on aarch64 with GCC. Bump PKGREVISION to 1. 2019-02-14 14:36:06 +00:00
db5 Add support for mutexes on aarch64 with GCC via databases/db4. 2019-02-19 15:18:19 +00:00
db6 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
dbfsak Changes 5.0: 2017-03-30 15:54:03 +00:00
deforaos-libdatabase Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
edb Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
elasticsearch databases/elasticsearch: Update to 6.4.0. 2018-09-05 13:29:30 +00:00
erlang-eredis Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
erlang-p1_mysql databases/erlang-p1_mysql: Update to 1.0.6. 2018-07-20 09:09:27 +00:00
erlang-p1_pgsql databases/erlang-p1_pgsql: Update to 1.1.6. 2018-07-20 09:11:25 +00:00
erlang-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
freetds *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gdbm_compat Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gdbm_primitive Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
geneweb Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
gigabase Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
gnats gnats: Remove duplicate __EXTENSIONS__, fixes PR#52562. 2017-09-21 09:24:51 +00:00
gnome-mime-data Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
go-etcd Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
go-ldap Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
gourmet Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
gq Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gramps3 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
gtkdbfeditor *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gtksql
guile-pg
hiredis hiredis: Fix SunOS linker flags. 2018-01-26 09:33:31 +00:00
hsqldb18
idzebra Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
influxdb Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
innotop Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
iodbc
ipa_sdb
java-db3 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
java-qdbm Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
java-tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
jdbc-mysql5 jdbc-mysql*: update HOMEPAGE 2017-09-19 08:30:39 +00:00
jdbc-mysql31 jdbc-mysql*: update HOMEPAGE 2017-09-19 08:30:39 +00:00
jdbc-mysql51 jdbc-mysql*: update HOMEPAGE 2017-09-19 08:30:39 +00:00
jdbc-postgresql94 Follow some http redirects. 2017-08-16 20:21:03 +00:00
kyotocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
lbdb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ldapvi Use curses framework. 2017-01-04 17:19:52 +00:00
ldb ldb: updated to 1.5.5 2019-08-03 06:52:32 +00:00
leveldb leveldb: updated to 1.22 2019-06-05 13:22:04 +00:00
libcassandra Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libdbh2 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libdbi
libdbi-driver-mysql databases/libdbi-driver-*: rename Makefile_drivers to silence pkglint 2019-03-16 14:06:21 +00:00
libdbi-driver-pgsql databases/libdbi-driver-*: rename Makefile_drivers to silence pkglint 2019-03-16 14:06:21 +00:00
libdbi-driver-sqlite databases/libdbi-driver-*: rename Makefile_drivers to silence pkglint 2019-03-16 14:06:21 +00:00
libdbi-driver-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
libgda libgda: HOMEPAGE is a permanent redirect to https. 2019-06-18 20:11:50 +00:00
libgda-mysql libgda*: update to 5.2.9 2019-05-17 08:20:34 +00:00
libgda-postgres libgda*: update to 5.2.9 2019-05-17 08:20:34 +00:00
libmongo-client *: update email for fhajny 2018-12-15 21:12:18 +00:00
libpqxx PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
libzdb Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
liquibase liquibase: update to 3.5.5 2018-09-01 17:57:17 +00:00
lmdb openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
lua-sql-mysql lua-sql: Put back LUA_LIBDIR, fixes alternate installs. 2018-10-29 14:35:09 +00:00
lua-sql-postgres lua-sql-*: Fix all the module builds. 2018-10-26 11:11:33 +00:00
lua-sql-sqlite lua-sql-*: Fix all the module builds. 2018-10-26 11:11:33 +00:00
lua-sql-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
lua-sqlite
lua-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
lua-tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
luma Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
mariadb-connector-c Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
mariadb55-client Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mariadb55-server Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
metakit-lib Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
mongo-c-driver Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
mongo-tools *: update email for fhajny 2018-12-15 21:12:18 +00:00
mongodb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
mongodb3 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
myodbc myodbc: remove gui option from PLIST 2017-09-26 09:40:51 +00:00
mysql-cluster Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mysql-connector-c++ GA 1.1.8: 2017-01-12 12:24:09 +00:00
mysql-workbench *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
mysql51-client Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mysql51-server Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mysql55-client Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mysql55-server Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mysql56-client Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mysql56-server Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mysql57-client Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
mysql57-server Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
mysqltuner Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mytop Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nss-pgsql
nss_ldap Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ocaml-dbm Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-ldap Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-macaque Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-mysql Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
odbc-postgresql
openldap openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
openldap-client openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
openldap-cloak OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-doc openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
openldap-nops OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-server openldap: updated to 2.4.47 2018-12-20 17:54:09 +00:00
openldap-smbk5pwd OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
oraedit PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
p5-AddressBook Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AnyEvent-BDB Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-Sqitch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-BDB Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-BerkeleyDB Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Model-DBIC-Schema Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Model-RDBO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-Model-RDBO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CDB_File Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI-AbstractSearch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI-BaseDSN p5-Class-DBI-BaseDSN: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:34:28 +00:00
p5-Class-DBI-Pg Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI-Plugin Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Dancer-Plugin-DBIC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Table Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DB_File Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DB_File-Lock Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-CSV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-DB2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Google Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Mock Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-mysql Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-ODBC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Oracle Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-PgPP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-postgresql p5-DBD-postgresql: updated to 3.9.1 2019-08-23 13:15:05 +00:00
p5-DBD-SQLite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-SQLite2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Sybase Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-XBase Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBI-Shell Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBICx-Deploy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBICx-MapMaker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBICx-Sugar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBICx-TestDatabase Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIWrapper Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Abstract Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Candy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Cursor-Cached Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-DigestColumns Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-DynamicDefault Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-EncodedColumn Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Fixtures Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Helpers Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-InflateColumn-FS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-InflateColumn-IP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-IntrospectableM2M Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Loader Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-RDBOHelpers Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Schema-Loader Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-TimeStamp Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-UUIDColumns Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Validation Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Connector Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-ContextualFetch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Datasource Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-DBSchema Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Introspector Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Schema Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-SearchBuilder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBM-Deep Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DublinCore-Record Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Fsdb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-gdbm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Ima-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Jifty-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MARC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MARC-Record Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MARC-XML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MLDBM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MLDBM-Serializer-JSON Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MLDBM-Sync Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Cassandra Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-FileMaker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-MySQL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ORLite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ORLite-Migrate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Palm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-Dia-SQL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-perl-ldap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-postgresql Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-qdbm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Redis Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DB Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DB-Object Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DBx-AutoReconnect Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DBx-Garden Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DBx-Garden-Catalyst Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DBx-Object-MoreHelpers Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DBx-TestDB Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-RRD-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Search-QueryParser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Search-QueryParser-SQL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sort-SQL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SQL-Abstract Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SQL-Abstract-Limit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SQL-ReservedWords Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SQL-Statement Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SQL-Translator Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-sqlrelay Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
p5-sybperl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-tokyocabinet Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-tokyotyrant Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-YAML-MLDBM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
palm-db-tools Follow some redirects. 2017-09-03 08:53:04 +00:00
pear-DB Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-MDB2 Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-MDB2_Driver_mysql Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-MDB2_Driver_mysqli Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-MDB2_Driver_pgsql Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
percona-toolkit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pg_repack *: update email for fhajny 2018-12-15 21:12:18 +00:00
pgadmin3 pgadmin3: Needs c++11 to build 2019-09-03 13:19:12 +00:00
pgbouncer databases/pgbouncer: Update to 1.10.0 2019-08-14 14:19:38 +00:00
pgbuildfarm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pgocaml Removed camlp4 dependency from databases/pgocaml and revbump 2019-07-04 09:18:37 +00:00
pgpool Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pgpool2 *: update email for fhajny 2018-12-15 21:12:18 +00:00
pgtcl Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pgtclng Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
php-dba pkgsrc: reset PKGREVISION after lang/php{56,70,71,72} update 2018-03-02 02:16:08 +00:00
php-dbx
php-ldap pkgsrc: reset PKGREVISION 2017-10-27 08:49:00 +00:00
php-mongo
php-mongodb Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
php-mssql *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
php-mysql
php-mysqli
php-oci8
php-pdo databases/php-pdo: remove php55 case 2017-12-09 02:25:35 +00:00
php-pdo_dblib *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
php-pdo_mysql
php-pdo_odbc php-pdo_odbc: Requires libltdl. 2018-10-18 16:17:25 +00:00
php-pdo_pgsql
php-pdo_sqlite Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
php-pgsql
php-redis Update php-redis to 2.2.8. 2017-03-12 14:27:40 +00:00
php-redis3 Update php-redis3 to 3.1.3. 2017-08-18 10:14:21 +00:00
php-rrd Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
php-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
php-sqlrelay Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
phpldapadmin
phpmyadmin phpmyadmin: provide correct shell script for replace_sh (pkg/54296) 2019-06-16 09:13:11 +00:00
phppgadmin
poco-data Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
poco-data-mysql *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
poco-data-odbc
poco-data-sqlite Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
postgres_exporter postgres_exporter: updated to 0.5.1 2019-08-21 08:50:51 +00:00
postgresql-pgroonga Remove references to Postgresql 9.3 2019-05-21 05:52:31 +00:00
postgresql-pljava Remove references to Postgresql 9.3 2019-05-21 05:52:31 +00:00
postgresql-postgis2 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
postgresql-redislog Import redislog-0.2 as databases/postgresql-redislog. 2017-11-10 15:07:02 +00:00
postgresql10 postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql10-client postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql10-contrib postgresql10-contrib: fix build on linux 2019-03-04 07:21:55 +00:00
postgresql10-docs postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql10-plperl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql10-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql10-pltcl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql10-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql11 postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql11-client postgresql11-client: PLIST correction 2019-06-25 16:39:00 +00:00
postgresql11-contrib postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql11-docs postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql11-plperl postgresql11: added version 11.0 2018-10-23 16:02:51 +00:00
postgresql11-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql11-pltcl postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql11-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql94 postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql94-client postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql94-contrib postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql94-docs postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql94-plperl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql94-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql94-pltcl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql94-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql95 postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql95-client postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql95-contrib postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql95-docs postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql95-plperl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql95-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql95-pltcl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql95-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql96 postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql96-client postgresqlNN: updated to 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 2019-02-17 08:26:11 +00:00
postgresql96-contrib postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql96-docs postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
postgresql96-plperl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql96-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql96-pltcl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql96-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
prometheus prometheus: updated to 2.12.0 2019-08-21 08:46:39 +00:00
pxtools Sort PLIST files. 2018-01-01 22:29:15 +00:00
py-alembic py-alembic: updated to 1.1.0 2019-08-28 06:37:38 +00:00
py-apsw py-apsw: updated to 3.28.0 2019-06-18 08:44:54 +00:00
py-asyncpg Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-barman py-barman: updated to 2.5 2019-01-04 22:20:41 +00:00
py-bsddb3 py-bsddb3: updated to 6.2.6 2018-07-14 18:45:51 +00:00
py-carbon Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-cassa Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-cassandra-driver py-cassandra-driver no longer supports Python 2.x, so simplify and mark it. 2018-12-27 16:02:22 +00:00
py-cdb Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-ckanclient Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-couchdb Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-cx_Oracle
py-datapkg Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-dbfread py-dbfread: better Makefile 2019-07-09 12:42:42 +00:00
py-elasticsearch databases/py-elasticsearch: Update to 6.2.0. 2018-04-06 15:59:56 +00:00
py-elixir Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
py-ldap py-ldap: updated to 3.2.0 2019-04-09 11:51:20 +00:00
py-ldap3 py-ldap3: updated to 2.6.1 2019-09-06 06:02:53 +00:00
py-lmdb databases/py-lmdb: Import version 0.94 2018-07-04 05:18:06 +00:00
py-metakit Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-mongo py-mongo: updated to 3.7.2 2019-01-22 10:00:13 +00:00
py-mssql Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-multidict py-multidict: updated to 4.5.2 2018-11-28 14:37:50 +00:00
py-mysql-connector
py-mysqlclient py-mysqlclient: update to 1.3.13 2018-07-05 18:40:55 +00:00
py-mysqldb Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-orderedmultidict py-orderedmultidict: updated to 1.0.1 2019-07-12 18:53:58 +00:00
py-peewee py-peewee: updated to 3.10.0 2019-08-05 07:56:42 +00:00
py-pgnotify Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-PgSQL Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-pickleshare py-pickleshare: updated to 0.7.5 2018-10-03 11:10:13 +00:00
py-postgresql Update to PyGreSQL version 5.1 (commit on behalf of darcy@) 2019-05-21 19:46:39 +00:00
py-psycopg2 py-psycopg2: updated to 2.8.3 2019-06-14 04:51:43 +00:00
py-pymysql py-pymysql: updated to 0.9.3 2019-07-05 11:08:25 +00:00
py-python-sql py-python-sql: update to 0.9 2017-09-18 17:43:55 +00:00
py-redis py-redis: updated to 3.3.8 2019-08-22 12:00:46 +00:00
py-rrdtool rrdtool: updated to 1.7.2 2019-05-29 17:49:36 +00:00
py-sqlalchemy py-sqlalchemy: updated to 1.3.8 2019-08-28 06:32:52 +00:00
py-sqlalchemy-i18n Reset maintainer 2017-09-16 19:26:41 +00:00
py-sqlalchemy-migrate py-sqlalchemy-migrate: updated to 0.12.0 2019-02-20 15:58:24 +00:00
py-sqlalchemy-utils py-sqlalchemy-utils: updated to 0.34.2 2019-08-26 10:29:00 +00:00
py-sqlite Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-sqlite2 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
py-sqlparse py-sqlparse: updated to 0.3.0 2019-05-27 15:25:14 +00:00
py-sqlrelay Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
py-sqlsoup BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
py-sybase Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-table Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-tokyocabinet Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-trytond-ldap-authentication Reset maintainer 2017-09-16 19:26:41 +00:00
py-unicodecsv The unicodecsv is a drop-in replacement for Python 2.7's csv module which 2017-08-21 15:44:40 +00:00
py-whisper py-whisper: updated to 1.1.5 2019-08-11 18:08:01 +00:00
qdbm Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
qdbm-cgi Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
qdbm-plus Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
qore-freetds-module *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
qore-mysql-module Updated databases/qore-mysql-module to version 2.0.2.1 . 2018-06-08 19:25:39 +00:00
qore-openldap-module Revbump after lang/qore module api update 2018-06-08 20:49:41 +00:00
qore-pgsql-module Updated databases/qore-pgsql-module to version 2.4.1 . 2018-06-08 19:04:49 +00:00
qore-sqlite3-module Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
quicklist Sort PLIST files. 2018-01-01 22:29:15 +00:00
R-RSQLite Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-sqldf Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
rdb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
redis redis: updated to 5.0.5 2019-05-19 07:56:38 +00:00
repmgr repmgr: updated to 4.4.0 2019-07-12 12:49:26 +00:00
rrdtool Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
rrdtool12 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ruby-activeldap databases/ruby-activeldap: update to 5.2.4 2019-05-06 05:08:07 +00:00
ruby-activerecord-odbc lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-activerecord42 databases/ruby-activerecord42: update to 4.2.11.1 2019-04-14 10:13:03 +00:00
ruby-activerecord51 databases/ruby-activerecord51: update to 5.1.6.2 2019-04-14 10:23:49 +00:00
ruby-activerecord52 databases/ruby-activerecord52: update to 5.2.3 2019-04-14 10:33:31 +00:00
ruby-arel databases/ruby-arel: Update distinfo 2018-03-16 15:57:48 +00:00
ruby-arel-helpers databases/ruby-arel-helpers: update to 2.9.1 2019-07-13 16:04:05 +00:00
ruby-arel60 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-arel80 databases/ruby-arel80: add ruby-arel 8.0 as ruby-arel80 2018-03-13 16:43:03 +00:00
ruby-awesome_nested_set databases/ruby-awesome_nested_set: update to 3.1.4 2018-12-17 14:34:16 +00:00
ruby-data_objects Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-datamapper
ruby-dbd-mysql databases/ruby-dbd-mysql: update dependency 2017-09-18 02:38:04 +00:00
ruby-dbd-odbc
ruby-dbd-pg
ruby-dbd-sqlite
ruby-dbd-sqlite3
ruby-dbi
ruby-dm-adjust Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-aggregates Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-ar-finders Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-cli Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-constraints Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-core
ruby-dm-do-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-ferret-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-list Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-nested_set Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-remixable Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-searchable Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-state_machine Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-tree Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-versioned Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-migrations Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-mysql-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-observer Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-postgres-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-rest-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-serializer Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-sqlite-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-sweatshop Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-tags Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-timestamps Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-transactions Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-types Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-validations Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-yaml-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-do_mysql Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-do_postgres Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-do_sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
ruby-gdbm databases/ruby-gdbm: drop support for ruby23 2019-04-14 15:30:24 +00:00
ruby-hiera databases/ruby-hiera: update to 3.5.0 2019-07-13 15:59:26 +00:00
ruby-ldap Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-moneta databases/ruby-moneta: update to 1.1.1 2019-05-06 05:10:21 +00:00
ruby-mysql databases/ruby-mysql: udpate to 2.9.14 2017-09-18 02:48:08 +00:00
ruby-mysql2 databases/ruby-mysql2: update to 0.5.2 2018-09-23 13:53:18 +00:00
ruby-mysql28 databases/ruby-mysql28: Fix build problem on ruby24. 2017-10-13 16:07:51 +00:00
ruby-odbc databases/ruby-odbc: update to 0.99999 2018-05-05 14:14:35 +00:00
ruby-pg databases/ruby-pg: update to 1.1.4 2019-01-20 13:19:13 +00:00
ruby-pg_array_parser databases/ruby-pg_array_parser: Import version 0.0.9 2017-09-15 17:51:34 +00:00
ruby-postgres-pr
ruby-postgres_ext databases/ruby-postgres_ext: Import version 3.0.0 2017-09-26 16:25:55 +00:00
ruby-qdbm Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
ruby-rrdtool rrdtool: updated to 1.7.2 2019-05-29 17:49:36 +00:00
ruby-sequel databases/ruby-sequel: update to 5.22.0 2019-07-13 14:28:18 +00:00
ruby-sqlite Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-sqlite3 databases/ruby-sqlite3: update to 1.4.1 2019-05-06 05:16:04 +00:00
ruby-sqlrelay Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
ruby-tiny_tds *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
ruby-tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
ruby-tokyotyrant Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
ruby-vapor
sdbm
shared-mime-info shared-mime-info: update to 1.10. 2018-08-16 12:45:23 +00:00
skytools Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
slony1 slony1: updated to 2.2.8 2019-09-02 09:04:05 +00:00
soci Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
sql-workbench Updated databases/sql-workbench to 124 2018-12-11 15:29:31 +00:00
sqlite Avoid a warning while generating config.h 2017-04-16 20:27:09 +00:00
sqlite3 sqlite3: updated to 3.29.0 2019-07-12 10:04:26 +00:00
sqlite3-docs sqlite3: updated to 3.29.0 2019-07-12 10:04:26 +00:00
sqlite3-tcl sqlite3: updated to 3.29.0 2019-07-12 10:04:26 +00:00
sqlitebrowser sqlitebrowser: remove lingering reference to qt4 and update HOMEPAGE 2019-07-30 11:24:26 +00:00
SQLiteCpp Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
sqliteman Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sqlrelay Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
sqlrelay-freetds Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
sqlrelay-mysql Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
sqlrelay-nodejs Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
sqlrelay-odbc Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
sqlrelay-pgsql Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
sqlrelay-sqlite Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
sqsh *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqsh-motif
sqsh-x11
squirrelsql Cleanup: replace curly braces with parentheses. 2018-01-01 01:10:13 +00:00
tcl-fbsql
tcl-gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
tdb Solarish pthreads expect mutex datastructures to be properly zeroed 2019-09-05 12:39:56 +00:00
tinycdb
tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
tokyotyrant Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
unixodbc all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
virtuoso *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
vsqlite++ Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
wiredtiger *: update email for fhajny 2018-12-15 21:12:18 +00:00
xsqlmenu
yap2lc Follow some redirects. 2017-09-06 09:02:59 +00:00
yasql Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
Makefile Add a package for py-dbfread-2.0.7. 2019-07-07 09:30:52 +00:00