pkgsrc/databases
adam 85b23989a4 py-redis: updated to 3.5.0
3.5.0:
* Removed exception trapping from __del__ methods. redis-py objects that
  hold various resources implement __del__ cleanup methods to release
  those resources when the object goes out of scope. This provides a
  fallback for when these objects aren't explicitly closed by user code.
  Prior to this change any errors encountered in closing these resources
  would be hidden from the user.
* Expanded support for connection strings specifying a username connecting
  to pre-v6 servers.
* Optimized Lock's blocking_timeout and sleep. If the lock cannot be
  acquired and the sleep value would cause the loop to sleep beyond
  blocking_timeout, fail immediately.
* Added support for passing Python memoryviews to Redis command args that
  expect strings or bytes. The memoryview instance is sent directly to
  the socket such that there are zero copies made of the underlying data
  during command packing.
* HSET command now can accept multiple pairs. HMSET has been marked as
  deprecated now.
* Don't manually DISCARD when encountering an ExecAbortError.
* Reset the watched state of pipelines after calling exec. This saves
  a roundtrip to the server by not having to call UNWATCH within
  Pipeline.reset().
* Added the KEEPTTL option for the SET command.
* Added the MEMORY STATS command.
* Lock.extend() now has a new option, `replace_ttl`. When False (the
  default), Lock.extend() adds the `additional_time` to the lock's existing
  TTL. When replace_ttl=True, the lock's existing TTL is replaced with
  the value of `additional_time`.
