pkgsrc/databases
taca 48139b827a www/ruby-rails61: update to 6.1.3
Rails 6.1.3 (February 17, 2021)

[ActionPack]

* Re-define routes when not set correctly via inheritance.

    *John Hawthorn*

[ActiveRecord]

* Fix the MySQL adapter to always set the right collation and charset
  to the connection session.

    *Rafael Mendonça França*

* Fix MySQL adapter handling of time objects when prepared statements
  are enabled.

    *Rafael Mendonça França*

* Fix scoping in enum fields using conditions that would generate
  an IN clause.

    *Ryuta Kamizono*

* Skip optimised #exist? query when #include? is called on a relation
  with a having clause

  Relations that have aliased select values AND a having clause that
  references an aliased select value would generate an error when
  #include? was called, due to an optimisation that would generate
  call #exists? on the relation instead, which effectively alters
  the select values of the query (and thus removes the aliased select
  values), but leaves the having clause intact. Because the having
  clause is then referencing an aliased column that is no longer
  present in the simplified query, an ActiveRecord::InvalidStatement
  error was raised.

  An sample query affected by this problem:

    Author.select('COUNT(*) as total_posts', 'authors.*')
          .joins(:posts)
          .group(:id)
          .having('total_posts > 2')
          .include?(Author.first)

  This change adds an addition check to the condition that skips the
  simplified #exists? query, which simply checks for the presence of
  a having clause.

  Fixes #41417

    *Michael Smart*

* Increment postgres prepared statement counter before making a
  prepared statement, so if the statement is aborted without Rails
  knowledge (e.g., if app gets kill -9d during long-running query or
  due to Rack::Timeout), app won't end up in perpetual crash state for
  being inconsistent with Postgres.

    *wbharding*, *Martin Tepper*
