pkgsrc/databases
abs 4f7ee643ae Updated databases/sql-workbench to 127
Build 127 (2020-08-22)
Bug fixes

 - It was no longer possible to run GRANT or REVOKE statements.

Build 126 (2020-08-09)
Enhancements

 - WbExport will now abort if a text export is started without a quote character but a quote character would be needed.
 - For PostgreSQL, subscriptions and publications for logical replication are now shown in the DbTree and DbExplorer.
 - For PostgreSQL, the attribute of IDENTITY REPLICA is now shown in the generated DDL.
 - "Make uppercase" and "Make lowercase" now also work if no text is selected. In that case, (only) the character at the cursor is changed
 - Passwords can now securely be encrypted using a master password. The old password encryption is no longer supported.
 - The properties base profile storage (wb-profiles.properties) is now the default. The old XML format is still supported.
 - WbVarDef now supports conditional execution.
 - WbCopy now supports views as the source by using -includeViews=true.
 - The result panel is now automatically displayed if it was minimized before running a statement.
 - It's now possible to configure italic and bold for syntax highlighting
 - For SQL Server, partitioning information about a table is now included in the generated DDL
 - WbImport can now import all sheets of a spreadsheet into the same table when -sheetName=* is specified together with -table
 - The annotation @WbResultAsText can now be used to turn the "text mode" display on for multiple statements
 - For PostgreSQL, the "match mode" of foreign key constraints is now displayed and included in the generated DDL
 - A new Windows launcher is available that removes the need for a separate 64 and 32 bit executables and can optionally download a JRE
 - It's now possible to optionally open the saved file when using "Save As"
 - It's now possible to use a special variable in WbImport to assign the input file's line number to a column.
 - It's now possible to cycle through the result tabs using a keyboard shortcut.
 - When exporting a single table from the table list (Database Explorer or DbTree) it's now possible to select the columns to export.
 - It's now possible to display results in GUI mode as "text" in the messages area.
 - It's now possible to define a SQL expression to be used in the INSERT statement that WbImport uses to apply SQL functions on the input value.
 - Selecting foreign key values is now also supported for DELETE statements.
 - The list of shortcut keys can now be exported (with the usual "Save As" formats)
 - Invoking code completion in the WHERE clause without a column now displays all columns of all used tables of the query
 - For MySQL and MariaDB versions that support them, check constraints are now shown in the generated DDL
 - Recently opened files are now accessible through the "File" menu.
 - For PostgreSQL, default values on columns of views are now shown in the generated DDL
 - For HSQLDB 2.5, the new options for temporal tables are now shown in the generated DDL
 - Added new command WbSetSchema to change the current schema using the driver's JDBC API
 - For PostgreSQL 12, the new computed columns are now shown in the generated DDL
 - The tooltip of a column header now always includes the table name if available

