aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-sqlalchemy14: Update to 1.4.28Po-Chuan Hsieh2022-01-113-4/+6
| | | | Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
* databases/py-sqlalchemy-utils: Update to 0.38.1Po-Chuan Hsieh2022-01-112-4/+4
| | | | Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
* databases/py-psycopg-c: Update to 3.0.7Po-Chuan Hsieh2022-01-112-4/+4
| | | | Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
* databases/py-psycopg: Update to 3.0.7Po-Chuan Hsieh2022-01-112-4/+4
| | | | Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
* databases/py-marshmallow-sqlalchemy: Update to 0.27.0Po-Chuan Hsieh2022-01-112-4/+4
| | | | Changes: https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
* databases/py-geoalchemy2: Update to 0.10.0Po-Chuan Hsieh2022-01-112-4/+4
| | | | Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
* databases/tiledb: Update to 2.5.3Po-Chuan Hsieh2022-01-112-4/+4
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* databases/pgFormatter: Update to 5.2Po-Chuan Hsieh2022-01-112-4/+4
| | | | Changes: https://github.com/darold/pgFormatter/releases
* databases/rubygem-activerecord70: Add rubygem-activerecord70 7.0.0Po-Chuan Hsieh2022-01-114-0/+41
| | | | | | | | | | | | | | | | | Active Record connects classes to relational database tables to establish an almost zero-configuration persistence layer for applications. The library provides a base class that, when subclassed, sets up a mapping between the new class and an existing table in the database. In the context of an application, these classes are commonly referred to as models. Models can also be connected to other models; this is done by defining associations. Active Record relies heavily on naming in that it uses class and association names to establish mappings between respective database tables and foreign key columns. Although these mappings can be defined explicitly, it's recommended to follow naming conventions, especially when getting started with the library. WWW: https://rubyonrails.org/ WWW: https://github.com/rails/rails/tree/main/activerecord
* databases/rubygem-activemodel70: Add rubygem-activemodel70 7.0.0Po-Chuan Hsieh2022-01-114-0/+36
| | | | | | | | | | | | | Active Model provides a known set of interfaces for usage in model classes. They allow for Action Pack helpers to interact with non-Active Record models, for example. Active Model also helps with building custom ORMs for use outside of the Rails framework. Active Model provides a default module that implements the basic API required to integrate with Action Pack out of the box: ActiveModel::API. WWW: https://rubyonrails.org/ WWW: https://github.com/rails/rails/tree/main/activemodel
* databases/rubygem-globalid-rails70: Add rubygem-globalid-rails70 1.0.0 ↵Po-Chuan Hsieh2022-01-114-0/+29
| | | | (copied from rubygem-globalid-rails61)
* */Makefile: Sort SUBDIRsPo-Chuan Hsieh2022-01-111-11/+11
|
* databases/memcached: remove powerpc64 support on 11Piotr Kubaj2022-01-111-1/+0
|
* databases/redisjson: drop maintainershipSergey A. Osokin2022-01-111-1/+1
|
* Mark ports to IGNORE with new php81Muhammad Moinur Rahman2022-01-101-0/+1
| | | | | | | | | | - Mark some additional ports to IGNORE with the upcoming php DEFAULT php80 [1] PR: 260595 [1] Reported by: portmgr (exp-run) [1] Approved by: portmgr (infrastructure blanket) Sponsored by: Bounce Experts
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-1025-24/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* databases/sqlite3: Update to 3.37.2Pavel Volkov2022-01-103-14/+17
| | | | | PR: 261000 Reported by: pavelivolkov@gmail.com (maintainer)
* databases/metabase: update to 0.41.5Fernando Apesteguía2022-01-102-4/+4
| | | | | | | | | Includes log4j security fix PR: 261001 Reported by: marco+freebsd@crowdsec.net Approved by: daniel@morante.net (maintainer, implicit) MFH: 2022Q1
* Mark ports to IGNORE with new php81Muhammad Moinur Rahman2022-01-103-3/+3
| | | | | Approved by: portmgr (infrastructure blanket) Sponsored by: Bounce Experts
* databases/grass8: New portLoïc Bartoletti2022-01-105-0/+4553
| | | | | | | | | | | | | | | | | | | | | | | | | After more than 3 years of development the new stable release GRASS GIS 8.0 is available. Efforts have concentrated on making the user experience even better, providing many new useful additional functionalities to modules and further improving the graphical user interface. Breaking news: new graphical user interface with entirely rewritten startup sequence! In total, it comes with almost 1,300 fixes and improvements with respect to the previous stable releases 7.8.x. See: https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 Geographic Resources Analysis Support System (GRASS GIS) An open source Geographical Information System (GIS) with raster, topological vector, image processing, and graphics production functionality that operates on various platforms through a graphical user interface and shell in X-Windows. It is released under GNU General Public License (GPL). WWW: https://grass.osgeo.org/
* databases/redis*: pass maintainership to yasuSergey A. Osokin2022-01-094-4/+4
|
* databases/p5-Redis-Fast: Update to 0.33Tomohiro Hosaka2022-01-092-4/+4
| | | | PR: 261020
* databases/pecl-mongodb: update 1.9.1 -> 1.12.0Kurt Jaeger2022-01-082-4/+4
| | | | | | | | | Relnotes: https://github.com/mongodb/mongo-php-driver/releases/tag/1.12.0 https://github.com/mongodb/mongo-php-driver/releases/tag/1.11.1 https://github.com/mongodb/mongo-php-driver/releases/tag/1.11.0 https://github.com/mongodb/mongo-php-driver/releases/tag/1.10.0 https://github.com/mongodb/mongo-php-driver/releases/tag/1.9.2
* databases/pear-Horde_Memcache: Update to 2.1.2Jochen Neumeister2022-01-082-5/+4
| | | | Sponsored by: Netzkommune GmbH
* databases/pear-Horde_Db: Update to 2.4.1Jochen Neumeister2022-01-083-146/+4
| | | | Sponsored by: Netzkommune GmbH
* databases/mysql80-server: add patch for malloc-libJochen Neumeister2022-01-071-0/+19
| | | | | | | | | | | | | | | forked from mysql57-server: https://svnweb.freebsd.org/changeset/ports/548590 Log: MySQL 5.7 mysqld_safe allows malloc-lib files only in certain locations. google-perftools port puts libtcmalloc_minimal.so inside /usr/local/lib To use tcmalloc memory allocator we need mysqld_safe to load libraries from /usr/local/lib More information about why to use tcmalloc instead of jemalloc here: https://forums.freebsd.org/threads/freebsd-12-x-and-mysql-5-7-and-importing-file-with-lots-of-small-lines-exhaust-ram-and-swap.72733/ PR: 259816 Sponsored by: Netzkommune GmbH
* databases/mdbtools: Use upstream release archiveDaniel Engberg2022-01-073-10/+6
| | | | PR: 260990
* databases/mongodb42-tools: Update to 4.2.18Ronald Klop2022-01-062-4/+4
| | | | PR: 260975
* databases/mongodb42: Update to 4.2.18Ronald Klop2022-01-062-9/+4
| | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.2-changelog/#std-label-4.2.18-changelog PR: 260974
* databases/postgis3*: fix pkg-plistLoïc Bartoletti2022-01-066-8/+9
| | | | | | bin/shp2pgsql and bin/pgsql2shp were incorrectly prefixed with %%LOADERGUI%% PR: 253594 Reported by: Thomas Skowron <th@skowron.eu>
* KDE: Update KDE Gear to 21.12.1Tobias C. Berner2022-01-061-3/+3
| | | | | | | | | | | | | Thursday, 6 January 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations. Distro and app store packagers should update their application packages. Changelog: https://kde.org/announcements/changelogs/gear/21.12.1/
* databases/pgrouting: Update to 3.3.0Loïc Bartoletti2022-01-063-6/+11
| | | | | | | Switch postgis to 3.1 Changes: - https://github.com/pgRouting/pgrouting/releases/tag/v3.3.0
* databases/foundationdb: update to 7.0.0Dave Cottlehuber2022-01-0610-96/+108
|
* databases/cego: update 2.47.13 -> 2.47.14Björn Lemke2022-01-052-4/+4
| | | | | | - In CegoDistManager::startTableset the method setCurrentLSN has to be called before registerObjects since this method might also trigger checkpoints
* databases/cego: update 2.47.11 -> 2.47.13Björn Lemke2022-01-042-4/+4
| | | | | | | | - Fix in CegoDistManager::renameLocalObject, before renaming the object, it has to be checked, if the new object name is already in use - Fix in CegoXPorter::readIndexObject, index schema expects tablename instead of indexname. As a result binary and plain imports with index objects have failed.
* databases/mysql-udf: fix build on riscv64Piotr Kubaj2022-01-041-0/+1
| | | | Same issue as other architectures.
* databases/sqlite3: Update to 3.37.1Pavel Volkov2022-01-043-22/+59
| | | | PR: 260924
* databases/pspg: Update to 5.5.3Dmitri Goutnik2022-01-042-4/+4
|
* databases/erlfdb: dependency bumpDave Cottlehuber2022-01-041-1/+2
| | | | Sponsored by: SkunkWerks, GmbH
* databases/foundationdb-devel: update to 7.0.0Dave Cottlehuber2022-01-047-26/+65
| | | | Sponsored by: SkunkWerks, GmbH
* databases/foundationdb: update to 6.3.22 and add aarch64Dave Cottlehuber2022-01-0410-24/+100
| | | | | | | Now that lang/mono builds on aarch64 we can have nice things too. Obtained from: mikael@FreeBSD.org Sponsored by: SkunkWerks, GmbH
* databases/pgmodeler: Update to 0.9.4Loïc Bartoletti2022-01-035-33/+55
| | | | | | Changes: - https://github.com/pgmodeler/pgmodeler/releases/tag/v0.9.4 - https://github.com/pgmodeler/pgmodeler/blob/develop/RELEASENOTES.md
* databases/litestream: Update to 0.3.7Neel Chauhan2022-01-032-4/+4
|
* databases/cegobridge: 1.6.1 -> 1.6.2Björn Lemke2022-01-032-4/+4
| | | | | - better MySQL grammar support, escape character handling for several special characters ( \\, \n,\t etc )
* Qt: Switch Qt5 to use KDE's Qt patch collectionTobias C. Berner2022-01-0211-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1] What's this? This is a set of git repositories based on the last public commits available for Qt 5.15 branches with a curated collection of patches on top to ensure open source products can be used comfortably until users transition to their Qt 6-based ports. Which patches does it include? This collection of patches includes patches that fix at least one of the following: * Security issues * Crashes * Functional defects We only include patches that have been approved upstream in the Qt project. If a patch cannot be merged upstream for technical reasons (e.g. the class no longer exists), it can also be merged. The patches to merge will be decided based on their relevance towards Open Source products and their viability. PR: 260548 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D33446 [1] https://community.kde.org/Qt5PatchCollection
* databases/py-peewee_migrate: update to 1.4.7Goran Mekić2022-01-022-10/+15
| | | | | | | | Changelog: https://github.com/klen/peewee_migrate/blob/1.4.7/Changelog PR: 259588 Reported by: Goran Mekić <meka@tilda.center> (maintainer) Reviewed by: koobs
* databases/sqlite3: unbreak fetchCharlie Li2022-01-011-1/+1
| | | | | | | 3.35.5 was not released in 2022, nor have there been any SQLite releases thus far in 2022. Approved by: portmgr (implicit)
* databases/py-ormar: add port: Simple async ORM with fastapi in mind and ↵Goran Mekić2022-01-014-0/+67
| | | | | | | | | | | | | | | | | | | | | | pydantic validation The ormar package is an async mini ORM for Python, with support for Postgres, MySQL, and SQLite. The main benefit of using ormar are: * getting an async ORM that can be used with async frameworks (fastapi, starlette etc.) * getting just one model to maintain - you don't have to maintain pydantic and other orm model (sqlalchemy, peewee, gino etc.) The goal was to create a simple ORM that can be used directly (as request and response models) with fastapi that bases it's data validation on pydantic. WWW: https://github.com/collerek/ormar PR: 257370 Reported by: Goran Mekić <meka@tilda.center> (new maintainer) Reviewed by: koobs
* cleanup: Remove expired ports:Rene Ladan2021-12-315-490/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2021-10-31 devel/sdl_sge: Upstream no longer maintained 2021-12-31 net/appkonference: Outdated, depends on unsupported version of net/asterisk 2021-12-31 dns/bind911: End of life, please migrate to a newer version of BIND9 2021-12-31 net/zebra: Abandoned upstream, last release in 2005. Consider migrating to net/frr7 or net/bird2 2021-12-31 audio/osalp: Abandoned upstream, listed as beta and no new release since 2008 2021-12-31 games/stransball2: Depends on expired devel/sdl_sge 2021-12-31 devel/rubygem-ruby-sdl-ffi: Depends on expired devel/sdl_sge 2021-12-31 devel/rubygem-rubygame: Depends on expired devel/sdl_sge 2021-12-31 devel/ruby-sdl: Depends on expired devel/sdl_sge 2021-12-31 games/magicmaze: Depends on expired devel/sdl_sge 2021-12-31 games/trophy: Depends on expired devel/clanlib1 2021-12-31 devel/clanlib1: Older than expired and removed devel/clanlib 2021-12-31 www/py-django31: Upgrade to Django 3.2+. Mainstream support ended (April 6, 2021). Extended support ends December 2021. See https://www.djangoproject.com/download/ 2021-12-31 www/py-dj31-django-prometheus: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 databases/postgis24: Deprecated in favour of databases/postgis3x 2021-12-31 net-im/ekiga: Last release in 2013, not actively maintained 2021-12-31 sysutils/sample: abandoned upstream, incompatible with newer kernels 2021-12-31 www/mediawiki131: Upstream EOL 2021-12-31 www/py-dj31-django-mptt: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 net/py-flask-xml-rpc: No longer maintained upstream 2021-12-31 audio/libaacplus: Abandoned upstream, no new release since 2011 2021-12-31 security/obfsclient: https://github.com/Yawning/obfsclient/issues/37 2021-12-31 devel/eric6: Uses EOL Python 2.7 via www/py-qt5-webengine 2021-12-31 www/grafana: No longer maintained upstream, use www/grafana8 2021-12-31 www/py-dj31-django-auth-ldap: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 www/py-dj31-django-filter: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 www/py-dj31-drf-yasg: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 www/py-dj31-django-js-asset: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 www/py-dj31-django-timezone-field: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 www/py-dj31-django-tables2: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 www/py-dj31-django-taggit: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 graphics/librasterlite: Deprecated in favour of graphics/librasterlite2 2021-12-31 www/py-dj31-django-cacheops: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 net-mgmt/p0f2: newer version available in net-mgmt/p0f 2021-12-31 devel/libhash: Abandoned upstream 2021-12-31 www/py-dj31-django-debug-toolbar: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 www/py-dj31-django-cors-headers: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 audio/flake: Abandoned upstream, no new release since 2007 2021-12-31 audio/ifp-line: Abandoned upstream, no new release since 2005 2021-12-31 audio/libnjb: Abandoned upstream, no new release since 2011 2021-12-31 audio/lpac: Abandoned upstream in 2003 2021-12-31 multimedia/mmsclient: Abandoned upstream, Microsoft deprecated MMS in 2003 2021-12-31 www/plugger: Uses incompatible plugin interface NPAPI 2021-12-31 audio/mpiosh: Abandoned upstream, no new release since 2004 2021-12-31 audio/rplay: Abandoned upstream, no new releases since 1999 2021-12-31 audio/celt: Deprecated and considered obsolete by upstream in 2016 in favour of (lib)opus 2021-12-31 security/nacl: Unmaintained by upstream, use libsodium instead 2021-12-31 net-mgmt/unifi-poller: Now called unpoller by upstream 2021-12-31 lang/nml: Abandoned upstream, last release 2004-04-19 2021-12-31 audio/mp32ogg: Abandoned upstream and unfetchable from upstream 2021-12-31 net/libstorj: Deprecated in favour of net/storj due to v3 rearchitecture 2021-12-31 devel/yasm-devel: No need to keep the -devel version due to upstream inactivity 2021-12-31 www/py-dj31-django-redis: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 devel/py-dj31-django-rq: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ 2021-12-31 graphics/libreatlas: Abandoned upstream, no new release since 2012 2021-12-31 www/py-dj31-djangorestframework: Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
* databases/pecl-redis: update to 5.3.5Daniel Ylitalo2021-12-302-4/+4
| | | | | | | Changelog: https://pecl.php.net/package-changelog.php?package=redis&release=5.3.5 PR: 260754 Reported by: Daniel Ylitalo <daniel@blodan.se> (maintainer)