2021-02-28 15:42:39 +00:00
..
abook all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
adodb *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
apache-cassandra Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
apache-cassandra2 apache-cassandra2: fix hard-coded /var, fix pkglint warnings 2020-07-27 17:21:40 +00:00
apache-solr Don't ${CHOWN} at do-install target to fix a build error. 2020-07-03 11:50:57 +00:00
cdb Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +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: Build against lang/erlang21. 2021-01-27 16:20:20 +00:00
csharp-mysql *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
cstore *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
datadraw all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
db Use https for oracle.com. 2019-07-10 10:37:13 +00:00
db3 databases: align variable assignments 2019-11-02 15:37:59 +00:00
db4 db4: remove workaround for very old GCC 2020-12-20 16:44:17 +00:00
db5 db5: remove workaround for very old GCC 2020-12-20 16:42:45 +00:00
db6 db6: Update to 6.2.32 2020-06-29 13:24:54 +00:00
db18 databases/db18: import db18-18.1.40 2020-06-29 13:30:35 +00:00
dbfsak all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
deforaos-libdatabase *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
edb Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
elasticsearch g/c references to openjdk7 2020-05-17 00:54:00 +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 erlang-sqlite3: Update to 1.1.9 2021-01-19 15:47:11 +00:00
freetds revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
gdbm gdbm: update to 1.19. 2021-01-04 10:41:13 +00:00
gdbm_compat gdbm_compat: reset PKGREVISION after update 2020-08-24 07:59:26 +00:00
gdbm_primitive Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
geneweb databases: align variable assignments 2019-11-02 15:37:59 +00:00
gigabase Fix portability by explicit casts to resolve ambiguity. Don't 2020-03-20 20:45:46 +00:00
gnats databases/gnats: fix SUBST_FILES 2020-04-25 16:57:23 +00:00
gnome-mime-data *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
go-etcd Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
go-ldap Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
go-sqlite3 Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
go-tiedot Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
gom Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gourmet Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gramps3 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gramps5 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gtkdbfeditor *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gtksql
guile-pg guile-pg: Update to 0.49 2020-12-19 15:21:50 +00:00
guile-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
hiredis hiredis: update to 0.14.1. 2020-03-22 18:20:11 +00:00
hsqldb18
idzebra *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
influxdb Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
innotop *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
iodbc databases: align variable assignments 2019-11-02 15:37:59 +00:00
ipa_sdb all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
java-db3 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
java-qdbm databases/java-qdbm: remove unknown configure option 2020-05-31 15:18:30 +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
kldap *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
kyotocabinet kyotocabinet: Update to 1.2.79 2021-02-18 18:02:46 +00:00
lbdb *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ldapvi *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ldb Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
leveldb leveldb: Enable -fPIC to avoid link errors by consumer, upcoming librime-1.7.2 2021-02-20 13:45:35 +00:00
libcassandra *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
libdbh2 all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
libdbi all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
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-68.1 2020-11-05 09:07:25 +00:00
libgda *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
libgda-mysql *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libgda-postgres *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libmongo-client *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
libpqxx Update libpqxx to 7.3.0 2021-01-07 16:29:30 +00:00
libtcd add libtcd version 2.2.7-r2: 2020-01-10 16:57:24 +00:00
libzdb libzdb: update to 3.2.2 2021-02-13 14:07:40 +00:00
liquibase liquibase: update to 3.5.5 2018-09-01 17:57:17 +00:00
lmdb openldap: updated to 2.4.57 2021-01-25 12:51:49 +00:00
lua-dbi databases: Add lua-dbi 2020-07-09 16:12:57 +00:00
lua-dbi-mysql databases: Add lua-dbi 2020-07-09 16:12:57 +00:00
lua-dbi-postgresql databases: Add lua-dbi 2020-07-09 16:12:57 +00:00
lua-dbi-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lua-lsqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lua-sql-mysql Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
lua-sql-postgres lua-sql-*: Fix all the module builds. 2018-10-26 11:11:33 +00:00
lua-sql-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lua-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lua-tokyocabinet Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
mariadb-connector-c *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
mariadb55-client *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mariadb55-server *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
metakit-lib databases: align variable assignments 2019-11-02 15:37:59 +00:00
mongo-c-driver mongo-c-driver: updated to 1.17.4 2021-02-24 12:58:29 +00:00
mongo-tools mongo-tools: updated to 4.2.12 2021-02-24 19:38:33 +00:00
mongodb mongodb: updated to 4.2.12 2021-02-01 09:38:10 +00:00
mongodb3 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
myodbc myodbc: Update to 5.3.14 2021-01-11 05:49:29 +00:00
mysql-cluster Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mysql-connector-c++
mysql-workbench mysql-workbench: Disable gnome-keyring dependency in BROKEN package 2020-11-22 13:01:36 +00:00
mysql56-client mysql56: updated to 5.6.51 2021-02-05 09:28:07 +00:00
mysql56-server mysql56: updated to 5.6.51 2021-02-05 09:28:07 +00:00
mysql57-client mysql57-client: needs gnu99 / gnu++14 to compile correct alloca(3) refs 2021-02-19 10:19:56 +00:00
mysql57-server mysql57: updated to 5.7.33 2021-02-04 20:26:10 +00:00
mysqld_exporter mysqld_exporter: Import version 0.12.1. 2021-02-11 13:54:29 +00:00
mysqltuner *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mytop *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
nss-pgsql
nss_ldap Avoid complex version logic for obsolete NetBSD versions 2020-04-29 19:57:51 +00:00
ocaml-dbm databases: align variable assignments 2019-11-02 15:37:59 +00:00
ocaml-ldap all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
ocaml-macaque databases: align variable assignments 2019-11-02 15:37:59 +00:00
ocaml-mysql databases: align variable assignments 2019-11-02 15:37:59 +00:00
ocaml-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
odbc-postgresql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
openldap openldap: updated to 2.4.57 2021-01-25 12:51:49 +00:00
openldap-client openldap: updated to 2.4.51 2020-08-12 08:31:13 +00:00
openldap-cloak openldap-*: Remove mention of dso option, now default. 2020-04-03 10:58:39 +00:00
openldap-doc openldap: updated to 2.4.57 2021-01-25 12:51:49 +00:00
openldap-nops openldap-*: Remove mention of dso option, now default. 2020-04-03 10:58:39 +00:00
openldap-server openldap: updated to 2.4.50 2020-04-29 07:31:52 +00:00
openldap-smbk5pwd openldap-*: Remove mention of dso option, now default. 2020-04-03 10:58:39 +00:00
oraedit Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
p5-AddressBook *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-AnyEvent-BDB *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Apache-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-App-Sqitch *: remove p5-Term-ANSIColor, part of perl 2020-09-04 13:29:52 +00:00
p5-BDB *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-BerkeleyDB p5-BerkeleyDB: update to 0.64. 2020-09-20 07:06:17 +00:00
p5-Catalyst-Model-DBIC-Schema *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Catalyst-Model-RDBO *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-CatalystX-CRUD *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-CatalystX-CRUD-Model-RDBO *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-CDB_File *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Class-DBI *: remove p5-version, part of perl 2020-09-04 14:22:57 +00:00
p5-Class-DBI-AbstractSearch *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Class-DBI-BaseDSN *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Class-DBI-Pg *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Class-DBI-Plugin *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Dancer-Plugin-DBIC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Data-Table *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DB_File-Lock *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-CSV Update to 0.58 2021-02-11 00:03:40 +00:00
p5-DBD-DB2 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-Google *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-Mock p5-DBD-Mock: update to 1.57. 2020-09-20 07:09:17 +00:00
p5-DBD-mysql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-ODBC p5-DBD-ODBC: update to 1.61. 2020-09-06 20:11:56 +00:00
p5-DBD-Oracle *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-PgPP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-postgresql p5-DBD-postgresql: update to 3.14.2. 2020-09-06 20:47:57 +00:00
p5-DBD-SQLite *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
p5-DBD-SQLite2 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-Sybase *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-XBase *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBI-Shell p5-DBI-Shell: update to 11.97. 2020-09-06 20:55:55 +00:00
p5-DBICx-Deploy *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBICx-MapMaker *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
p5-DBICx-Sugar *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
p5-DBICx-TestDatabase *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
p5-DBIWrapper *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Abstract *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class p5-DBIx-Class: update to 0.082842. 2020-09-06 21:27:04 +00:00
p5-DBIx-Class-Candy *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Cursor-Cached *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-DigestColumns *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-DynamicDefault *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-EncodedColumn *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Fixtures *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Helpers p5-DBIx-Class-Helpers: update to 2.036000. 2020-09-06 21:29:35 +00:00
p5-DBIx-Class-InflateColumn-FS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-InflateColumn-IP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-IntrospectableM2M *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Loader *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-RDBOHelpers *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Schema-Loader *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-TimeStamp *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-UUIDColumns *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Validation *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Connector *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-ContextualFetch *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Datasource *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-DBSchema *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Introspector *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Schema *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-SearchBuilder p5-DBIx-SearchBuilder: update to 1.68. 2020-09-06 21:30:58 +00:00
p5-DBM-Deep *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DublinCore-Record *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Fsdb p5-Fsdb: update to 2.69. 2020-09-06 21:35:54 +00:00
p5-gdbm perl5: updated to 5.30.1 2019-11-14 09:56:56 +00:00
p5-Ima-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Jifty-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MARC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MARC-Record *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MARC-XML *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-MLDBM *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MLDBM-Serializer-JSON *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MLDBM-Sync *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-Cassandra *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-FileMaker *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Net-MySQL *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-ORLite *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-ORLite-Migrate *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Palm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Parse-Dia-SQL p5-Parse-Dia-SQL: update to 0.31. 2020-09-06 21:37:39 +00:00
p5-perl-ldap p5-perl-ldap: update to 0.66. 2020-09-06 22:13:14 +00:00
p5-postgresql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-qdbm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Redis p5-Redis: update to 1.998. 2020-09-06 21:40:30 +00:00
p5-Rose-DB p5-Rose-DB: update to 0.783. 2020-09-06 21:42:13 +00:00
p5-Rose-DB-Object p5-Rose-DB-Object: update to 0.819. 2020-09-06 21:43:49 +00:00
p5-Rose-DBx-AutoReconnect *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Rose-DBx-Garden *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Rose-DBx-Garden-Catalyst *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Rose-DBx-Object-MoreHelpers *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Rose-DBx-TestDB *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-RRD-Simple *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
p5-Search-QueryParser *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Search-QueryParser-SQL *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Sort-SQL *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SQL-Abstract Update to 2.000001 2021-02-11 00:15:19 +00:00
p5-SQL-Abstract-Classic p5-SQL-Abstract-Classic: make some TEST_DEPENDS DEPENDS. 2020-09-08 11:39:00 +00:00
p5-SQL-Abstract-Limit *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SQL-ReservedWords *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SQL-Statement Update to 1.414 2021-02-11 00:25:14 +00:00
p5-SQL-Translator p5-SQL-Translator: update to 1.62. 2020-09-20 07:15:22 +00:00
p5-sqlrelay sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
p5-sybperl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Template-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Tie-DBI p5-Tie-DBI: update to 1.08. 2020-09-06 22:11:48 +00:00
p5-tokyocabinet *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-tokyotyrant *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-YAML-MLDBM *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
palm-db-tools Follow some redirects. 2017-09-03 08:53:04 +00:00
pear-DB databases/pear-DB: update to 1.10.0 2020-04-25 15:53:09 +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 (databases/percona-toolkit) set SUBST_NOOP_OK.(bash/sh)= yes 2020-09-27 14:23:54 +00:00
pg_repack Remove unsupported PG version 2020-06-01 22:17:34 +00:00
pgadmin3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pgbouncer all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
pgbuildfarm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pgocaml Updated databases/pgocaml to 4.2.2. 2020-12-10 09:47:57 +00:00
pgpool databases: align variable assignments 2019-11-02 15:37:59 +00:00
pgpool2 *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
pgtcl Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pgtclng databases/pgtclng: fix pkglint warnings 2019-11-02 15:46:05 +00:00
php-dba database/php-dba: remove unknown configure option 2020-05-31 16:44:18 +00:00
php-dbx
php-ldap *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
php-mongo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
php-mongodb databases/php-mongodb: update to 1.9.0 2021-01-03 08:07:51 +00:00
php-mssql revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
php-mysql
php-mysqli
php-oci8 databases: align variable assignments 2019-11-02 15:37:59 +00:00
php-pdo databases/php-pdo: remove php55 case 2017-12-09 02:25:35 +00:00
php-pdo_dblib revbump after updating security/nettle 2020-05-22 10:55:42 +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-68.1 2020-11-05 09:07:25 +00:00
php-pgsql
php-redis
php-redis3 php-redis3: update to 3.1.6 2019-09-10 13:26:15 +00:00
php-rrd *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
php-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
php-sqlrelay sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
phpldapadmin phpldapadmin: import fixes for PHP > 5.5, 7.2, 7.3 2021-02-21 22:22:22 +00:00
phpmyadmin phpmyadmin: update to 4.9.7 2020-11-11 11:56:14 +00:00
phppgadmin databases/phppgadmin: remove nonexistent file from SUBST block 2020-05-22 19:30:16 +00:00
poco-data *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
poco-data-mysql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
poco-data-odbc *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
poco-data-sqlite *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
postgres_exporter Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
postgresql-pgroonga *: Remove references to postgres 94 2020-05-23 15:30:27 +00:00
postgresql-pljava *: Remove references to postgres 94 2020-05-23 15:30:27 +00:00
postgresql-postgis2 databases/postgresql-postgis2: revbump for geos update 2021-02-11 13:57:29 +00:00
postgresql-promscale_extension postgresql-promscale_extension: upstream says not for PostgreSQL 11.x 2021-02-13 10:59:13 +00:00
postgresql-redislog Don't depend on TRUE/FALSE, they are gone in newer PostgreSQL. 2019-12-19 22:11:27 +00:00
postgresql-timescaledb databases/teimscaledb: Set RESTRICTED 2021-02-13 15:16:04 +00:00
postgresql-wal2json databases: Add postgresql-wal2json 2.3 2020-12-05 09:04:58 +00:00
postgresql10 postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql10-client Build fe_utils first for all Postgres versions that have it. 2021-02-19 13:47:03 +00:00
postgresql10-contrib postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql10-docs postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql10-plperl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql10-plpython postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql10-pltcl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql10-server postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql11 postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql11-client Build fe_utils first for all Postgres versions that have it. 2021-02-19 13:47:03 +00:00
postgresql11-contrib postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql11-docs postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql11-plperl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql11-plpython postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql11-pltcl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql11-server postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql12 postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql12-client Build fe_utils first for all Postgres versions that have it. 2021-02-19 13:47:03 +00:00
postgresql12-contrib postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql12-docs postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql12-plperl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql12-plpython postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql12-pltcl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql12-server postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql13 postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql13-client Build the frontend libraries first to fix parallel build errors. 2021-02-19 13:25:39 +00:00
postgresql13-contrib postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql13-docs postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql13-plperl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql13-plpython postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql13-pltcl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql13-server postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql95 postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql95-client postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql95-contrib postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql95-docs postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql95-plperl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql95-plpython postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql95-pltcl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql95-server postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql96 postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql96-client Build fe_utils first for all Postgres versions that have it. 2021-02-19 13:47:03 +00:00
postgresql96-contrib postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql96-docs postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql96-plperl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql96-plpython postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql96-pltcl postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
postgresql96-server postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 2021-02-15 18:58:36 +00:00
prometheus prometheus: updated to 2.24.1 2021-02-13 19:20:55 +00:00
promscale promscale: update to 0.2.2.0 2021-02-13 11:40:00 +00:00
pxtools all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-aiosqlite py-aiosqlite: updated to 0.17.0 2021-02-22 10:28:58 +00:00
py-alembic py-alembic: updated to 1.5.2 2021-01-26 11:20:07 +00:00
py-ana py-ana: Nothing stopping this from working with py38/etc 2020-12-30 09:30:10 +00:00
py-apsw py-apsw: updated to 3.34.0 2021-01-03 21:42:16 +00:00
py-asyncpg py-asyncpg: mark as incompatible with Python 3.6 2021-02-19 05:47:47 +00:00
py-barman py-barman: Update to 2.11. 2020-08-26 10:20:19 +00:00
py-bsddb3 py-bsddb3: updated to 6.2.9 2020-11-27 09:04:31 +00:00
py-carbon databases: align variable assignments 2019-11-02 15:37:59 +00:00
py-cassa databases: align variable assignments 2019-11-02 15:37:59 +00:00
py-cassandra-driver *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +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 databases/py-couchdb: remove nonexistent files from REPLACE_PYTHON 2020-05-25 05:21:08 +00:00
py-cx_Oracle *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
py-datapkg databases: align variable assignments 2019-11-02 15:37:59 +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-gdbm Always extract the full Python distfile for modules. 2020-01-08 13:44:41 +00:00
py-ldap py-ldap: Force pkgsrc version on NetBSD where version detection fails 2021-01-14 11:41:02 +00:00
py-ldap3 py-ldap3: updated to 2.9 2021-02-13 19:23:25 +00:00
py-lmdb databases/py-lmdb: Import version 0.94 2018-07-04 05:18:06 +00:00
py-metakit databases: align variable assignments 2019-11-02 15:37:59 +00:00
py-mongo py-mongo: updated to 3.11.3 2021-02-03 18:35:36 +00:00
py-mssql revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
py-multidict py-multidict: updated to 5.1.0 2020-12-07 15:49:30 +00:00
py-mysql-connector
py-mysqlclient fix pytest versioned dep. 2020-05-16 09:03:22 +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.14.1 2021-02-08 06:17:13 +00:00
py-pgnotify Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-PgSQL all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +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.6 2020-10-30 09:54:06 +00:00
py-pymysql py-pymysql: updated to 0.10.1 2020-11-21 22:22:35 +00:00
py-pypika py-pypika: updated to 0.47.7 2021-02-22 10:36:46 +00:00
py-python-sql all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
py-redis py-redis: updated to 3.5.3 2020-06-08 12:51:59 +00:00
py-rrdtool *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-sqlalchemy py-sqlalchemy: updated to 1.3.22 2021-01-18 09:50:36 +00:00
py-sqlalchemy-i18n pytest from versioned depends 2020-05-18 10:45:44 +00:00
py-sqlalchemy-migrate py-sqlalchemy-migrate: updated to 0.13.0 2019-12-03 18:23:01 +00:00
py-sqlalchemy-utils py-sqlalchemy-utils: updated to 0.36.8 2020-08-06 14:26:54 +00:00
py-sqlite2 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-sqlparse py-sqlparse: updated to 0.3.1 2020-03-02 10:28:26 +00:00
py-sqlrelay sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
py-sqlsoup BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
py-sybase revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
py-table all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +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-tortoise-orm py-tortoise-orm: updated to 0.16.21 2021-02-05 07:51:22 +00:00
py-trytond-ldap-authentication all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +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.7 2020-12-06 11:21:02 +00:00
qdbm databases/qdbm: fix default value for GNU_CONFIGURE_PTHREAD 2020-05-31 16:38:00 +00:00
qdbm-cgi databases/qdbm-cgi: remove unknown configure option 2020-05-31 17:07:59 +00:00
qdbm-plus databases/qdbm-plus: remove unknown configure option 2020-05-31 17:09:16 +00:00
qore-freetds-module revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
qore-mysql-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
qore-openldap-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
qore-pgsql-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
qore-sqlite3-module *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
quicklist Sort PLIST files. 2018-01-01 22:29:15 +00:00
R-RSQLite (databases/R-RSQLite) Updated 2.1.2 to 2.2.0. make test fails for missing TEST_DEPENDS. 2020-09-20 14:34:25 +00:00
R-sqldf Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
rdb *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
redis redis: updated to 6.0.10 2021-01-13 11:30:28 +00:00
repmgr repmgr: updated to 5.2.1 2020-12-08 16:38:26 +00:00
rrdtool *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
rrdtool12 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ruby-activeldap databases/ruby-activeldap: update to 6.1.0 2021-01-10 14:07:07 +00:00
ruby-activerecord-odbc Bump PKGREVISION 2020-03-20 15:08:08 +00:00
ruby-activerecord52 www/rails52: update to 5.2.4.5 2021-02-11 14:23:41 +00:00
ruby-activerecord60 www/ruby-rails60: update to 6.0.3.5 2021-02-11 14:30:06 +00:00
ruby-activerecord61 www/ruby-rails61: update to 6.1.3 2021-02-28 15:42:39 +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.12.0 2021-01-10 14:12:20 +00:00
ruby-awesome_nested_set databases/ruby-awesome_nested_set: update to 3.4.0 2021-02-28 13:21:24 +00:00
ruby-data_objects Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-datamapper all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
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-68.1 2020-11-05 09:07:25 +00:00
ruby-gdbm Remove extra RUBY_VERSIONS_ACCEPTED. 2020-12-28 08:20:47 +00:00
ruby-hiera databases/ruby-hiera: update to 3.6.0 2019-10-23 16:09:16 +00:00
ruby-ldap databases/ruby-ldap: update to 0.9.20 2020-09-13 15:11:07 +00:00
ruby-moneta databases/ruby-moneta: update to 1.4.1 2021-01-10 14:27:25 +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.3 2020-01-16 15:14:56 +00:00
ruby-mysql28 databases/ruby-mysql28: fix build with Ruby 3.0 2021-02-14 14:55:42 +00:00
ruby-odbc databases: align variable assignments 2019-11-02 15:37:59 +00:00
ruby-pg databases/ruby-pg: commit forgotten files 2020-03-27 06:08:58 +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-qdbm databases/ruby-qdbm: remove unknown configure option 2020-05-31 17:15:33 +00:00
ruby-rrdtool *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ruby-sequel databases/ruby-sequel: update to 5.41.0 2021-02-02 15:36:20 +00:00
ruby-sqlite Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ruby-sqlrelay sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
ruby-tiny_tds databases/ruby-tiny_tds: update to 2.1.3 2020-10-19 15:14:37 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
sdbm
shared-mime-info *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
skytools Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
slony1 slony1: updated to 2.2.10 2020-12-07 15:51:38 +00:00
soci *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
sql-workbench databases: align variable assignments 2019-11-02 15:37:59 +00:00
sqlite all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sqlite3 sqlite3: updated to 3.34.1 2021-01-20 20:34:37 +00:00
sqlite3-docs sqlite3: updated to 3.34.1 2021-01-20 20:34:37 +00:00
sqlite3-tcl sqlite3: updated to 3.34.1 2021-01-20 20:34:37 +00:00
sqlitebrowser *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
SQLiteCpp *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
sqlrelay sqlrelay: needs c++11 compiler 2021-02-17 18:29:09 +00:00
sqlrelay-freetds sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
sqlrelay-mysql sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
sqlrelay-nodejs sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
sqlrelay-odbc sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
sqlrelay-pgsql sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
sqlrelay-sqlite sqlrelay: updated to 1.8.0 2021-02-16 13:12:38 +00:00
sqsh revbump after updating security/nettle 2020-05-22 10:55:42 +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 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
tinycdb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tokyocabinet databases: align variable assignments 2019-11-02 15:37:59 +00:00
tokyotyrant tokyotyrant: fix unportable test(1) operator. 2020-08-17 20:14:55 +00:00
unixodbc unixodbc: updated to 2.3.9 2020-09-14 17:46:39 +00:00
virtuoso Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
vsqlite++ *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
wiredtiger *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
xsqlmenu Use non-ancient connect interface 2020-05-09 15:19:32 +00:00
yap2lc Follow some redirects. 2017-09-06 09:02:59 +00:00
yasql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
Makefile py-elixir: removed 2021-02-17 09:59:27 +00:00