Bug fixes

 - For Redshift, tables sources were not always displayed
 - When using WbImport with mode=upsert and a table that has a multi-column primary key, the wrong MERGE statement was generated for SQL Server, HSQLDB and DB2
 - When exporting to ODS, the generated files could not be opened with Microsoft Excel.
 - Using nested WbIncludes failed with an exception
 - When invoking code-completion in the ON part of a JOIN, not tables where shown.
 - When selecting a global SSH configuration for a connection profile, it was no longer possible to revert to a "non-global" configuration
 - When specifying a SSH Tunnel without a password and no keyfile, SQL Workbench did not prompt for the password
 - For WbCopy, when using -createTarget=true together with -targetSchema the new table was created in the wrong schema
 - Fixed an issue when loading the SQL Server JDBC driver with certain versions of OpenJDK
 - For SQL Server, when including the CREATE TABLE statement in the output when exporting data as SQL the export failed
 - WbDataDiff did not work properly if the key columns contained NULL values.
 - When exporting or saving data, it was not possible to enter the filename manually into the dialog.
 - Month names were case sensitive when using -dateFormat or -timestampFormat with WbImport
 - For Oracle 18c and later, index information wasn't displayed correctly.
 - For Oracle 18c and later, DDL for identity columns wasn't generated correctly.
 - For Oracle, the generated IGNORE_DUP_KEY hint was incorrect if the order of the PK columns was different to the column order of the table.
 - Assigning multiple variables with WbVarDef was not possible if -variable was used.
 - For Redshift, finding tables on the search path was no longer working.
 - For PostgreSQL, using the JDBC driver 42.2.11, the value for columns defined as "timestamp with time zone" could not be retrieved any longer.
 - The cursor position wasn't calculated correctly, if real tabs where used in the editor (regression from 125.6)
 - Sorting columns defined as arrays in the result did not work properly.
 - The new Windows launcher (introduced in 125.5) did not work if run from a directory with spaces in the name
 - Fixed some problems with the cursor position in the editor with High-DPI displays (on Windows)
 - For PostgreSQL, the DDL for partitioned tables with sub-partitions was not generated correctly
 - Using WbImport with temp tables as the target did not work with PostgreSQL and SQL Server
 - When using UCanAccess certain types of "linked columns" are now displayed correctly.
 - For DB2 on AS/400 the CSID attribute was also generated for data types where it wasn't relevant.
 - Individual statements were not detected correctly in the editor if the text started with a semicolon.
 - "Create SQL List" did not work properly if only a part of the first or last line was selected.
 - For PostgreSQL, the dependency display of trigger functions wasn't working any more.
 - When using Page Down when the editor text was shorter than the number of lines, the display was corrupted.
 - When closing the macro dialog while macros were filtered, only the visible macros were saved.
 - For PostgreSQL, check constraints and default values were no longer displayed correctly in the generated DDL
 - For XLSX exports, using -infoSheet did not work any longer
 - When using -endRow with WbImport, the following rows weren't exported, but the input file was still read until the end
 - Filtering the list of macros did no longer work correctly.
 - For SQLite, all values are now retrieved as strings to workaround problems with the lack of explicit data types.
 - Common table expressions containing DML are now correctly identified when the "Read Only" option is selected in the connection profile.
 - The XML file generated by WbSchemaDiff was incorrect when multiple views need to be dropped.
 - The SQL formatter removed trailing semicolons if only a single statement was formatted.
 - Fractional seconds were not correcly formatted in timestamp literals in generated SQL statements.
 - When editing a result with columns from multiple tables where the columns were not fully qualified, an exception occurred rather than a usable error message.
 - Conditional execution of Workbench commands using -ifDefined and -ifNotDefined behaved the same as -ifEmpty and -ifNotEmpty
 - For Postgres, infinity values for timestamp with time zone could not be read from the database.
 - If the JDBC driver returned LocalDateTime or LocalDate values, those weren't formatted properly in SQL statements or text files.

Build 125 (2019-05-08)
Enhancements

 - All additional libraries are now expected in the directory "ext".
 - In the DbExplorer, using "Show Rowcounts", now displays the row counts as a new column in the table list.
 - WbDataDiff now also supports -clobAsFile when generating SQL statements
 - For WbExport and WbDataDiff -clobFileThreshold has been added
 - For MariaDB 10.3, sequences are now displayed in the DbExplorer
 - The "Manage Macros" dialog now also supports filtering of the macros.
 - For Oracle, the generated DDL for tables now contains the definitions of extended column statistics.
 - It's now possible to control the behaviour of WbDefineVar when NULL values are retrieved through a SQL query
 - It's now possible to specify a message with WbEcho that is displayed even if verbose logging was turned off (e.g. using -verbose=false for WbInclude)
 - For WbExport and WbImport, it's now possible to define the values for -quoteChar and -delimiter using unicode escape notation (e.g. \0008)
 - WbDefineVar now supports the -silent option so suppress the details about the defined variable
 - For conditional execution of some SQL Workbench/J commands, checking for the (non) existence of files or tables is now supported
 - For Postgres, comments on foreign key constraints are now displayed in the DbExplorer and the generated DDL source
 - Confirmation to close "Other tabs" can now be configured separately.