* Add testing and support for PyPy.
2020-04-30 09:36:40 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
apache-cassandra2 PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
cdb all: migrate homepages from http to https 2020-01-26 17:30: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 databases/couchdb: clean up SUBST_FILES 2020-04-23 19:59:41 +00:00
csharp-mysql Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
cstore Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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 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 all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
deforaos-libdatabase Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
edb
elasticsearch elasticsearch: Update to 6.8.8. 2020-04-21 16:06:19 +00:00
erlang-eredis
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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
freetds *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gdbm all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
gdbm_compat databases: align variable assignments 2019-11-02 15:37:59 +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 PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
go-etcd Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +00:00
go-ldap Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +00:00
go-sqlite3 adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
go-tiedot adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
gom databases/gom: import gom-0.4 2020-04-14 14:13:10 +00:00
gourmet librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gramps3 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gramps5 gramps5: fix startup 2020-03-18 20:54:33 +00:00
gtkdbfeditor librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gtksql
guile-pg *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
guile-sqlite3 adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
hiredis hiredis: update to 0.14.1. 2020-03-22 18:20:11 +00:00
hsqldb18
idzebra Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
influxdb Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +00:00
innotop Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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 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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
kldap Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
kyotocabinet kyotocabinet: Update to 1.2.77 2020-02-26 15:59:05 +00:00
lbdb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ldapvi *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ldb ldb: updated to 2.1.2 2020-04-29 10:00:12 +00:00
leveldb leveldb: updated to 1.22 2019-06-05 13:22:04 +00:00
libcassandra *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
libgda *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libgda-mysql *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libgda-postgres *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libmongo-client *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libpqxx PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
libtcd add libtcd version 2.2.7-r2: 2020-01-10 16:57:24 +00:00
libzdb Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
liquibase liquibase: update to 3.5.5 2018-09-01 17:57:17 +00:00
lmdb openldap: updated to 2.4.50 2020-04-29 07:31: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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
lua-sqlite
lua-sqlite3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
lua-tokyocabinet databases: align variable assignments 2019-11-02 15:37:59 +00:00
mariadb-connector-c *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
mariadb55-client Update MariaDB to 5.5.67 2020-04-16 09:03:46 +00:00
mariadb55-server Commit mistake fix 2020-04-16 09:08:46 +00:00
metakit-lib databases: align variable assignments 2019-11-02 15:37:59 +00:00
mongo-c-driver Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
mongo-tools *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mongodb mongodb: updated to 4.2.6 2020-04-19 10:05:50 +00:00
mongodb3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
myodbc myodbc: Do not accept mysql 5.1 2020-03-20 11:45:32 +00:00
mysql-cluster databases: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:27:52 +00:00
mysql-connector-c++
mysql-workbench Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
mysql55-client databases/mysql55-client: apply pkglint suggestions 2020-04-25 18:23:23 +00:00
mysql55-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mysql56-client databases/mysql56-client: allow no-op SUBST class 2020-03-22 20:12:14 +00:00
mysql56-server mysql56: updated to 5.6.47 2020-03-17 18:59:16 +00:00
mysql57-client databases/mysql57-client: allow SUBST class to be a no-op 2020-03-22 20:23:52 +00:00
mysql57-server mysql57: updated to 5.7.29 2020-03-17 18:33:08 +00:00
mysqltuner Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mytop all: migrate homepages from http to https 2020-01-26 17:30:40 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +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.50 2020-04-29 07:31:52 +00:00
openldap-client openldap: updated to 2.4.49 2020-02-10 15:13:06 +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.50 2020-04-29 07:31:52 +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 databases: align variable assignments 2019-11-02 15:37:59 +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 (databases/p5-BerkeleyDB) Updated from 0.55 to 0.63 2019-11-02 13:31:51 +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 databases: align variable assignments 2019-11-02 15:37:59 +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 p5-DBD-Mock: note p5-Module-Build-Tiny dependency 2019-09-14 19:58:30 +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 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
p5-DBD-SQLite2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Sybase *: recursive bump for libffi 2020-03-08 16:47:24 +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 databases: align variable assignments 2019-11-02 15:37:59 +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 databases: align variable assignments 2019-11-02 15:37:59 +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 (databases/p5-DBIx-Class-EncodedColumn) Fix build (PERL5_MODULE_TYPE) and TEST_DEPENDS+= 2019-10-16 13:30:24 +00:00
p5-DBIx-Class-Fixtures databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-Helpers Update to 2.034000 2019-09-13 08:09:29 +00:00
p5-DBIx-Class-InflateColumn-FS databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-InflateColumn-IP databases: align variable assignments 2019-11-02 15:37:59 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-TimeStamp databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-UUIDColumns databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-Validation databases: align variable assignments 2019-11-02 15:37:59 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
p5-gdbm perl5: updated to 5.30.1 2019-11-14 09:56:56 +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 all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Net-MySQL databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-ORLite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ORLite-Migrate databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Palm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-Dia-SQL databases: align variable assignments 2019-11-02 15:37:59 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Redis Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DB databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Rose-DB-Object databases: align variable assignments 2019-11-02 15:37:59 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Rose-DBx-Object-MoreHelpers databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Rose-DBx-TestDB databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-RRD-Simple librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
p5-Search-QueryParser databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Search-QueryParser-SQL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sort-SQL databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-SQL-Abstract databases/p5-SQL-Abstract: remove nonexistent file 2020-03-22 21:01:08 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-sqlrelay *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
p5-sybperl *: recursive bump for libffi 2020-03-08 16:47:24 +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
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 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pg_repack all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
pgadmin3 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
pgbouncer all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
pgbuildfarm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pgocaml Update databases/pgocaml to version 4.2. 2020-01-14 20:29:07 +00:00
pgpool databases: align variable assignments 2019-11-02 15:37:59 +00:00
pgpool2 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
pgtcl
pgtclng databases/pgtclng: fix pkglint warnings 2019-11-02 15:46:05 +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 *: 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 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
php-mssql *: recursive bump for libffi 2020-03-08 16:47:24 +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 *: recursive bump for libffi 2020-03-08 16:47:24 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +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 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
php-sqlite3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
php-sqlrelay *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
phpldapadmin *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
phpmyadmin phpmyadmin: update to 4.9.5 2020-04-01 08:36:16 +00:00
phppgadmin *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
postgres_exporter Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +00:00
postgresql-pgroonga *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
postgresql-pljava Remove references to Postgresql 9.3 2019-05-21 05:52:31 +00:00
postgresql-postgis2 Revbump for gdal-lib 2020-04-28 23:59:21 +00:00
postgresql-redislog Don't depend on TRUE/FALSE, they are gone in newer PostgreSQL. 2019-12-19 22:11:27 +00:00
postgresql10 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
postgresql10-client postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql10-contrib postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql10-docs postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql10-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql10-plpython postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql10-pltcl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql10-server postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql11 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
postgresql11-client postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql11-contrib postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql11-docs postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql11-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql11-plpython postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql11-pltcl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql11-server postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql12 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
postgresql12-client postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql12-contrib postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql12-docs postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql12-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql12-plpython postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql12-pltcl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql12-server postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql94 postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql94-client postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql94-contrib postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql94-docs postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql94-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql94-plpython postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql94-pltcl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql94-server postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95 postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95-client postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95-contrib postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95-docs postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95-plpython postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95-pltcl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95-server postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96 postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96-client postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96-contrib postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96-docs postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96-plpython postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96-pltcl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96-server postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
prometheus prometheus: updated to 2.17.2 2020-04-23 10:31:00 +00:00
pxtools all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-alembic py-alembic: updated to 1.4.2 2020-04-10 08:02:04 +00:00
py-apsw Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
py-asyncpg py-asyncpg: updated to 0.20.1 2020-02-01 20:36:47 +00:00
py-barman all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-bsddb3 py-bsddb3: updated to 6.2.7 2020-02-13 08:35:18 +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 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 databases: align variable assignments 2019-11-02 15:37:59 +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-elixir databases: align variable assignments 2019-11-02 15:37:59 +00:00
py-gdbm Always extract the full Python distfile for modules. 2020-01-08 13:44:41 +00:00
py-ldap py-ldap: add build fixes 2020-03-27 16:34:57 +00:00
py-ldap3 py-ldap3: updated to 2.7 2020-03-07 12:16:20 +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.10.1 2020-01-29 13:08:35 +00:00
py-mssql *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
py-multidict py-multidict: updated to 4.7.5 2020-02-22 06:51:45 +00:00
py-mysql-connector
py-mysqlclient py-mysqlclient: updated to 1.4.6 2019-11-21 20:34:21 +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.13.3 2020-04-24 08:26:56 +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.4 2019-10-21 11:31:22 +00:00
py-pymysql py-pymysql: updated to 0.9.3 2019-07-05 11:08:25 +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.0 2020-04-30 09:36:40 +00:00
py-rrdtool librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
py-sqlalchemy py-sqlalchemy: updated to 1.3.16 2020-04-10 07:58:16 +00:00
py-sqlalchemy-i18n Reset maintainer 2017-09-16 19:26:41 +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.3 2020-04-10 07:59:54 +00:00
py-sqlite all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-sqlite2 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
py-sqlite3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
py-sqlparse py-sqlparse: updated to 0.3.1 2020-03-02 10:28:26 +00:00
py-sqlrelay *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
py-sqlsoup BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
py-sybase *: recursive bump for libffi 2020-03-08 16:47:24 +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-trytond-ldap-authentication all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
py-unicodecsv
py-whisper py-whisper: updated to 1.1.5 2019-08-11 18:08:01 +00:00
qdbm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
qdbm-cgi Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
qdbm-plus databases: align variable assignments 2019-11-02 15:37:59 +00:00
qore-freetds-module *: recursive bump for libffi 2020-03-08 16:47:24 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +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.8 2020-03-13 09:34:56 +00:00
repmgr repmgr: updated to 5.0.0 2019-10-26 23:39:04 +00:00
rrdtool databases/rrdtool: remove redundant SUBST block 2020-04-25 19:46:45 +00:00
rrdtool12 databases/rrdtool12: remove redundant SUBST block 2020-04-25 19:45:34 +00:00
ruby-activeldap databases/ruby-activeldap: update to 6.0.1 2020-04-26 08:37:13 +00:00
ruby-activerecord-odbc Bump PKGREVISION 2020-03-20 15:08:08 +00:00
ruby-activerecord51 databases/ruby-activerecord51: update to 5.1.7 2020-03-20 15:29:23 +00:00
ruby-activerecord52 databases/ruby-activerecord52: update to 5.2.4.2 2020-03-20 15:41:33 +00:00
ruby-activerecord60 Restrict some more rails packages to Ruby 2.5+ 2020-03-21 23:51:40 +00:00
ruby-arel databases/ruby-arel: Update distinfo 2018-03-16 15:57:48 +00:00
ruby-arel-helpers Bump PKGREVISION 2020-03-20 15:08:08 +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 Bump PKGREVISION 2020-03-20 15:08:08 +00:00
ruby-data_objects
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
ruby-dm-aggregates
ruby-dm-ar-finders
ruby-dm-cli
ruby-dm-constraints
ruby-dm-core
ruby-dm-do-adapter
ruby-dm-ferret-adapter
ruby-dm-is-list
ruby-dm-is-nested_set
ruby-dm-is-remixable
ruby-dm-is-searchable
ruby-dm-is-state_machine
ruby-dm-is-tree
ruby-dm-is-versioned
ruby-dm-migrations
ruby-dm-mysql-adapter
ruby-dm-observer
ruby-dm-postgres-adapter
ruby-dm-rest-adapter
ruby-dm-serializer
ruby-dm-sqlite-adapter
ruby-dm-sweatshop
ruby-dm-tags
ruby-dm-timestamps
ruby-dm-transactions
ruby-dm-types
ruby-dm-validations
ruby-dm-yaml-adapter
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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
ruby-gdbm Drop support for ruby22. 2020-03-15 16:42:10 +00:00
ruby-hiera databases/ruby-hiera: update to 3.6.0 2019-10-23 16:09:16 +00:00
ruby-ldap *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ruby-moneta databases/ruby-moneta: update to 1.2.1 2020-01-16 15:09:40 +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 problem on ruby24. 2017-10-13 16:07:51 +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 redundant SUBST block 2020-04-25 19:50:42 +00:00
ruby-rrdtool librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
ruby-sequel databases/ruby-sequel: update to 5.31.0 2020-04-26 08:40:46 +00:00
ruby-sqlite Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-sqlite3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
ruby-sqlrelay *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ruby-tiny_tds *: recursive bump for libffi 2020-03-08 16:47:24 +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 shared-mime-info: Fix POSIX shell portability issue 2020-03-13 15:12:41 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +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 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
sqlite3-docs sqlite3: updated to 3.31.1 2020-01-29 08:33:12 +00:00
sqlite3-tcl Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
sqlitebrowser Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
SQLiteCpp Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
sqlrelay sqlrelay: not -Werror -safe with GCC 9.3.0 2020-03-15 20:37:08 +00:00
sqlrelay-freetds *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
sqlrelay-mysql *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
sqlrelay-nodejs *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
sqlrelay-odbc *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
sqlrelay-pgsql *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
sqlrelay-sqlite Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
sqsh *: recursive bump for libffi 2020-03-08 16:47:24 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
unixodbc unixodbc: fix buildlinking 2020-03-17 18:17:06 +00:00
virtuoso virtuoso: BROKEN due to OpenSSL 1.1 2020-04-24 12:03:53 +00:00
vsqlite++ Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
wiredtiger all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xsqlmenu
yap2lc Follow some redirects. 2017-09-06 09:02:59 +00:00
yasql all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
Makefile databases: Enable gom 2020-04-14 14:14:35 +00:00