1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/databases
Kurt Jaeger 171f1701a1 databases/cego: update 2.45.9 -> 2.45.16
- Fix in CegoBtreeManager for duplicate null handling. The corresponding
  btree value has to be checked to be null. For this, the method
  CegoBTreeValue::isNull has been introduced
- Fix in CegoFieldValue::negate, for FIXED_TYPE values, trailing
  zeros have to be treated. Otherwise, select null - a from t1 where
  a = 0.10 will result in 0.1
- Patch in 'update with return' clause. It seems to be useful, that
  in combination with return, update should return after first matching
  tuple providing the updated tuple in the return clause. So the
  values for the tuple can be stored in procedure variables.
  create table t1 ( a int, b string(30));
  insert into t1 values ( 1, 'DONE');
  insert into t1 values ( 2, 'DONE');
  insert into t1 values ( 3, 'WAIT');
  insert into t1 values ( 4, 'DONE');
  insert into t1 values ( 5, 'WAIT');
  update t1 set b = 'DONE' where b = 'WAIT' return :a = a;
  Just the tuple with a = 3 is update and the value of a is returned
  in the procedure variable :a
- For update with return statements, added the on first option.
  Since the return variable can only store one return values, this
  option specifies, if the update should return after first tuple or
  if all matching tuples should be updated.
- In CegoMain, changed separator token for tsdef from ":;" to "=",
  since for mingw configurations, absolute path handling was broken.
  This resulted in adapations for mkdb and cgmkdb scripts.
- Fix in CegoObjectManager::getObjectListByTable, if object does
  not exist, an exception is thrown now.
  This resulted in a fix for CegoQueryHelper::checkIndexForPredicate,
  where now the table alias has to be mapped to the correct physical
  table name ( via coList as a new method argument )
- Fix in CegoAttrDesc::evalTableReferences to treat alias objects in joins
- Grammar expansion to support inner/left outer/right outer joins
  without a condition. This might be useful for specific join order
  to use appropriate table indices ( see dbcheck/check088.sql )
- Fix in CegoQueryHelper::checkIndexForPredicate, index evaluation
  for alias objects was still not treated