Bug fixes

 - For SQL Server, DateTime values were not displayed correctly
 - For Oracle the source of materialized views using ON PREBUILT TABLE was incorrect.
 - Relative file names were treated differently by the SQL Workbench commands and the ifFileExists check.
 - For MySQL, the source of triggers wasn't displayed.
 - Copy to clipboard did not use the format string for decimal values
 - For Oracle, using -mode=upsert with CLOB columns did not work for WbImport
 - For some JDBC drivers, the console did not display the column's alias, but the real column name in a result
 - For Postgres, nesting dollar quoted strings did not work.
 - When retrieving XML columns using a driver that supports the JDBC API getXML() NULL values would result in an error.
 - For Postgres, the generated source for an extension in the DbExplorer was not correct.
 - The detection of the DB2 version was no long working correctly
 - Numbers that can't be stored in Excel's file format are now exported as strings rather than numbers
 - For Oracle, certain timestamp values were incorrectly exported.
 - For Oracle 12, statements using "WITH FUNCTION" or "/*+ WITH_PLSQL */" to create inline PL/SQL functions could not be executed.
 - WbCall did not display values for OUT parameters for all data types.
 - For Oracle, the status of foreign keys (enabled, validated) was no longer displayed in the DbExplorer.
 - For PostgreSQL, retrieving the policies for row level security was not working for versions prior to 10 any more.
 - When using -profileStorage wih a filename without a path, files located in the config directory where not found
 - Generating a SQL script using WbDataDiff on tables with timestamptz columns in Postgres did not work
2021-09-30 15:50:33 +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 revbump for boost-libs 2021-09-29 19:00:02 +00:00
csharp-mysql revbump for textproc/icu 2021-04-21 11:40:12 +00:00
cstore *: recursive bump for perl 5.34 2021-05-24 19:49:01 +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 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
edb
elasticsearch g/c references to openjdk7 2020-05-17 00:54:00 +00:00
erlang-eredis
erlang-p1_mysql erlang-p1_mysql: Update to 1.0.18 2021-05-20 15:04:44 +00:00
erlang-p1_pgsql erlang-p1_pgsql: Update to 1.1.11 2021-05-20 14:58:11 +00:00
erlang-sqlite3 erlang-sqlite3: Update to 1.1.12 2021-05-20 14:43:26 +00:00
freetds revbump for boost-libs 2021-09-29 19:00:02 +00:00
gdbm Apply upstream patch 32517af7 to check for st_mtim in struct stat. Fixes 2021-09-14 13:32:50 +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 *: remove dead download site 2021-04-21 08:44:30 +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 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
go-ldap Revbump all Go packages after go117 update 2021-09-17 13:52:45 +00:00
go-tiedot Revbump all Go packages after go117 update 2021-09-17 13:52:45 +00:00
gobang gobang: simplify some more 2021-09-15 14:09:48 +00:00
gom revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gourmet revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gramps5 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gtkdbfeditor revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gtksql
guile-pg guile-pg: Update to 0.49 2020-12-19 15:21:50 +00:00
guile-sqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
hiredis hiredis: updated to 1.0.0 2021-06-23 19:35:44 +00:00
hsqldb18
idzebra *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
influxdb Revbump all Go packages after go117 update 2021-09-17 13:52:45 +00:00
innotop *: recursive bump for perl 5.34 2021-05-24 19:49:01 +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-mysql31
jdbc-mysql51
kldap *: Recursive revbump from audio/pulseaudio-15.0 2021-07-30 12:26:37 +00:00
kyotocabinet kyotocabinet: Update to 1.2.79 2021-02-18 18:02:46 +00:00
lbdb *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
ldapvi *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ldb samba4: downgrade to 4.13.9, as discussed on netbsd-users@ 2021-06-22 09:36:41 +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 revbump for boost-libs 2021-09-29 19:00:02 +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 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgda *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
libgda-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
libgda-postgres revbump for textproc/icu 2021-04-21 11:40:12 +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 Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
liquibase liquibase: update to 3.5.5 2018-09-01 17:57:17 +00:00
lmdb (databases/lmdb) Add portablity check patch, but duplicates to openldap ? 2021-08-24 20:33:30 +00:00
lua-dbi databases: Add lua-dbi 2020-07-09 16:12:57 +00:00
lua-dbi-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
lua-dbi-postgresql databases: Add lua-dbi 2020-07-09 16:12:57 +00:00
lua-dbi-sqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
lua-lsqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
lua-sql-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
lua-sql-postgres lua-sql-*: Fix all the module builds. 2018-10-26 11:11:33 +00:00
lua-sql-sqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
lua-sqlite3 lua-sqlite3: needs m4 2021-05-14 14:52:58 +00:00
lua-tokyocabinet Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
mariadb104-client revbump for boost-libs 2021-09-29 19:00:02 +00:00
mariadb104-server revbump for boost-libs 2021-09-29 19:00:02 +00:00
mariadb105-client revbump for boost-libs 2021-09-29 19:00:02 +00:00
mariadb105-server revbump for boost-libs 2021-09-29 19:00:02 +00:00
mariadb106-client revbump for boost-libs 2021-09-29 19:00:02 +00:00
mariadb106-server revbump for boost-libs 2021-09-29 19:00:02 +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.7 2021-08-11 07:18:25 +00:00
mongo-tools mongo-tools: updated to 4.2.15 2021-08-11 07:23:18 +00:00
mongodb revbump for boost-libs 2021-09-29 19:00:02 +00:00
mongodb3 revbump for boost-libs 2021-09-29 19:00:02 +00:00
myodbc Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
mysql-cluster *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
mysql-connector-c++ mysql-connector-c++: update to 8.0.25. 2021-06-29 06:43:30 +00:00
mysql-workbench revbump for boost-libs 2021-09-29 19:00:02 +00:00
mysql56-client mysql56-client: note this version is EOL 2021-09-09 00:42:29 +00:00
mysql56-server mysql56-server: note this version is EOL 2021-09-09 00:42:04 +00:00
mysql57-client revbump for boost-libs 2021-09-29 19:00:02 +00:00
mysql57-server revbump for boost-libs 2021-09-29 19:00:02 +00:00
mysql80-client mysql80: use __builtin_ffsll where ffsll is missing 2021-06-27 06:41:55 +00:00
mysql80-server mysql57-server & mysql80-server: correct MESSAGE 2021-09-12 20:32:26 +00:00
mysqld_exporter Revbump all Go packages after go117 update 2021-09-17 13:52:45 +00:00
mysqltuner *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
mytop *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
nss-pgsql
nss_ldap Avoid complex version logic for obsolete NetBSD versions 2020-04-29 19:57:51 +00:00
ocaml-dbm Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ldap Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-macaque Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
ocaml-sqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +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.5.7 2021-08-23 09:58:57 +00:00
openldap-client openldap-client: Fix older software that hardcodes libldap_r. 2021-08-31 12:45:10 +00:00
openldap-cloak openldap: updated to 2.5.7 2021-08-23 09:58:57 +00:00
openldap-doc openldap: updated to 2.5.7 2021-08-23 09:58:57 +00:00
openldap-nops openldap: updated to 2.5.7 2021-08-23 09:58:57 +00:00
openldap-server openldap-server: let the RC script work unprivileged 2021-08-30 09:36:31 +00:00
openldap-smbk5pwd openldap: updated to 2.5.7 2021-08-23 09:58:57 +00:00
oraedit Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
p5-AddressBook *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-AnyEvent-BDB *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Apache-DBI *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-App-Sqitch *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-BDB *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-BerkeleyDB *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Catalyst-Model-DBIC-Schema *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Catalyst-Model-RDBO *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-CatalystX-CRUD *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-CatalystX-CRUD-Model-RDBO *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-CDB_File *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Class-DBI *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Class-DBI-AbstractSearch *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Class-DBI-BaseDSN *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Class-DBI-Pg *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Class-DBI-Plugin *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Dancer-Plugin-DBIC *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Data-Table *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DB_File-Lock *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-CSV *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-DB2 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-Mock *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
p5-DBD-ODBC *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-Oracle *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-PgPP *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-postgresql *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-SQLite *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-SQLite2 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBD-Sybase revbump for boost-libs 2021-09-29 19:00:02 +00:00
p5-DBD-XBase *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBI *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBI-Shell *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBICx-Deploy *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBICx-MapMaker *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBICx-Sugar *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBICx-TestDatabase *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIWrapper *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Abstract *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-Candy *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-Cursor-Cached *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-DigestColumns *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-DynamicDefault *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-EncodedColumn *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-Fixtures *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-Helpers *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-InflateColumn-FS *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-InflateColumn-IP *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-IntrospectableM2M *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-Loader *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-RDBOHelpers *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-Schema-Loader *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-TimeStamp *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-UUIDColumns *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Class-Validation *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Connector *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-ContextualFetch *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Datasource *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-DBSchema *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Introspector *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-Schema *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBIx-SearchBuilder *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DBM-Deep *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-DublinCore-Record *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Fsdb *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-gdbm *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Ima-DBI *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Jifty-DBI *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-MARC *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-MARC-Record *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-MARC-XML *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-MLDBM *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-MLDBM-Serializer-JSON *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-MLDBM-Sync *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Net-Cassandra *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Net-FileMaker *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Net-MySQL *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-ORLite *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-ORLite-Migrate *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Palm *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Parse-Dia-SQL *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-perl-ldap *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-postgresql *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-qdbm *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Redis *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Rose-DB *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Rose-DB-Object *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Rose-DBx-AutoReconnect *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Rose-DBx-Garden *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Rose-DBx-Garden-Catalyst *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Rose-DBx-Object-MoreHelpers *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Rose-DBx-TestDB *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-RRD-Simple *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Search-QueryParser *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Search-QueryParser-SQL *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Sort-SQL *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-SQL-Abstract *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-SQL-Abstract-Classic *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-SQL-Abstract-Limit *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-SQL-ReservedWords *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-SQL-Statement *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-SQL-Translator *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-sqlrelay revbump for boost-libs 2021-09-29 19:00:02 +00:00
p5-sybperl revbump for boost-libs 2021-09-29 19:00:02 +00:00
p5-Template-DBI *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Tie-DBI *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-tokyocabinet *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-tokyotyrant *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-YAML-MLDBM *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
palm-db-tools
pear-DB databases/pear-DB: update to 1.11.0 2021-08-12 14:32: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 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pg_repack Adjust PGSQL_VERSIONS_ACCEPTED 2021-05-24 08:23:18 +00:00
pgadmin3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
pgbouncer all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
pgbuildfarm *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pgocaml Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
pgpool databases: align variable assignments 2019-11-02 15:37:59 +00:00
pgpool2 pgpool2: update to 4.2.2. 2021-04-28 09:18:55 +00:00
pgtcl pgtcl: remove dead master site 2021-04-21 08:41:57 +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: reset PKGREVISION 2021-06-04 14:01:20 +00:00
php-mssql revbump for boost-libs 2021-09-29 19:00:02 +00:00
php-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
php-mysqli php-mysqli: enable mysqlnd by default 2021-07-02 15:19:30 +00:00
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 for boost-libs 2021-09-29 19:00:02 +00:00
php-pdo_mysql php-pdo_mysql: enable mysqlnd 2021-07-02 15:21:35 +00:00
php-pdo_odbc php-pdo_odbc: Requires libltdl. 2018-10-18 16:17:25 +00:00
php-pdo_pgsql
php-pdo_sqlite revbump for textproc/icu 2021-04-21 11:40:12 +00:00
php-pgsql
php-redis databases/php-redis: fix for php80 2021-03-29 00:09:35 +00:00
php-redis4 (databases/php-redis4) regen distinfo, sorry if wrong observation 2021-09-08 15:38:48 +00:00
php-rrd revbump for textproc/icu 2021-04-21 11:40:12 +00:00
php-sqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
php-sqlrelay revbump for boost-libs 2021-09-29 19:00:02 +00:00
phpldapadmin databases/phpldapadmin: prefix PKGNAME with ${PHP_PKG_PREFIX} 2021-03-07 13:08:47 +00:00
phpmyadmin Switch to use lang/php/json.mk. 2021-03-07 13:21:56 +00:00
phppgadmin databases/phppgadmin: make it php56 incompatible 2021-04-01 02:42:17 +00:00
poco-data *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
poco-data-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
poco-data-odbc *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
poco-data-sqlite revbump for textproc/icu 2021-04-21 11:40:12 +00:00
postgres_exporter Revbump all Go packages after go117 update 2021-09-17 13:52:45 +00:00
postgresql-pgroonga Adjust PGSQL_VERSIONS_ACCEPTED 2021-05-24 08:23:18 +00:00
postgresql-pljava *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
postgresql-postgis2 revbump for boost-libs 2021-09-29 19:00:02 +00:00
postgresql-promscale_extension postgresql-promscale_extension: use correct pgx tree. Bump. 2021-08-25 11:38:35 +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 postgresql-timescaledb: update to 2.4.1 2021-08-24 18:23:22 +00:00
postgresql-wal2json databases: Add postgresql-wal2json 2.3 2020-12-05 09:04:58 +00:00
postgresql10 postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql10-client postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql10-contrib postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql10-docs postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql10-plperl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql10-plpython postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql10-pltcl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql10-server postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql11 postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql11-client postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql11-contrib postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql11-docs postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql11-plperl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql11-plpython postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql11-pltcl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql11-server postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql12 postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql12-client postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql12-contrib postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql12-docs postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql12-plperl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql12-plpython postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql12-pltcl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql12-server postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql13 postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql13-client postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql13-contrib postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql13-docs postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql13-plperl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql13-plpython postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql13-pltcl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql13-server postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql96 postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql96-client postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql96-contrib postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql96-docs postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql96-plperl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql96-plpython postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql96-pltcl postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
postgresql96-server postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 2021-08-13 11:54:43 +00:00
prometheus Revbump all Go packages after go117 update 2021-09-17 13:52:45 +00:00
promscale Revbump all Go packages after go117 update 2021-09-17 13:52:45 +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.36.0 2021-08-23 08:22:19 +00:00
py-asyncpg py-asyncpg: updated to 0.24.0 2021-08-10 09:19:52 +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-kb py-kb: Import py38-kb-0.1.6 as databases/py-kb 2021-05-29 10:22:25 +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.1 2021-07-19 07:05:44 +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.12.0 2021-07-26 17:30:35 +00:00
py-mssql revbump for boost-libs 2021-09-29 19:00:02 +00:00
py-multidict py-multidict: updated to 5.1.0 2020-12-07 15:49:30 +00:00
py-mysql-connector Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
py-mysqlclient Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
py-mysqldb databases/py-mysqldb: Fix build with latest version of MariaDB 2021-07-27 23:21:23 +00:00
py-orderedmultidict py-orderedmultidict: updated to 1.0.1 2019-07-12 18:53:58 +00:00
py-peewee revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-pgnotify
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.48.7 2021-07-10 05:49:41 +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 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-sqlalchemy py-sqlalchemy: updated to 1.3.22 2021-01-18 09:50:36 +00:00
py-sqlalchemy-i18n use versioned py-pygemnts 2021-04-06 14:23:24 +00:00
py-sqlalchemy-migrate py-sqlalchemy-migrate: updated to 0.13.0 2019-12-03 18:23:01 +00:00
py-sqlalchemy-utils use versioned py-pygemnts 2021-04-06 14:23:24 +00:00
py-sqlite2 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-sqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-sqlparse py-sqlparse: updated to 0.3.1 2020-03-02 10:28:26 +00:00
py-sqlrelay revbump for boost-libs 2021-09-29 19:00:02 +00:00
py-sqlsoup BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
py-sybase revbump for boost-libs 2021-09-29 19:00:02 +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
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 for boost-libs 2021-09-29 19:00:02 +00:00
qore-mysql-module Revbump for MySQL default change 2021-06-23 20:33:06 +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 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
quicklist Sort PLIST files. 2018-01-01 22:29:15 +00:00
R-RSQLite (databases/R-RSQLite) Updated 2.2.0 to 2.2.7 2021-06-09 15:20:49 +00:00
R-sqldf Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
rdb *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
redis redis: updated to 6.2.5 2021-07-22 09:56:54 +00:00
repmgr revbump for textproc/icu 2021-04-21 11:40:12 +00:00
rrdtool rrdtool: fix building on Darwin 2021-06-17 08:59:10 +00:00
rrdtool12 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +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/ruby-rails52: update to 5.2.6 2021-07-04 06:24:45 +00:00
ruby-activerecord60 www/ruby-rails60: update to 6.0.4.1 2021-08-22 07:12:49 +00:00
ruby-activerecord61 www/ruby-rails61: update to 6.1.4.1 2021-08-22 07:16:46 +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.1 2021-08-30 16:08:37 +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
ruby-datamapper all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby-dbd-mysql
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 Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
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 Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
ruby-do_postgres
ruby-do_sqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +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.7.0 2021-03-21 12:49:40 +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.2 2021-05-22 14:58:04 +00:00
ruby-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
ruby-mysql2 Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
ruby-mysql28 ruby-mysql28: Incompatible with MariaDB 2021-08-24 11:06:06 +00:00
ruby-odbc databases/ruby-odbc: update to 0.999991 2021-03-21 12:50:49 +00:00
ruby-pg databases/ruby-pg: commit forgotten files 2020-03-27 06:08:58 +00:00
ruby-pg_array_parser
ruby-qdbm databases/ruby-qdbm: remove unknown configure option 2020-05-31 17:15:33 +00:00
ruby-rrdtool revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ruby-sequel databases/ruby-sequel: update to 5.48.0 2021-09-18 13:53:29 +00:00
ruby-sqlite
ruby-sqlite3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ruby-sqlrelay revbump for boost-libs 2021-09-29 19:00:02 +00:00
ruby-tiny_tds revbump for boost-libs 2021-09-29 19:00:02 +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 ruby-vapor: remove self-conflict 2021-05-21 12:20:24 +00:00
sdbm
shared-mime-info revbump for textproc/icu 2021-04-21 11:40:12 +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 revbump for boost-libs 2021-09-29 19:00:02 +00:00
sql-workbench Updated databases/sql-workbench to 127 2021-09-30 15:50:33 +00:00
sqlite all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sqlite3 sqlite3: updated to 3.36.0 2021-06-25 21:21:31 +00:00
sqlite3-docs sqlite3: updated to 3.36.0 2021-06-25 21:21:31 +00:00
sqlite3-tcl sqlite3: updated to 3.36.0 2021-06-25 21:21:31 +00:00
sqlitebrowser *: Recursive revbump from audio/pulseaudio-15.0 2021-07-30 12:26:37 +00:00
SQLiteCpp revbump for textproc/icu 2021-04-21 11:40:12 +00:00
sqlrelay revbump for boost-libs 2021-09-29 19:00:02 +00:00
sqlrelay-freetds revbump for boost-libs 2021-09-29 19:00:02 +00:00
sqlrelay-mysql revbump for boost-libs 2021-09-29 19:00:02 +00:00
sqlrelay-nodejs revbump for boost-libs 2021-09-29 19:00:02 +00:00
sqlrelay-odbc revbump for boost-libs 2021-09-29 19:00:02 +00:00
sqlrelay-pgsql revbump for boost-libs 2021-09-29 19:00:02 +00:00
sqlrelay-sqlite revbump for boost-libs 2021-09-29 19:00:02 +00:00
sqsh revbump for boost-libs 2021-09-29 19:00:02 +00:00
sqsh-motif
sqsh-x11
squirrelsql Cleanup: replace curly braces with parentheses. 2018-01-01 01:10:13 +00:00
tcl-fbsql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
tcl-gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
tdb tdb: updated to 1.4.5 2021-09-13 10:12:43 +00:00
timescaledb-tune Revbump all Go packages after go117 update 2021-09-17 13:52:45 +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: remove lies 2021-06-14 18:40:40 +00:00
unixodbc unixodbc: updated to 2.3.9 2020-09-14 17:46:39 +00:00
virtuoso revbump for boost-libs 2021-09-29 19:00:02 +00:00
vsqlite++ revbump for textproc/icu 2021-04-21 11:40:12 +00:00
wiredtiger *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
xsqlmenu Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
yap2lc
yasql *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
Makefile Add gobang 2021-09-15 14:05:57 +00:00