- Fix in CegoDistCursor::getPlan and CegoAction::getJoinPlanString
  to cover execution plan for alias objects

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2020-06-05 18:05:04 +00:00
..
adabase
adminer databases/adminer: update to 4.7.6 2020-03-15 07:34:33 +00:00
adodb
adodb5 databases/adodb5: update to 5.20.17 stable release 2020-04-28 09:18:12 +00:00
akonadi Update KDE's Applications to 20.04.1 2020-05-15 16:52:00 +00:00
apache-commons-dbutils
apq
apq-mysql
apq-odbc
apq-pgsql
arangodb32 Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
arangodb33 Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
ateam_mysql_ldap_auth
autobackupmysql
automysqlbackup
bbdb
beansdb
buzhug
c3p0
cassandra3 Update Sphinx 2020-05-11 23:51:58 +00:00
cassandra4 Update Sphinx 2020-05-11 23:51:58 +00:00
cassandra-cpp-driver databases/cassandra-cpp-driver: fix build 2020-05-07 08:06:51 +00:00
casstcl
cayley
cdb Partially revert r530801 2020-04-06 17:04:43 +00:00
cego databases/cego: update 2.45.9 -> 2.45.16 2020-06-05 18:05:04 +00:00
cegobridge
clickhouse Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
cockroach Fix more fallout for bundled rocksdb after the LLVM 10 import 2020-03-18 12:04:51 +00:00
couchdb2 devel/icu: update to 67.1 2020-04-23 20:14:49 +00:00
couchdb3 databases/couchdb3: accommodate compiler quirks in i386 2020-06-03 11:15:30 +00:00
courier-authlib-mysql
courier-authlib-pgsql
courier-authlib-userdb
courier-authlib-usergdbm
cppdb
credis
dalmp databases/dalmp: Update to 3.1.0 2020-02-25 02:17:59 +00:00
datamodeler Deprecate java/openjfx8-devel consumers 2020-03-19 09:33:13 +00:00
db
db5 Making REWARNFILE overridable was an artefact from testing. 2020-01-20 19:27:49 +00:00
db6 databases/db6: sunset (expire) port in half a year's time 2020-06-02 13:26:28 +00:00
dbf
dbh
dbixx
dbow Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
dbtool
dbview
elixir-calecto
elixir-db_connection
elixir-ecto
elixir-geo
elixir-mariaex
elixir-mongo
elixir-postgrex
elixir-timex_ecto
erlang-couchbeam
erlang-epgsql
erlang-eredis
erlfdb databases/erlfdb: update WWW to new upstream 2020-05-31 23:06:20 +00:00
evolution-data-server devel/icu: update to 67.1 2020-04-23 20:14:49 +00:00
fastdb
firebird25-client
firebird25-server devel/icu: update to 67.1 2020-04-23 20:14:49 +00:00
fortytwo-bdb
foundationdb databases/foundationdb: update to 6.3.0 2020-05-31 22:13:32 +00:00
foundationdb-devel databases/foundationdb-devel: bump version and add TLS 2020-05-18 21:48:23 +00:00
fpc-dblib
fpc-fpindexer - Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems 2020-03-06 06:26:05 +00:00
fpc-gdbm - Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems 2020-03-06 06:26:05 +00:00
fpc-ibase - Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems 2020-03-06 06:26:05 +00:00
fpc-mysql
fpc-odbc
fpc-oracle
fpc-postgres - Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems 2020-03-06 06:26:05 +00:00
fpc-pxlib
fpc-sqlite
freetds databases/freetds: Update version 1.1.33=>1.1.40 2020-05-26 21:01:04 +00:00
freetds-devel databases/freetds-devel: Update version 1.1.162=>1.1.176 2020-05-26 22:01:30 +00:00
frontbase-jdbc
galera - Update to 25.3.29 2020-05-25 09:29:58 +00:00
galera26 databases/galera*: add binutils dep on objdump 2020-05-06 16:39:11 +00:00
gdbm
geoserver-mysql-plugin databases/geoserver-mysql-plugin: Update version 2.17.0=>2.17.1 2020-06-05 05:01:50 +00:00
gigabase
gnats4 Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run. 2020-03-18 02:20:03 +00:00
gnatsweb4
go-carbon
go-pgweb Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
gom
gqlplus
grass7 x11-toolkits/wxgtk30: Update to 3.0.5.1 2020-05-17 05:55:12 +00:00
hashtypes
hbase
hiredis
hsqldb
influxdb databases/influxdb: Update to 1.8.0 2020-05-31 03:00:47 +00:00
innotop
iowow Update to version 1.4.4. 2020-05-06 09:50:20 +00:00
ip4r
ipa_sdb
iplike
isql-viewer
jasperreports Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
jdb
jdbc-oracle11g
jlog
jrobin
jrrd
kbibtex graphics/poppler: update to 0.89.0 2020-06-02 14:47:29 +00:00
kdb devel/icu: update to 67.1 2020-04-23 20:14:49 +00:00
kexi Make implicit dependency on devel/qt5-concurrent explicit 2020-03-14 17:42:11 +00:00
kyotocabinet
kyototycoon Replace CPU-specific optimization (-march=native) with -O3 2020-03-31 23:19:15 +00:00
ldb14
ldb15 Use absolute path for WAF script and configure.log. 2020-04-04 00:55:38 +00:00
ldb20 Cleanup 2020-05-04 06:41:57 +00:00
leo_center
leofs
leveldb
libcouchbase
libdbi
libdbi-drivers databases/libdbi-drivers: remove unnecessary call to sed 2020-03-15 17:00:46 +00:00
libdrizzle
libdrizzle-redux
libgda5
libgda5-bdb
libgda5-jdbc
libgda5-ldap
libgda5-mdb
libgda5-mysql
libgda5-postgresql
libgda5-ui
libgdamm5
libhsclient
libiodbc databases/libiodbc: remove useless REINPLACE_CMD 2020-03-14 17:11:42 +00:00
libmemcache
libmemcached
libmongo-client
libnvpair
libodbc++
libpbl
libpqtypes
libsdb
libzdb Update to 3.2.2 2020-04-02 12:00:49 +00:00
linux-c7-sqlite3 Update to 3.7.17-8.el7_7.1. 2020-02-11 13:24:54 +00:00
linux-oracle-instantclient-basic
linux-oracle-instantclient-sdk
liquibase
lmdb
lua-lsqlite3 Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). 2020-05-28 15:20:46 +00:00
lua-resty-redis
lua-xapian Cosmetic change 2020-05-03 20:49:39 +00:00
luadbi USES=lua gained flavors. 2020-04-14 15:49:36 +00:00
luasql-firebird
luasql-mysql USES=lua gained flavors. 2020-04-14 15:49:36 +00:00
luasql-odbc
luasql-postgres
luasql-sqlite3
mantis databases/mantis: Update to 2.24.1 2020-05-04 04:27:52 +00:00
mariadb101-client
mariadb101-server databases/mariadb101-server: Security update to 10.1.45 2020-05-17 15:34:22 +00:00
mariadb102-client databases/mariadb102-server: Security update to 10.2.32 2020-05-17 14:30:39 +00:00
mariadb102-server databases/mariadb102-server: Security update to 10.2.32 2020-05-17 14:30:39 +00:00
mariadb103-client databases/mariadb103-server: Security update to 10.3.23 2020-05-17 14:22:51 +00:00
mariadb103-server databases/mariadb103-server: Security update to 10.3.23 2020-05-17 14:22:51 +00:00
mariadb104-client databases/mariadb104-server: Fix configuration location / overhaul 2020-05-26 09:58:39 +00:00
mariadb104-server databases/mariadb104-server: Fix configuration location / overhaul 2020-05-26 09:58:39 +00:00
mariadb-connector-c
mariadb-connector-odbc
mdbtools
mdcached
memcached databases/memcached: add BUILD_DEPENDS as:devel/binutils 2020-05-30 16:06:19 +00:00
mongodb36 Update USES=scons to specify scons of Python 2 2020-05-25 18:33:44 +00:00
mongodb36-tools
mongodb40 Update USES=scons to specify scons of Python 2 2020-05-25 18:33:44 +00:00
mongodb40-tools databases/mongodb40-tools: unbreak on armv7 and aarch64 2020-02-24 17:49:26 +00:00
mroonga databases/mroonga: Update version 10.02=>10.03 2020-06-02 22:49:59 +00:00
mtools-mongodb Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
mtop
mydbf2mysql Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
mydumper Fix build on powerpc 2020-04-21 19:48:20 +00:00
mysac
mysql2pgsql
mysql55-client
mysql55-server databases/mysql55-server: fix build on powerpc64 elfv2 2020-03-21 10:33:40 +00:00
mysql56-client databases/mysql56-{client, server}: Update to latest release 5.6.48 2020-04-28 21:08:35 +00:00
mysql56-server databases/mysql56-{client, server}: Update to latest release 5.6.48 2020-04-28 21:08:35 +00:00
mysql57-client Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
mysql57-server Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
mysql80-client Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
mysql80-server Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
mysql-connector-c
mysql-connector-c++
mysql-connector-java Updated to 8.0.20 2020-04-28 07:57:14 +00:00
mysql-connector-java51 Updated to 5.1.49 2020-05-03 07:02:03 +00:00
mysql-connector-odbc
mysql-q4m
mysql-udf databases/mysql-udf: fix build on powerpc(64) with clang 2020-04-05 19:15:59 +00:00
mysqlbackup
mysqlbigram
mysqldump-secure
mysqlreport
mysqlsla
mysqlsniffer
mysqltcl
mysqltuner
mysqlwsrep56-server
mysqlwsrep57-server
mytop
nagios-check_mongodb
nagios-check_postgres_replication
nagios-check_redis
namazu2
neo4j
ntdb Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
ocaml-dbm
ocaml-mysql
ocaml-sqlite3
opendbviewer databases/opendbviewer: prepare for Qt5-5.15 2020-05-21 08:21:17 +00:00
opendbx
opentsdb Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
ora2pg - Update to 20.0 2020-02-25 09:16:14 +00:00
oracle8-client
p5-Amazon-SimpleDB Cosmetic change 2020-04-21 19:35:26 +00:00
p5-Amon2-DBI
p5-AnyEvent-BDB Cosmetic change 2020-04-21 19:35:32 +00:00
p5-AnyEvent-CouchDB Cosmetic change 2020-04-21 19:35:39 +00:00
p5-AnyEvent-DBD-Pg
p5-AnyEvent-Memcached
p5-AnyEvent-Redis Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). 2020-05-28 15:20:46 +00:00
p5-App-Sqitch
p5-AsciiDB-TagFile
p5-BDB Cosmetic change 2020-04-21 19:35:51 +00:00
p5-BerkeleyDB
p5-BSON
p5-BSON-XS Update to 0.8.3 2020-04-21 19:35:20 +00:00
p5-Bucardo Update to 5.6.0. 2020-03-30 19:28:32 +00:00
p5-Cache-BDB Cosmetic change 2020-04-21 19:36:00 +00:00
p5-Cache-Memcached Add NO_ARCH 2020-01-13 17:45:24 +00:00
p5-Cache-Memcached-Fast Update to 0.26 2020-04-07 14:33:37 +00:00
p5-Cache-Memcached-libmemcached
p5-Cache-Memcached-Managed Update to 0.26 2020-01-13 17:45:29 +00:00
p5-Cache-Memcached-XS
p5-CDB_File Update to 1.02 2020-02-02 11:07:56 +00:00
p5-CDB_File-Generator
p5-CGI-Session-Driver-memcached
p5-CHI-Driver-Memcached
p5-CHI-Driver-Redis
p5-CHI-Driver-TokyoTyrant
p5-Class-DBI
p5-Class-DBI-AbstractSearch
p5-Class-DBI-AsForm
p5-Class-DBI-AutoLoader
p5-Class-DBI-BaseDSN
p5-Class-DBI-DATA-Schema
p5-Class-DBI-DDL
p5-Class-DBI-FromCGI
p5-Class-DBI-LazyInflate
p5-Class-DBI-Loader
p5-Class-DBI-Loader-Relationship
p5-Class-DBI-mysql
p5-Class-DBI-Oracle
p5-Class-DBI-Pager
p5-Class-DBI-Pg
p5-Class-DBI-Plugin
p5-Class-DBI-Plugin-AbstractCount
p5-Class-DBI-Plugin-DeepAbstractSearch
p5-Class-DBI-Plugin-Iterator
p5-Class-DBI-Plugin-Pager
p5-Class-DBI-Plugin-RetrieveAll
p5-Class-DBI-Plugin-Senna
p5-Class-DBI-Plugin-Type
p5-Class-DBI-Replication
p5-Class-DBI-SAK
p5-Class-DBI-SQLite
p5-Class-DBI-Sweet
p5-Class-DBI-ToSax
p5-Class-DBI-Untaint
p5-Class-Inflate
p5-CouchDB-View Cosmetic change 2020-04-21 19:36:06 +00:00
p5-Dancer2-Plugin-Database
p5-Dancer2-Plugin-DBIC
p5-Dancer2-Session-DBIC
p5-Dancer-Plugin-Database
p5-Dancer-Plugin-Database-Core Cosmetic change 2020-04-21 19:36:43 +00:00
p5-Dancer-Plugin-DBIC
p5-Dancer-Plugin-Redis Add LICENSE_FILE 2020-04-21 19:36:50 +00:00
p5-Dancer-Session-Memcached
p5-Data-Page
p5-Data-Pageset
p5-DBD-AnyData
p5-DBD-cego
p5-DBD-CSV
p5-DBD-Excel
p5-DBD-Google
p5-DBD-InterBase
p5-DBD-LDAP
p5-DBD-Mock
p5-DBD-Multi
p5-DBD-mysql
p5-DBD-ODBC - Update to 1.61 2020-02-02 07:39:59 +00:00
p5-DBD-Oracle
p5-DBD-Pg Update to 3.12.0 2020-05-08 20:51:08 +00:00
p5-DBD-PgLite
p5-DBD-PgPP
p5-DBD-SQLite
p5-DBD-SQLite2
p5-DBD-Sybase
p5-DBD-XBase Change the way *_DEPENDS are set 2020-02-22 15:57:55 +00:00
p5-DBI - Update to 1.643 2020-02-02 07:56:18 +00:00
p5-DBI-Shell Update to 11.96 2020-01-13 17:45:34 +00:00
p5-DBICx-Deploy
p5-DBICx-MapMaker
p5-DBICx-Sugar
p5-DBICx-TestDatabase
p5-DBICx-TxnInsert
p5-DBIWrapper
p5-DBIx-Abstract Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
p5-DBIx-Admin-CreateTable Cosmetic change 2020-04-21 19:36:12 +00:00
p5-DBIx-Admin-DSNManager Cosmetic change 2020-04-21 19:36:18 +00:00
p5-DBIx-Admin-TableInfo Cosmetic change 2020-04-21 19:36:23 +00:00
p5-DBIx-AnyDBD
p5-DBIx-Browse Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
p5-DBIx-Class
p5-DBIx-Class-AsFdat
p5-DBIx-Class-AuditLog
p5-DBIx-Class-BitField
p5-DBIx-Class-Candy
p5-DBIx-Class-Cursor-Cached Cosmetic change 2020-04-21 19:36:30 +00:00
p5-DBIx-Class-CustomPrefetch
p5-DBIx-Class-DateTime-Epoch
p5-DBIx-Class-DeploymentHandler
p5-DBIx-Class-DigestColumns
p5-DBIx-Class-DynamicDefault
p5-DBIx-Class-DynamicSubclass
p5-DBIx-Class-EncodeColumns
p5-DBIx-Class-EncodedColumn
p5-DBIx-Class-Fixtures
p5-DBIx-Class-FrozenColumns
p5-DBIx-Class-Helpers Update to 2.036000 2020-03-31 23:00:44 +00:00
p5-DBIx-Class-InflateColumn-Authen-Passphrase
p5-DBIx-Class-InflateColumn-FS
p5-DBIx-Class-InflateColumn-IP
p5-DBIx-Class-InflateColumn-Serializer
p5-DBIx-Class-IntrospectableM2M
p5-DBIx-Class-Loader
p5-DBIx-Class-Migration
p5-DBIx-Class-MooseColumns Change the way *_DEPENDS are set 2020-02-22 15:58:03 +00:00
p5-DBIx-Class-PassphraseColumn
p5-DBIx-Class-QueryLog
p5-DBIx-Class-QueryProfiler
p5-DBIx-Class-ResultSet-HashRef
p5-DBIx-Class-ResultSet-RecursiveUpdate
p5-DBIx-Class-Schema-Config
p5-DBIx-Class-Schema-Loader
p5-DBIx-Class-Schema-PopulateMore
p5-DBIx-Class-Storage-TxnEndHook
p5-DBIx-Class-TimeStamp
p5-DBIx-Class-Tree
p5-DBIx-Class-Tree-NestedSet
p5-DBIx-Class-UUIDColumns Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
p5-DBIx-Class-VirtualColumns
p5-DBIx-Class-WebForm
p5-DBIx-Connector
p5-DBIx-ContextualFetch
p5-DBIx-Custom
p5-DBIx-DataSource
p5-DBIx-DBHResolver
p5-DBIx-DBSchema
p5-DBIx-Dump
p5-DBIx-HA
p5-DBIx-Handler
p5-DBIx-Inspector
p5-DBIx-Introspector
p5-DBIx-Lite
p5-DBIx-Log4perl
p5-DBIx-MySQLSequence
p5-DBIx-NoSQL
p5-DBIx-Password
p5-DBIx-Perlish - Update to 1.0.6 2020-05-15 12:45:49 +00:00
p5-DBIx-QueryLog
p5-DBIx-Recordset
p5-DBIx-RetryOverDisconnects
p5-DBIx-Safe Cosmetic change 2020-04-21 19:36:35 +00:00
p5-DBIx-SearchBuilder
p5-DBIx-Sequence Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
p5-DBIx-Simple
p5-DBIx-Skinny
p5-DBIx-Skinny-InflateColumn-DateTime
p5-DBIx-Skinny-Mixin-DBHResolver
p5-DBIx-Skinny-Pager
p5-DBIx-Skinny-Schema-Loader
p5-DBIx-SQLEngine
p5-DBIx-SQLite-Simple
p5-DBIx-Sunny
p5-DBIx-TableHash
p5-DBIx-TransactionManager
p5-DBIx-Tree
p5-DBIx-VersionedDDL
p5-DBIx-Wrapper
p5-DBIx-XHTML_Table
p5-DBIx-XML_RDB
p5-DBM-Deep
p5-DR-Tarantool
p5-DWH_File
p5-Exception-Class-DBI
p5-File-Locate
p5-GDBM
p5-Genezzo
p5-GitDDL
p5-GitDDL-Migrator
p5-GraphViz-DBI Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
p5-HTML-FormHandler-Model-DBIC
p5-Ima-DBI
p5-Interchange6-Schema
p5-Iterator-DBI
p5-Jifty-DBI Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). 2020-05-28 15:20:46 +00:00
p5-KyotoCabinet
p5-LMDB_File
p5-Mango databases/py-Mango: use MongoDB 3.6 instead of EOL 3.4 2020-03-31 11:20:16 +00:00
p5-Memcached-libmemcached
p5-Metadata
p5-MLDBM
p5-MLDBM-Sync Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). 2020-05-28 15:20:46 +00:00
p5-Mojo-Pg Update to 4.19 2020-06-03 18:08:24 +00:00
p5-MongoDB
p5-Mongoose
p5-MR-Tarantool
p5-MySQL-Diff
p5-mysql-genocide
p5-Net-Async-CassandraCQL
p5-ORLite
p5-ORLite-Migrate
p5-Oryx
p5-Pg
p5-POE-Component-DBIAgent
p5-POE-Component-EasyDBI
p5-POE-Component-LaDBI
p5-POE-Component-RRDTool
p5-PostgreSQL-PLPerl-Call Add LICENSE_FILE 2020-04-21 19:36:55 +00:00
p5-PostgreSQL-PLPerl-Trace Add LICENSE_FILE 2020-04-21 19:37:00 +00:00
p5-Prophet
p5-Protocol-CassandraCQL
p5-Redis
p5-Redis-Fast
p5-Redis-hiredis
p5-Redis-JobQueue
p5-RedisDB
p5-RedisDB-Parser
p5-Relations
p5-Relations-Query
p5-ResourcePool-Resource-DBI Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
p5-Rose-DB Update to 0.783 2020-04-24 18:06:51 +00:00
p5-Rose-DB-Object
p5-Rose-DBx-Object-MoreHelpers
p5-Rose-DBx-Object-Renderer
p5-RRD-Simple
p5-Scope-Container-DBI
p5-Search-InvertedIndex
p5-Search-Namazu
p5-Search-Xapian Remove outdated PORTSCOUT 2020-04-06 17:33:06 +00:00
p5-Search-Xapian10 Mark DEPRECATED and set EXPIRATION_DATE to 2020-06-30 2020-05-12 22:31:20 +00:00
p5-Search-Xapian12 Remove outdated PORTSCOUT 2020-04-06 17:33:10 +00:00
p5-SQL-Abstract
p5-SQL-Abstract-Limit
p5-SQL-Abstract-More
p5-SQL-Abstract-Plugin-InsertMulti
p5-SQL-Interp - Update to 1.26 2020-04-18 01:56:28 +00:00
p5-SQL-Maker
p5-SQL-NamedPlaceholder
p5-SQL-ReservedWords
p5-SQL-Statement
p5-SQL-Translator - Update to 1.61 2020-04-20 00:59:57 +00:00
p5-SQLite-Work
p5-Store-CouchDB
p5-T2
p5-Tangram
p5-Template-DBI Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
p5-Teng
p5-Test-Cukes - Update to 0.11 2020-06-04 15:19:33 +00:00
p5-Test-Database
p5-Test-DatabaseRow
p5-Test-Fixture-DBI
p5-Test-mysqld
p5-Test-postgresql
p5-Text-Query-SQL
p5-Text-xSV
p5-Tie-DBI Update to 1.08 2020-01-20 20:11:41 +00:00
p5-Tie-LevelDB
p5-Time-Piece-MySQL Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). 2020-05-28 15:20:46 +00:00
p5-TokyoCabinet
p5-tokyotyrant
p5-Xapian Cosmetic change 2020-05-03 20:49:49 +00:00
pear-DB hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DB_DataObject hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DB_DataObject_FormBuilder hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DB_ldap hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DB_ldap2 hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DB_Pager
pear-DB_QueryTool hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DB_Sqlite_Tools Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). 2020-05-28 08:43:29 +00:00
pear-DB_Table hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DBA hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DBA_Relational hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-DoctrineCommon
pear-DoctrineDBAL
pear-Horde_Db Add upstream patch to Postgresql/Schema.php fixing the access for PostgreSQL >= 10 2020-03-14 20:39:10 +00:00
pear-Horde_HashTable
pear-Horde_Imsp
pear-Horde_Memcache
pear-Horde_Mongo
pear-MDB hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-MDB2 hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-MDB2_Driver_mysqli hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-MDB2_Driver_pgsql hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-MDB2_Schema hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-MDB_QueryTool hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-Structures_DataGrid_DataSource_Array hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-Structures_DataGrid_DataSource_CSV hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-Structures_DataGrid_DataSource_DB hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-Structures_DataGrid_DataSource_PDO hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pear-XML_Query2XML hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pecl-cassandra
pecl-couchbase hand over Maintainership to miwi 2020-03-06 17:05:44 +00:00
pecl-leveldb Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 5). 2020-05-28 07:51:53 +00:00
pecl-memcache
pecl-memcached
pecl-mongodb databases/pecl-mongodb: upgrade 1.6.0 -> 1.7.1 2020-02-09 19:17:57 +00:00
pecl-redis Update to 5.2.2 2020-06-01 15:46:43 +00:00
pecl-rrd
percona55-client
percona55-server databases/percona55-server: fix build on powerpc64 elfv2 2020-03-18 15:01:49 +00:00
percona56-client
percona56-server
percona57-client databases/percona57-{client, server}: update to 5.7.30-33 release 2020-05-26 11:04:24 +00:00
percona57-pam-for-mysql
percona57-server databases/percona57-{client, server}: update to 5.7.30-33 release 2020-05-26 11:04:24 +00:00
percona-pam-for-mysql
percona-toolkit Update to 3.2.0 2020-05-01 07:43:16 +00:00
pg_activity
pg_citus Update to 9.3.0 2020-05-09 10:56:14 +00:00
pg_dirtyread
pg_ed25519 Add databases/pg_ed25519, PostgreSQL extension for ed25519 sign and verify 2020-06-03 03:51:30 +00:00
pg_partman
pg_qualstats
pg_reorg
pg_repack
pg_similarity
pg_stat_kcache
pgaccess
pgadmin3 x11-toolkits/wxgtk30: Update to 3.0.5.1 2020-05-17 05:55:12 +00:00
pgbadger
pgbarman
pgbouncer
pgdbf
pgespresso
pgFormatter Update to 4.3 2020-04-02 12:00:54 +00:00
pgfouine
pgloader Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
pgloader3
pglogical databases/pglogical: fix build on GCC architectures 2020-05-27 19:11:37 +00:00
pgmetrics Update to release 1.9.0 2020-04-13 09:53:06 +00:00
pgmodeler Change my mail address to lbartoletti@FreeBSD.org 2020-01-14 21:45:15 +00:00
pgpool-II-35 databases/pgpool-II-35: Update from 3.5.22 to 3.5.24 2020-03-15 21:14:00 +00:00
pgpool-II-36 databases/pgpool-II-36: Update from 3.6.18 to 3.6.20 2020-03-15 21:15:38 +00:00
pgpool-II-37 databases/pgpool-II-37: Upgrade from 3.7.11 to 3.7.13 2020-03-15 21:17:57 +00:00
pgpool-II-40 databases/pgpool-II-40: Upgrade from 4.0.6 to 4.0.8 2020-03-15 21:20:19 +00:00
pgpool-II-41 New port: databases/pgpool-II-41 2020-03-29 21:48:12 +00:00
pgreplay
pgroonga databases/pgroonga: Fix packaging on pgsql=10 and earlier 2020-05-03 22:24:19 +00:00
pgrouting databases/pgrouting: Update to 3.0.0 2020-05-08 05:27:25 +00:00
pgsanity
pgsphere
pgtcl
pgtop
pgtune Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
pguri
php72-dba
php72-interbase
php72-mysqli databases/php7[234]-mysqli: unbreak build with system mysql when MYSQLND is disabled 2020-01-30 09:44:31 +00:00
php72-odbc
php72-pdo
php72-pdo_dblib
php72-pdo_firebird
php72-pdo_mysql
php72-pdo_odbc
php72-pdo_pgsql
php72-pdo_sqlite
php72-pgsql
php72-sqlite3
php73-dba
php73-interbase
php73-mysqli databases/php7[234]-mysqli: unbreak build with system mysql when MYSQLND is disabled 2020-01-30 09:44:31 +00:00
php73-odbc
php73-pdo
php73-pdo_dblib
php73-pdo_firebird
php73-pdo_mysql
php73-pdo_odbc
php73-pdo_pgsql
php73-pdo_sqlite
php73-pgsql
php73-sqlite3
php74-dba
php74-mysqli databases/php7[234]-mysqli: unbreak build with system mysql when MYSQLND is disabled 2020-01-30 09:44:31 +00:00
php74-odbc
php74-pdo
php74-pdo_dblib
php74-pdo_firebird
php74-pdo_mysql
php74-pdo_odbc
php74-pdo_pgsql
php74-pdo_sqlite
php74-pgsql
php74-sqlite3
php-tarantool
php-xapian Cosmetic change 2020-05-03 20:49:54 +00:00
phpliteadmin
phpminiadmin
phpmyadmin Update to 4.9.5 2020-03-26 14:45:16 +00:00
phpmyadmin5 Update to 5.0.2 2020-03-26 14:46:15 +00:00
phppgadmin
pldebugger
plpgsql_check Update to 1.9.2 2020-05-02 01:36:30 +00:00
pointcloud Change my mail address to lbartoletti@FreeBSD.org 2020-01-14 21:45:15 +00:00
postgis23 Bump PORTREVISION for devel/json-c json-c 2020-05-22 19:20:42 +00:00
postgis24 Bump PORTREVISION for devel/json-c json-c 2020-05-22 19:20:42 +00:00
postgis25 Bump PORTREVISION for devel/json-c json-c 2020-05-22 19:20:42 +00:00
postgis30 Bump PORTREVISION for devel/json-c json-c 2020-05-22 19:20:42 +00:00
postgis-jdbc
postgresql10-client
postgresql10-contrib
postgresql10-docs
postgresql10-pgtcl
postgresql10-plperl The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql10-plpython The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql10-pltcl
postgresql10-server The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql11-client
postgresql11-contrib
postgresql11-docs
postgresql11-pgtcl
postgresql11-plperl
postgresql11-plpython
postgresql11-pltcl
postgresql11-server The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql12-client
postgresql12-contrib
postgresql12-docs
postgresql12-pgtcl
postgresql12-plperl The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql12-plpython The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql12-pltcl
postgresql12-server The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql94-client
postgresql94-contrib
postgresql94-docs Deprecate PostgreSQL-9.4 2020-05-24 21:29:25 +00:00
postgresql94-pgtcl Deprecate PostgreSQL-9.4 2020-05-24 21:29:25 +00:00
postgresql94-plperl Deprecate PostgreSQL-9.4 2020-05-24 21:29:25 +00:00
postgresql94-plpython Deprecate PostgreSQL-9.4 2020-05-24 21:29:25 +00:00
postgresql94-pltcl Deprecate PostgreSQL-9.4 2020-05-24 21:29:25 +00:00
postgresql94-server Deprecate PostgreSQL-9.4 2020-05-24 21:16:29 +00:00
postgresql95-client
postgresql95-contrib
postgresql95-docs
postgresql95-pgtcl
postgresql95-plperl The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql95-plpython The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql95-pltcl
postgresql95-server The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql96-client
postgresql96-contrib
postgresql96-docs
postgresql96-pgtcl
postgresql96-plperl The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql96-plpython The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql96-pltcl
postgresql96-server The PostgreSQL Global Development Group has released an update to all 2020-05-17 20:37:04 +00:00
postgresql-cstore_fdw databases/postgresql-cstore_fdw: Fix plist 2020-02-20 12:15:52 +00:00
postgresql-jdbc
postgresql-libpgeasy
postgresql-libpqxx
postgresql-libpqxx3 Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
postgresql-libpqxx4 Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
postgresql-mysql_fdw
postgresql-odbc databases/postgresql-odbc: Update version 12.01.0000=>12.02.0000 2020-05-28 05:04:53 +00:00
postgresql-ogr_fdw databases/postgresql-ogr_fdw: Update to 1.0.12 2020-05-29 18:43:35 +00:00
postgresql-orafce
postgresql-plproxy Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). 2020-05-28 15:20:46 +00:00
postgresql-plv8js
postgresql-prefix Change my mail address to lbartoletti@FreeBSD.org 2020-01-14 21:45:15 +00:00
postgresql-relay
postgresql-repmgr databases/postgresql-repmgr: Update version 5.0.0=>5.1.0 2020-04-22 21:44:48 +00:00
postgresql-rum
postgresql-tds_fdw Update to 2.0.1 2020-01-23 04:21:29 +00:00
postgresql-zhparser
powa-archivist
powa-web Update to 3.2.1 2020-03-28 10:45:35 +00:00
powerarchitect
proftpd-mod_sql_mysql
proftpd-mod_sql_odbc
proftpd-mod_sql_postgres
proftpd-mod_sql_sqlite
proftpd-mod_sql_tds
prometheus-postgresql-adapter New port: databases/prometheus-postgresql-adapter 2020-04-28 14:35:22 +00:00
pspg databases/pspg: Update to 3.1.2 2020-05-27 22:04:35 +00:00
puppetdb5 Upadte to 5.2.15 2020-06-04 22:41:00 +00:00
puppetdb6 Update to 6.11.0 (for real this time) 2020-06-04 22:40:15 +00:00
puppetdb-terminus5 Upadte to 5.2.15 2020-06-04 22:41:00 +00:00
puppetdb-terminus6 Update to 6.11.0 (for real this time) 2020-06-04 22:40:15 +00:00
puredb
pxlib
pxtools
py-agate-sql
py-aiopg
py-aioredis
py-aiosqlite Update to 0.12.0 2020-04-28 03:49:30 +00:00
py-alembic - Update to 1.4.2 2020-03-31 01:56:42 +00:00
py-apsw Update BUILD_DEPENDS: chase PORTEPOCH bump in r524241 2020-04-24 18:03:03 +00:00
py-asyncpg databases/py-asyncpg: Update to 0.20.1 2020-01-16 20:58:23 +00:00
py-bsddb
py-bsddb3 databases/py-bsddb3: Update version 6.2.6=>6.2.7 2020-02-12 21:46:11 +00:00
py-carbon Change RUN_DEPENDS from py-cachetools to py-cachetools3 2020-01-12 16:08:38 +00:00
py-cassandra-driver
py-couchdb
py-dbf
py-dbutils
py-django-transaction-hooks - Mark DEPRECATED 2020-04-02 00:05:48 +00:00
py-Elixir
py-fakeredis Update to 1.4.1 2020-05-06 05:12:29 +00:00
py-fdb
py-firebirdsql
py-flask-sqlalchemy Update to 2.4.3 2020-05-28 19:13:08 +00:00
py-gdbm
py-geoalchemy Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-geoalchemy2 Update to 0.8.0 2020-05-17 18:26:13 +00:00
py-hiredis
py-htsql
py-htsql-mysql Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-htsql-pgsql Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-influxdb
py-kyotocabinet
py-leveldb Remove outdated PORTSCOUT 2020-02-08 19:02:16 +00:00
py-lmdb
py-marshmallow-sqlalchemy Update to 0.23.1 2020-05-31 18:17:12 +00:00
py-minidb databases/py-minidb: Update to 2.0.4 2020-05-05 08:29:12 +00:00
py-mongoengine databases/py-mongoengine: Update to 0.20.0 2020-05-03 17:11:51 +00:00
py-motor
py-mycli
py-mysql2pgsql Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-mysql-connector-python databases/py-mysql-connector-python: Update version 8.0.19=>8.0.20 2020-05-28 05:26:56 +00:00
py-mysqlclient databases/py-mysqlclient: pet port 2020-03-28 13:16:55 +00:00
py-MySQLdb
py-oursql Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-partd Add py-partd 1.1.0 2020-02-21 20:22:56 +00:00
py-peewee
py-peewee_migrate Regular USE_GITHUB cleanup. 2020-03-03 15:11:46 +00:00
py-pg8000 - Update to 1.15.2 2020-04-22 10:34:48 +00:00
py-pg8000-112
py-pgcli Update version requirement of RUN_DEPENDS 2020-02-11 17:53:48 +00:00
py-pgdbconn
py-pglast
py-pglite Change my mail address to lbartoletti@FreeBSD.org 2020-01-14 21:45:15 +00:00
py-pgspecial Update to 1.11.10 2020-04-26 11:57:37 +00:00
py-pgxnclient
py-pickledb
py-pickleshare
py-pony databases/py-pony: Update to 0.7.13 2020-03-12 18:35:39 +00:00
py-postgresql
py-psycogreen
py-psycopg2 Update to 2.8.5 2020-04-08 02:21:19 +00:00
py-psycopg2cffi
py-pum databases/py-pum: Update to 0.9.10 2020-04-15 18:00:51 +00:00
py-pycql Add py-pycql 0.0.8 2020-01-18 18:22:35 +00:00
py-PyGreSQL
py-pyhs Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-pylibmc
py-pymemcache Update to 3.2.0 2020-05-31 06:30:24 +00:00
py-pymssql
py-pymysql
py-pyodbc databases/py-pyodbc: Update to 4.0.30 2020-02-25 02:28:50 +00:00
py-pyPgSQL Deprecate a few python 2.7 ports 2020-03-01 20:27:42 +00:00
py-pypuppetdb
py-Pyrseas
py-pytc Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-python-arango databases/py-python-arango: Update 5.3.0 -> 5.4.0 2020-03-21 20:57:18 +00:00
py-python-memcached
py-python-rrdtool Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-python-sql
py-python-swiftclient update to 3.9.0 2020-03-09 17:22:50 +00:00
py-qt5-sql Update py-sip to 4.19.21 and qscintilla2 to 2.11.4 2020-04-11 05:04:40 +00:00
py-queries Update to 2.1.0 2020-03-28 12:51:32 +00:00
py-rb
py-redis databases/py-redis: Update to 3.3.11 2020-01-29 12:38:53 +00:00
py-redis2
py-riak Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-sispy
py-south
py-sqlalchemy10
py-sqlalchemy11
py-sqlalchemy12
py-sqlalchemy13 Update to 1.3.17 2020-05-16 10:53:17 +00:00
py-sqlalchemy-migrate
py-sqlalchemy-utils Update to 0.36.6 2020-05-25 18:34:57 +00:00
py-sqlite3
py-sqlite3dbm Deprecate a few ports using python 2.7 2020-05-09 09:57:03 +00:00
py-sqlobject
py-sqlparse Update to 0.3.1 2020-03-01 18:18:22 +00:00
py-sqlparse020
py-sqlrelay Mark this port BROKEN on powerpc64 the same as on the other archs. 2020-05-17 02:39:55 +00:00
py-swift
py-sybase Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-tableschema Update to 1.18.0 2020-05-21 20:44:42 +00:00
py-tarantool Remove unnecessary requires.txt patch 2020-01-29 19:14:09 +00:00
py-tiledb Update to 0.6.2 2020-06-03 18:09:05 +00:00
py-txredisapi txredisapi is a non-blocking client driver for the redis database, written in 2020-06-02 19:13:48 +00:00
py-umemcache Deprecate a few ports 2020-02-23 15:25:53 +00:00
py-unqlite
py-varstack Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). 2020-05-28 08:43:29 +00:00
py-whisper
py-xapian Update Sphinx 2020-05-11 23:51:58 +00:00
py-zodbpickle
pydbx Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
pymongo databases/pymongo: Update to 3.10.1 2020-02-05 20:47:52 +00:00
pypy-gdbm
pypy-sqlite3
pyspatialite Deprecate some ports using deprecated version of python 2020-03-08 17:01:46 +00:00
qdbm
qdbm-plus
qof
qt5-sql
qt5-sqldrivers-ibase
qt5-sqldrivers-mysql
qt5-sqldrivers-odbc
qt5-sqldrivers-pgsql
qt5-sqldrivers-sqlite2
qt5-sqldrivers-sqlite3
qt5-sqldrivers-tds
R-cran-DBI math/R: Update to version 4.0.0 2020-05-05 16:07:53 +00:00
R-cran-fastmap math/R: Update to version 4.0.0 2020-05-05 16:07:53 +00:00
R-cran-RMySQL math/R: Update to version 4.0.0 2020-05-05 16:07:53 +00:00
R-cran-RPostgreSQL math/R: Update to version 4.0.0 2020-05-05 16:07:53 +00:00
R-cran-RSQLite math/R: Update to version 4.0.0 2020-05-05 16:07:53 +00:00
R-cran-RSQLite.extfuns math/R: Update to version 4.0.0 2020-05-05 16:07:53 +00:00
R-cran-sqldf math/R: Update to version 4.0.0 2020-05-05 16:07:53 +00:00
recutils - Add pkgconfig to USES list, it's used during configure: 2020-03-18 07:05:53 +00:00
redis Update from 5.0.8 to 5.0.9. 2020-04-18 15:39:22 +00:00
redis4
redis_exporter Update to 1.6.0 2020-05-07 17:44:36 +00:00
redis-devel Update from 6.0.3 to 6.0.4. 2020-06-04 11:25:59 +00:00
redisdesktopmanager databaes/redisdesktopmanager: Prepare for Qt5-5.14 2020-04-04 11:44:20 +00:00
retcl
rocksdb Update to 6.10.1 2020-05-31 18:16:39 +00:00
rocksdb-lite
rrdman
rrdmerge
rrdtool databases/rrdtool: fix segmentation fault 2020-04-01 15:32:13 +00:00
rrdtool12
ruby-bdb suppress deprecate warning with Ruby 2.7 2020-04-28 10:23:07 +00:00
ruby-qdbm
ruby-tokyocabinet
ruby-xapian Cosmetic change 2020-05-03 20:50:34 +00:00
rubygem-active_model_serializers
rubygem-active_record_query_trace
rubygem-activemodel4 Update to 4.2.11.3 2020-05-17 18:32:08 +00:00
rubygem-activemodel5
rubygem-activemodel50
rubygem-activemodel52 Update to 5.2.4.3 2020-05-19 23:32:48 +00:00
rubygem-activemodel60 Update to 6.0.3.1 2020-05-19 23:34:04 +00:00
rubygem-activemodel-serializers-xml
rubygem-activerecord4 Update to 4.2.11.3 2020-05-17 18:32:13 +00:00
rubygem-activerecord5
rubygem-activerecord50
rubygem-activerecord52 Update to 5.2.4.3 2020-05-19 23:32:53 +00:00
rubygem-activerecord60 Update to 6.0.3.1 2020-05-19 23:34:09 +00:00
rubygem-activerecord-explain-analyze
rubygem-activerecord-import Update to 1.0.5 2020-05-21 04:59:11 +00:00
rubygem-activerecord-jdbc-adapter
rubygem-activerecord-jdbcmysql-adapter
rubygem-activerecord-session_store
rubygem-after_commit_queue
rubygem-amalgalite
rubygem-arel
rubygem-arel6
rubygem-arel7
rubygem-arel8
rubygem-arel-helpers
rubygem-awesome_nested_set
rubygem-bdb1
rubygem-bigrecord
rubygem-couchrest
rubygem-dalli
rubygem-data_objects
rubygem-datamapper
rubygem-dbd-mysql
rubygem-dbd-pg
rubygem-dbd-sqlite3
rubygem-dbf
rubygem-dbi
rubygem-dbm
rubygem-dm-aggregates
rubygem-dm-chunked_query
rubygem-dm-constraints
rubygem-dm-core
rubygem-dm-do-adapter
rubygem-dm-migrations
rubygem-dm-mysql-adapter
rubygem-dm-observer
rubygem-dm-pager
rubygem-dm-paperclip
rubygem-dm-postgres-adapter
rubygem-dm-serializer
rubygem-dm-timestamps
rubygem-dm-transactions
rubygem-dm-types
rubygem-dm-validations
rubygem-do_mysql
rubygem-do_postgres
rubygem-do_sqlite3
rubygem-em-redis-unified
rubygem-familia
rubygem-flipper-active_record
rubygem-gdbm
rubygem-globalid
rubygem-globalid-rails5
rubygem-globalid-rails50
rubygem-globalid-rails52
rubygem-globalid-rails60 Add rubygem-globalid-rails60 0.4.2 (copied from rubygem-globalid-rails52) 2020-02-05 18:41:50 +00:00
rubygem-her Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday0 2020-05-29 03:06:09 +00:00
rubygem-hiredis
rubygem-influxdb
rubygem-jdbc-mysql
rubygem-leo_manager_client
rubygem-marginalia Switched port to rail 6.0 which is required for gitlab-ce 12.8 upgrade. 2020-02-25 15:44:33 +00:00
rubygem-mario-redis-lock
rubygem-memcache
rubygem-memcache-client
rubygem-mysql - fix build with mariadb 10.4 2020-05-30 08:57:01 +00:00
rubygem-mysql2
rubygem-mysql204
rubygem-openid-redis-store
rubygem-paranoia
rubygem-pg
rubygem-pg0
rubygem-pg018
rubygem-pg_array_parser
rubygem-pghero
rubygem-pghero-rails5
rubygem-pghero-rails50
rubygem-pl-puppetdb-ruby - Add NO_ARCH 2020-03-17 09:32:10 +00:00
rubygem-postgres_ext
rubygem-puppetdb_cli
rubygem-rbase
rubygem-redis Update to 4.1.4 2020-05-03 20:50:39 +00:00
rubygem-redis-actionpack
rubygem-redis-actionpack-rails5
rubygem-redis-actionpack-rails50
rubygem-redis-actionpack-rails52
rubygem-redis-actionpack-rails60 New ports required for gitlab-ce 12.8 upgrade. 2020-02-25 15:29:45 +00:00
rubygem-redis-namespace
rubygem-seed-fu
rubygem-sqlite3
rubygem-sqlite3-ruby
rubygem-state_machines-activemodel
rubygem-state_machines-activerecord
rubygem-tarantool
sequeler databases/sequeler: Update to v0.7.9 2020-04-12 13:09:34 +00:00
sfcgal smath/cgal: Update to 5.0.2 2020-05-08 05:35:11 +00:00
sharedance
slony1v2
soci Partially revert r530801 2020-04-06 17:04:43 +00:00
spatialite Change my mail address to lbartoletti@FreeBSD.org 2020-01-14 21:45:15 +00:00
spatialite_gui Change my mail address to lbartoletti@FreeBSD.org 2020-01-14 21:45:15 +00:00
spatialite-tools Change my mail address to lbartoletti@FreeBSD.org 2020-01-14 21:45:15 +00:00
speedtables
sql-workbench
sqlcached
sqlcipher
sqlclient Return theraven's ports to the pool after safekeeping his commit bit. 2020-03-05 20:49:05 +00:00
sqldeveloper Deprecate java/openjfx8-devel consumers 2020-03-19 09:33:13 +00:00
sqlite2
sqlite3 Fix PowerPC segfault. 2020-04-24 03:53:50 +00:00
sqlite-ext-miscfuncs
sqlite-ext-pcre
sqlite-ext-regexp
sqlite-ext-spellfix
sqlitebrowser Update py-sip to 4.19.21 and qscintilla2 to 2.11.4 2020-04-11 05:04:40 +00:00
sqliteconvert
sqlitemanager
sqliteodbc
sqliteodbc-sqlite2
sqlitestudio databases/sqlitestudio: Update 3.2.1-705 -> 3.2.1-1002 2020-05-10 23:36:57 +00:00
sqlrelay
sqsh
squirrel-sql Update to 4.1.0 2020-05-08 08:49:32 +00:00
tarantool devel/icu: update to 67.1 2020-04-23 20:14:49 +00:00
tarantool-c
tcl-lmdb databases/tcl-lmdb: update to 0.4.1 2020-03-03 12:20:10 +00:00
tcl-Mysql
tcl-sqlite3 databases/tcl-sqlite3: Update to 3.31.0 2020-01-26 09:03:48 +00:00
tdb Clean up USES 2020-02-19 17:59:35 +00:00
tdbc
tile38
tiledb Update to 2.0.3 2020-05-31 18:16:33 +00:00
timescaledb databases/timescaledb: Update to 1.7.0 2020-04-17 06:56:18 +00:00
tinycdb
tokyocabinet
tokyotyrant
tsearch_extras
tuning-primer
twemproxy
unixODBC
usql
vfront
virtualpg Change my mail address to lbartoletti@FreeBSD.org 2020-01-14 21:45:15 +00:00
virtuoso
vsqlite
wfb2sql
WWWdb
xapian-bindings Cosmetic change 2020-05-03 20:49:00 +00:00
xapian-bindings12 Cosmetic change 2020-05-03 20:49:05 +00:00
xapian-core Cosmetic change 2020-05-03 20:49:10 +00:00
xapian-core10 Mark DEPRECATED and set EXPIRATION_DATE to 2020-06-30 2020-05-12 22:31:15 +00:00
xapian-core12 Cosmetic change 2020-05-03 20:49:15 +00:00
xrootd
xtrabackup databases/xtrabackup: update to the 2.4.20 2020-05-26 07:42:22 +00:00
zabbix3-libzbxpgsql
Makefile Not required by gitlab-ce anymore. 2020-06-05 11:04:54 +00:00